Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Input files for Crashlytics #827

Merged
merged 3 commits into from
Sep 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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