Skip to content

Commit 916edbe

Browse files
test: Remove ExceptionCatcher from Sentry target (#5748)
The ExceptionCatcher class had both Sentry and SentryTests as target membership. This is fixed now by removing Sentry.
1 parent 9450cb4 commit 916edbe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sentry.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,6 @@
10361036
F451FAA62E0B304E0050ACF2 /* LoadValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F451FAA52E0B304E0050ACF2 /* LoadValidator.swift */; };
10371037
F452437E2DE60B71003E8F50 /* SentryUseNSExceptionCallstackWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = F452437D2DE60B71003E8F50 /* SentryUseNSExceptionCallstackWrapper.m */; };
10381038
F45243882DE65968003E8F50 /* ExceptionCatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = F45243872DE65968003E8F50 /* ExceptionCatcher.m */; };
1039-
F45243892DE65968003E8F50 /* ExceptionCatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = F45243872DE65968003E8F50 /* ExceptionCatcher.m */; };
10401039
F452438A2DE65968003E8F50 /* ExceptionCatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = F45243862DE65968003E8F50 /* ExceptionCatcher.h */; };
10411040
F452438C2DE65BC0003E8F50 /* SentryUseNSExceptionCallstackWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = F452438B2DE65BC0003E8F50 /* SentryUseNSExceptionCallstackWrapper.h */; };
10421041
F458D1132E180BB00028273E /* SentryFileManagerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = F458D1122E180BB00028273E /* SentryFileManagerProtocol.swift */; };
@@ -5610,7 +5609,6 @@
56105609
7B7A30C824B48389005A4C6E /* SentryCrashWrapper.m in Sources */,
56115610
D8ACE3C92762187200F5A213 /* SentryFileIOTrackingIntegration.m in Sources */,
56125611
620078742D38F0DF0022CB67 /* SentryCodable.swift in Sources */,
5613-
F45243892DE65968003E8F50 /* ExceptionCatcher.m in Sources */,
56145612
63FE713B20DA4C1100CDBAE8 /* SentryCrashFileUtils.c in Sources */,
56155613
63FE716920DA4C1100CDBAE8 /* SentryCrashStackCursor.c in Sources */,
56165614
7BA61CCA247D128B00C130A8 /* SentryThreadInspector.m in Sources */,

0 commit comments

Comments
 (0)