Skip to content

Commit

Permalink
Add Input files for crashlytics (#827)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Cunningham <[email protected]>
  • Loading branch information
timbms and digitaldan authored Sep 18, 2024
1 parent 8df4ec9 commit 0d86170
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions openHAB.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1086,8 +1086,8 @@
1224F7B7228A8AE600750965 /* Embed Watch Content */,
93F38C4C23803499001B1451 /* Embed Frameworks */,
4D6470DE2561F935007B03FC /* Embed Foundation Extensions */,
DAF0A2902C56FE9F00A14A6A /* Run swiftformat & swiftlint */,
93F8063627AE76AF0035A6B0 /* Crashlytics Run Script */,
DAF0A2902C56FE9F00A14A6A /* Run Build Tools */,
);
buildRules = (
);
Expand Down Expand Up @@ -1289,6 +1289,11 @@
inputFileListPaths = (
);
inputPaths = (
"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}",
"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${PRODUCT_NAME}",
"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Info.plist",
"$(TARGET_BUILD_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/GoogleService-Info.plist",
"$(TARGET_BUILD_DIR)/$(EXECUTABLE_PATH)",
);
name = "Crashlytics Run Script";
outputFileListPaths = (
Expand All @@ -1299,7 +1304,7 @@
shellPath = /bin/sh;
shellScript = "${BUILD_DIR%Build/*}/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run\n";
};
DAF0A2902C56FE9F00A14A6A /* Run Build Tools */ = {
DAF0A2902C56FE9F00A14A6A /* Run swiftformat & swiftlint */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -1308,7 +1313,7 @@
);
inputPaths = (
);
name = "Run Build Tools";
name = "Run swiftformat & swiftlint";
outputFileListPaths = (
);
outputPaths = (
Expand Down

0 comments on commit 0d86170

Please sign in to comment.