|
190 | 190 | 63FE710120DA4C1000CDBAE8 /* SentryCrashDate.h in Headers */ = {isa = PBXBuildFile; fileRef = 63FE700720DA4C1000CDBAE8 /* SentryCrashDate.h */; }; |
191 | 191 | 63FE710320DA4C1000CDBAE8 /* SentryCrashMachineContext_Apple.h in Headers */ = {isa = PBXBuildFile; fileRef = 63FE700820DA4C1000CDBAE8 /* SentryCrashMachineContext_Apple.h */; }; |
192 | 192 | 63FE710520DA4C1000CDBAE8 /* SentryCrashLogger.c in Sources */ = {isa = PBXBuildFile; fileRef = 63FE700920DA4C1000CDBAE8 /* SentryCrashLogger.c */; }; |
193 | | - 63FE710720DA4C1000CDBAE8 /* SentryCrashStackCursor_SelfThread.c in Sources */ = {isa = PBXBuildFile; fileRef = 63FE700A20DA4C1000CDBAE8 /* SentryCrashStackCursor_SelfThread.c */; }; |
| 193 | + 63FE710720DA4C1000CDBAE8 /* SentryCrashStackCursor_SelfThread.m in Sources */ = {isa = PBXBuildFile; fileRef = 63FE700A20DA4C1000CDBAE8 /* SentryCrashStackCursor_SelfThread.m */; }; |
194 | 194 | 63FE710920DA4C1000CDBAE8 /* SentryCrashFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 63FE700B20DA4C1000CDBAE8 /* SentryCrashFileUtils.h */; }; |
195 | 195 | 63FE710B20DA4C1000CDBAE8 /* SentryCrashMach.c in Sources */ = {isa = PBXBuildFile; fileRef = 63FE700C20DA4C1000CDBAE8 /* SentryCrashMach.c */; }; |
196 | 196 | 63FE710D20DA4C1000CDBAE8 /* SentryCrashStackCursor_MachineContext.c in Sources */ = {isa = PBXBuildFile; fileRef = 63FE700D20DA4C1000CDBAE8 /* SentryCrashStackCursor_MachineContext.c */; }; |
|
742 | 742 | D8370B6C273DF20F00F66E2D /* SentryNSURLSessionTaskSearch.h in Headers */ = {isa = PBXBuildFile; fileRef = D8370B6B273DF20F00F66E2D /* SentryNSURLSessionTaskSearch.h */; }; |
743 | 743 | D84793262788737D00BE8E99 /* SentryByteCountFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = D84793242788737D00BE8E99 /* SentryByteCountFormatter.m */; }; |
744 | 744 | D8479328278873A100BE8E99 /* SentryByteCountFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = D8479327278873A100BE8E99 /* SentryByteCountFormatter.h */; }; |
| 745 | + D84F833D2A1CC401005828E0 /* SentrySwiftAsyncIntegration.h in Headers */ = {isa = PBXBuildFile; fileRef = D84F833B2A1CC401005828E0 /* SentrySwiftAsyncIntegration.h */; }; |
| 746 | + D84F833E2A1CC401005828E0 /* SentrySwiftAsyncIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = D84F833C2A1CC401005828E0 /* SentrySwiftAsyncIntegration.m */; }; |
745 | 747 | D85596F3280580F10041FF8B /* SentryScreenshotIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = D85596F1280580F10041FF8B /* SentryScreenshotIntegration.m */; }; |
746 | 748 | D855AD62286ED6A4002573E1 /* SentryCrashTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D855AD61286ED6A4002573E1 /* SentryCrashTests.m */; }; |
747 | 749 | D855B3E827D652AF00BCED76 /* SentryCoreDataTrackingIntegrationTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = D855B3E727D652AF00BCED76 /* SentryCoreDataTrackingIntegrationTest.swift */; }; |
|
1060 | 1062 | 63FE700720DA4C1000CDBAE8 /* SentryCrashDate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SentryCrashDate.h; sourceTree = "<group>"; }; |
1061 | 1063 | 63FE700820DA4C1000CDBAE8 /* SentryCrashMachineContext_Apple.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SentryCrashMachineContext_Apple.h; sourceTree = "<group>"; }; |
1062 | 1064 | 63FE700920DA4C1000CDBAE8 /* SentryCrashLogger.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SentryCrashLogger.c; sourceTree = "<group>"; }; |
1063 | | - 63FE700A20DA4C1000CDBAE8 /* SentryCrashStackCursor_SelfThread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SentryCrashStackCursor_SelfThread.c; sourceTree = "<group>"; }; |
| 1065 | + 63FE700A20DA4C1000CDBAE8 /* SentryCrashStackCursor_SelfThread.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentryCrashStackCursor_SelfThread.m; sourceTree = "<group>"; }; |
1064 | 1066 | 63FE700B20DA4C1000CDBAE8 /* SentryCrashFileUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SentryCrashFileUtils.h; sourceTree = "<group>"; }; |
1065 | 1067 | 63FE700C20DA4C1000CDBAE8 /* SentryCrashMach.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SentryCrashMach.c; sourceTree = "<group>"; }; |
1066 | 1068 | 63FE700D20DA4C1000CDBAE8 /* SentryCrashStackCursor_MachineContext.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SentryCrashStackCursor_MachineContext.c; sourceTree = "<group>"; }; |
|
1671 | 1673 | D8370B6B273DF20F00F66E2D /* SentryNSURLSessionTaskSearch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryNSURLSessionTaskSearch.h; path = include/SentryNSURLSessionTaskSearch.h; sourceTree = "<group>"; }; |
1672 | 1674 | D84793242788737D00BE8E99 /* SentryByteCountFormatter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryByteCountFormatter.m; sourceTree = "<group>"; }; |
1673 | 1675 | D8479327278873A100BE8E99 /* SentryByteCountFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryByteCountFormatter.h; path = include/SentryByteCountFormatter.h; sourceTree = "<group>"; }; |
| 1676 | + D84F833B2A1CC401005828E0 /* SentrySwiftAsyncIntegration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentrySwiftAsyncIntegration.h; path = include/SentrySwiftAsyncIntegration.h; sourceTree = "<group>"; }; |
| 1677 | + D84F833C2A1CC401005828E0 /* SentrySwiftAsyncIntegration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentrySwiftAsyncIntegration.m; sourceTree = "<group>"; }; |
1674 | 1678 | D85596F1280580F10041FF8B /* SentryScreenshotIntegration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryScreenshotIntegration.m; sourceTree = "<group>"; }; |
1675 | 1679 | D855AD61286ED6A4002573E1 /* SentryCrashTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryCrashTests.m; sourceTree = "<group>"; }; |
1676 | 1680 | D855B3E727D652AF00BCED76 /* SentryCoreDataTrackingIntegrationTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryCoreDataTrackingIntegrationTest.swift; sourceTree = "<group>"; }; |
|
2436 | 2440 | 63FE702B20DA4C1000CDBAE8 /* SentryCrashStackCursor_Backtrace.h */, |
2437 | 2441 | 63FE700D20DA4C1000CDBAE8 /* SentryCrashStackCursor_MachineContext.c */, |
2438 | 2442 | 63FE703120DA4C1000CDBAE8 /* SentryCrashStackCursor_MachineContext.h */, |
2439 | | - 63FE700A20DA4C1000CDBAE8 /* SentryCrashStackCursor_SelfThread.c */, |
| 2443 | + 63FE700A20DA4C1000CDBAE8 /* SentryCrashStackCursor_SelfThread.m */, |
2440 | 2444 | 63FE702620DA4C1000CDBAE8 /* SentryCrashStackCursor_SelfThread.h */, |
2441 | 2445 | 63FE703B20DA4C1000CDBAE8 /* SentryCrashStackCursor.c */, |
2442 | 2446 | 63FE701C20DA4C1000CDBAE8 /* SentryCrashStackCursor.h */, |
|
2799 | 2803 | 7BCFBD6E2681D0EE00BC27D8 /* SentryCrashScopeObserver.m */, |
2800 | 2804 | 7B96571F26830C9100C66E25 /* SentryScopeSyncC.h */, |
2801 | 2805 | 7B96572126830D2400C66E25 /* SentryScopeSyncC.c */, |
| 2806 | + D84F833B2A1CC401005828E0 /* SentrySwiftAsyncIntegration.h */, |
| 2807 | + D84F833C2A1CC401005828E0 /* SentrySwiftAsyncIntegration.m */, |
2802 | 2808 | ); |
2803 | 2809 | name = SentryCrash; |
2804 | 2810 | sourceTree = "<group>"; |
|
3445 | 3451 | 7B98D7E425FB7A7200C5A389 /* SentryAppState.h in Headers */, |
3446 | 3452 | 7BDEAA022632A4580001EA25 /* SentryOptions+Private.h in Headers */, |
3447 | 3453 | A8AFFCCD29069C3E00967CD7 /* SentryHttpStatusCodeRange.h in Headers */, |
| 3454 | + D84F833D2A1CC401005828E0 /* SentrySwiftAsyncIntegration.h in Headers */, |
3448 | 3455 | 15E0A8EA240F2C9000F044E3 /* SentrySerialization.h in Headers */, |
3449 | 3456 | 63FE70EF20DA4C1000CDBAE8 /* SentryCrashMonitor_AppState.h in Headers */, |
3450 | 3457 | 635B3F381EBC6E2500A6176D /* SentryAsynchronousOperation.h in Headers */, |
|
3898 | 3905 | 7B8713B426415BAA006D6004 /* SentryAppStartTracker.m in Sources */, |
3899 | 3906 | 7BDB03BB2513652900BAE198 /* SentryDispatchQueueWrapper.m in Sources */, |
3900 | 3907 | 7B6C5EDE264E8DF00010D138 /* SentryFramesTracker.m in Sources */, |
| 3908 | + D84F833E2A1CC401005828E0 /* SentrySwiftAsyncIntegration.m in Sources */, |
3901 | 3909 | 7B6438AB26A70F24000D0F65 /* UIViewController+Sentry.m in Sources */, |
3902 | 3910 | 63AA76A31EB9CBAA00D153DE /* SentryDsn.m in Sources */, |
3903 | 3911 | 63B818FA1EC34639002FDF4C /* SentryDebugMeta.m in Sources */, |
|
3974 | 3982 | D8F6A2472885512100320515 /* SentryPredicateDescriptor.m in Sources */, |
3975 | 3983 | A839D89A24864BA8003B7AFD /* SentrySystemEventBreadcrumbs.m in Sources */, |
3976 | 3984 | 7D082B8323C628790029866B /* SentryMeta.m in Sources */, |
3977 | | - 63FE710720DA4C1000CDBAE8 /* SentryCrashStackCursor_SelfThread.c in Sources */, |
| 3985 | + 63FE710720DA4C1000CDBAE8 /* SentryCrashStackCursor_SelfThread.m in Sources */, |
3978 | 3986 | 63FE711120DA4C1000CDBAE8 /* SentryCrashDebug.c in Sources */, |
3979 | 3987 | 7B883F49253D714C00879E62 /* SentryCrashUUIDConversion.c in Sources */, |
3980 | 3988 | 63FE716720DA4C1100CDBAE8 /* SentryCrashCPU.c in Sources */, |
|
0 commit comments