Skip to content

Commit 7630c5a

Browse files
authored
Add CrashlyticsInputFiles.xcfilelist for Xcode 15 User Script Sandboxing (#11428)
1 parent 0e4aa6d commit 7630c5a

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

Crashlytics/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Unreleased
2+
- [added] Added a `CrashlyticsInputFiles.xcfilelist`. Instead of using "Input Files", the path to this file can be specified in the "Input File Lists" section of your Crashlytics `run` / `upload-symbols` script in your Build Phases to keep it up to date (#11428)
3+
14
# 10.11.0
25
- [fixed] Fixed a threading-related hang during initialization in urgent mode (#11216)
36

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$(BUILT_PRODUCTS_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/GoogleService-Info.plist
2+
$(BUILT_PRODUCTS_DIR)/$(EXECUTABLE_PATH)
3+
${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}
4+
${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}

FirebaseCrashlytics.podspec

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Pod::Spec.new do |s|
4444
'Crashlytics/README.md',
4545
'run',
4646
'upload-symbols',
47+
'CrashlyticsInputFiles.xcfilelist',
4748
]
4849

4950
# Ensure the run script and upload-symbols are callable via

Package.swift

+1
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ let package = Package(
502502
"UnitTests/",
503503
"generate_project.sh",
504504
"upload-symbols",
505+
"CrashlyticsInputFiles.xcfilelist",
505506
"third_party/libunwind/LICENSE",
506507
],
507508
sources: [

0 commit comments

Comments
 (0)