Skip to content

Commit

Permalink
Remove reference to deleted sentry file
Browse files Browse the repository at this point in the history
A deleted sentry file continued to be referenced in the Xcode project. Remove the reference
  • Loading branch information
theospears committed Feb 18, 2024
1 parent a223884 commit 0f1d8b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BeeSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@
E540953B260FB6A100C30784 /* AddDataIntents.intentdefinition */ = {isa = PBXFileReference; lastKnownFileType = file.intentdefinition; path = AddDataIntents.intentdefinition; sourceTree = "<group>"; };
E55760F426549D310076B95A /* AddDataIntentHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddDataIntentHandler.swift; sourceTree = "<group>"; };
E55FEE6A23FF7552007C20B2 /* Config.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Config.swift; sourceTree = "<group>"; };
E55FEE6D23FF78E8007C20B2 /* Sentry.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = Sentry.sh; sourceTree = "<group>"; };
E57BE6E02655EBD900BA540B /* BeeKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BeeKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
E57BE6E22655EBDA00BA540B /* BeeKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BeeKit.h; sourceTree = "<group>"; };
E57BE6E32655EBDA00BA540B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -568,7 +567,6 @@
children = (
A1BD3E021AE41AE400B1390A /* BeeSwift-Bridging-Header.h */,
A196CB181AE4142E00B90A3E /* Info.plist */,
E55FEE6D23FF78E8007C20B2 /* Sentry.sh */,
);
name = "Supporting Files";
sourceTree = "<group>";
Expand Down

0 comments on commit 0f1d8b5

Please sign in to comment.