Skip to content

Commit

Permalink
Add Input files for crashlytics
Browse files Browse the repository at this point in the history
  • Loading branch information
timbms committed Sep 17, 2024
1 parent 778d68e commit bc676a1
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions openHAB.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -453,9 +453,6 @@
DFB2624518830A3600D3244D /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
DFB2624C18830A3600D3244D /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
DFDA3CE9193CADB200888039 /* ping.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = ping.wav; sourceTree = "<group>"; };
DFDEE4161883C6A5008B26AC /* OpenHABTracker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OpenHABTracker.swift; sourceTree = "<group>"; };
DFDEE3FC18831099008B26AC /* OpenHABSettingsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OpenHABSettingsViewController.swift; sourceTree = "<group>"; };
DFDF452E1932032B00A6E581 /* OpenHABLegalViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OpenHABLegalViewController.swift; sourceTree = "<group>"; };
DFDF45301932042B00A6E581 /* legal.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = legal.rtf; sourceTree = "<group>"; };
DFE10413197415F900D94943 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
DFFD8FD018EDBD4F003B502A /* UICircleButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UICircleButton.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -842,8 +839,6 @@
isa = PBXGroup;
children = (
DFB2624518830A3600D3244D /* Images.xcassets */,
DACB636127D3FC6500041931 /* error.png */,
DF4B84061885AE0E00F34902 /* blankicon.png */,
);
name = Images;
sourceTree = "<group>";
Expand Down Expand Up @@ -933,7 +928,6 @@
DFDEE3FE1883228C008B26AC /* Models */,
DF4B84051885AD4600F34902 /* Images */,
DF4B83FD18857FA100F34902 /* UI */,
DFDEE3FF18832293008B26AC /* Util */,
1224F78B228A89E300750965 /* Watch */,
DFB2623118830A3600D3244D /* Supporting Files */,
938BF9C724EFCCC000E6B52F /* Resources */,
Expand Down Expand Up @@ -1092,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 @@ -1295,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 @@ -1305,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 @@ -1314,7 +1313,7 @@
);
inputPaths = (
);
name = "Run Build Tools";
name = "Run swiftformat & swiftlint";
outputFileListPaths = (
);
outputPaths = (
Expand Down Expand Up @@ -1452,8 +1451,6 @@
938BF9D324EFD0B700E6B52F /* UIViewController+Localization.swift in Sources */,
DAA42BA821DC97E000244B2A /* NotificationTableViewCell.swift in Sources */,
DAF0A28F2C56F1EE00A14A6A /* ColorPickerCell.swift in Sources */,
6595667E28E0BE8E00E8A53B /* MulticastDelegate.swift in Sources */,
DFDEE3FD18831099008B26AC /* OpenHABSettingsViewController.swift in Sources */,
938EDCE122C4FEB800661CA1 /* ScaleAspectFitImageView.swift in Sources */,
DAEAA89F21E6B16600267EA3 /* UITableView.swift in Sources */,
DFB2624418830A3600D3244D /* OpenHABSitemapViewController.swift in Sources */,
Expand Down

0 comments on commit bc676a1

Please sign in to comment.