Skip to content

Commit 225aafe

Browse files
committed
feat: Input File Lists for Crashlytics
FYI: firebase/firebase-ios-sdk#11463
1 parent 2fd05a1 commit 225aafe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

App/ios-app-template.xcodeproj/project.pbxproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,10 +320,9 @@
320320
files = (
321321
);
322322
inputFileListPaths = (
323+
"${BUILD_DIR}/../../SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/CrashlyticsInputFiles.xcfilelist",
323324
);
324325
inputPaths = (
325-
"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}",
326-
"$(SRCROOT)/$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)",
327326
);
328327
name = Crashlytics;
329328
outputFileListPaths = (
@@ -341,10 +340,9 @@
341340
files = (
342341
);
343342
inputFileListPaths = (
343+
"${BUILD_DIR}/../../SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/CrashlyticsInputFiles.xcfilelist",
344344
);
345345
inputPaths = (
346-
"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}",
347-
"$(SRCROOT)/$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)",
348346
);
349347
name = Crashlytics;
350348
outputFileListPaths = (

0 commit comments

Comments
 (0)