|
876 | 876 | D84DAD582B1742A9003CF120 /* ExternalUIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D80C990A2B0DFE410052F311 /* ExternalUIViewController.swift */; }; |
877 | 877 | D84DAD592B1742C1003CF120 /* SentryTestUtilsDynamic.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D84DAD4D2B17428D003CF120 /* SentryTestUtilsDynamic.framework */; }; |
878 | 878 | D84DAD5A2B1742C1003CF120 /* SentryTestUtilsDynamic.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D84DAD4D2B17428D003CF120 /* SentryTestUtilsDynamic.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
879 | | - D84F833D2A1CC401005828E0 /* SentrySwiftAsyncIntegration.h in Headers */ = {isa = PBXBuildFile; fileRef = D84F833B2A1CC401005828E0 /* SentrySwiftAsyncIntegration.h */; }; |
880 | | - D84F833E2A1CC401005828E0 /* SentrySwiftAsyncIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = D84F833C2A1CC401005828E0 /* SentrySwiftAsyncIntegration.m */; }; |
881 | 879 | D85596F3280580F10041FF8B /* SentryScreenshotIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = D85596F1280580F10041FF8B /* SentryScreenshotIntegration.m */; }; |
882 | 880 | D855AD62286ED6A4002573E1 /* SentryCrashTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D855AD61286ED6A4002573E1 /* SentryCrashTests.m */; }; |
883 | 881 | D855B3E827D652AF00BCED76 /* SentryCoreDataTrackingIntegrationTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = D855B3E727D652AF00BCED76 /* SentryCoreDataTrackingIntegrationTest.swift */; }; |
|
1131 | 1129 | FAC735232E25AA81006C5A64 /* SentryProfilingSwiftHelpersTests.m in Sources */ = {isa = PBXBuildFile; fileRef = FAC735222E25AA7A006C5A64 /* SentryProfilingSwiftHelpersTests.m */; }; |
1132 | 1130 | FACEED132E3179A10007B4AC /* SentryOptionsInternal.m in Sources */ = {isa = PBXBuildFile; fileRef = FACEED122E3179A10007B4AC /* SentryOptionsInternal.m */; }; |
1133 | 1131 | FAD882762EDA6EF50055AA44 /* SentrySDKInfo+Equality.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAD882702EDA6EEF0055AA44 /* SentrySDKInfo+Equality.swift */; }; |
| 1132 | + FAD882C22EDAADF90055AA44 /* SwiftAsyncIntegration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAD882C12EDAADF90055AA44 /* SwiftAsyncIntegration.swift */; }; |
| 1133 | + FAD882C42EDB3F4C0055AA44 /* SentryCrashAsync.h in Headers */ = {isa = PBXBuildFile; fileRef = FAD882C32EDB3F450055AA44 /* SentryCrashAsync.h */; }; |
1134 | 1134 | FAE2DAB82E1F317900262307 /* SentryProfilingSwiftHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = FAE2DAB72E1F317900262307 /* SentryProfilingSwiftHelpers.m */; }; |
1135 | 1135 | FAE2DABA2E1F318900262307 /* SentryProfilingSwiftHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = FAE2DAB92E1F318900262307 /* SentryProfilingSwiftHelpers.h */; }; |
1136 | 1136 | FAE579842E7CF21800B710F9 /* SentryMigrateSessionInit.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE5797E2E7CF21300B710F9 /* SentryMigrateSessionInit.swift */; }; |
|
2245 | 2245 | D84D2CDE2C2BF9370011AF8A /* SentryReplayType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryReplayType.swift; sourceTree = "<group>"; }; |
2246 | 2246 | D84DAD4D2B17428D003CF120 /* SentryTestUtilsDynamic.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SentryTestUtilsDynamic.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
2247 | 2247 | D84DAD4F2B17428D003CF120 /* SentryTestUtilsDynamic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SentryTestUtilsDynamic.h; sourceTree = "<group>"; }; |
2248 | | - D84F833B2A1CC401005828E0 /* SentrySwiftAsyncIntegration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentrySwiftAsyncIntegration.h; path = include/SentrySwiftAsyncIntegration.h; sourceTree = "<group>"; }; |
2249 | | - D84F833C2A1CC401005828E0 /* SentrySwiftAsyncIntegration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentrySwiftAsyncIntegration.m; sourceTree = "<group>"; }; |
2250 | 2248 | D8511F722BAC8F750015E6FD /* Sentry.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = Sentry.modulemap; sourceTree = "<group>"; }; |
2251 | 2249 | D85596F1280580F10041FF8B /* SentryScreenshotIntegration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryScreenshotIntegration.m; sourceTree = "<group>"; }; |
2252 | 2250 | D855AD61286ED6A4002573E1 /* SentryCrashTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryCrashTests.m; sourceTree = "<group>"; }; |
|
2511 | 2509 | FAC735222E25AA7A006C5A64 /* SentryProfilingSwiftHelpersTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryProfilingSwiftHelpersTests.m; sourceTree = "<group>"; }; |
2512 | 2510 | FACEED122E3179A10007B4AC /* SentryOptionsInternal.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryOptionsInternal.m; sourceTree = "<group>"; }; |
2513 | 2511 | FAD882702EDA6EEF0055AA44 /* SentrySDKInfo+Equality.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentrySDKInfo+Equality.swift"; sourceTree = "<group>"; }; |
| 2512 | + FAD882C12EDAADF90055AA44 /* SwiftAsyncIntegration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftAsyncIntegration.swift; sourceTree = "<group>"; }; |
| 2513 | + FAD882C32EDB3F450055AA44 /* SentryCrashAsync.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryCrashAsync.h; path = include/SentryCrashAsync.h; sourceTree = "<group>"; }; |
2514 | 2514 | FAE2DAB72E1F317900262307 /* SentryProfilingSwiftHelpers.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryProfilingSwiftHelpers.m; sourceTree = "<group>"; }; |
2515 | 2515 | FAE2DAB92E1F318900262307 /* SentryProfilingSwiftHelpers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryProfilingSwiftHelpers.h; path = Sources/Sentry/include/SentryProfilingSwiftHelpers.h; sourceTree = SOURCE_ROOT; }; |
2516 | 2516 | FAE5797E2E7CF21300B710F9 /* SentryMigrateSessionInit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryMigrateSessionInit.swift; sourceTree = "<group>"; }; |
|
3673 | 3673 | 7BE0DC35272AE7BF004FA8B7 /* SentryCrash */ = { |
3674 | 3674 | isa = PBXGroup; |
3675 | 3675 | children = ( |
| 3676 | + FAD882C32EDB3F450055AA44 /* SentryCrashAsync.h */, |
3676 | 3677 | FAAB95DD2EA1EB470030A2DB /* SentryDeviceContextKeys.h */, |
3677 | 3678 | 7DC831082398283C0043DD9A /* SentryCrashIntegration.h */, |
3678 | 3679 | 7DC831092398283C0043DD9A /* SentryCrashIntegration.m */, |
3679 | 3680 | 7BCFBD6C2681D0A900BC27D8 /* SentryCrashScopeObserver.h */, |
3680 | 3681 | 7BCFBD6E2681D0EE00BC27D8 /* SentryCrashScopeObserver.m */, |
3681 | 3682 | 7B96571F26830C9100C66E25 /* SentryScopeSyncC.h */, |
3682 | 3683 | 7B96572126830D2400C66E25 /* SentryScopeSyncC.c */, |
3683 | | - D84F833B2A1CC401005828E0 /* SentrySwiftAsyncIntegration.h */, |
3684 | | - D84F833C2A1CC401005828E0 /* SentrySwiftAsyncIntegration.m */, |
3685 | 3684 | ); |
3686 | 3685 | name = SentryCrash; |
3687 | 3686 | sourceTree = "<group>"; |
|
4833 | 4832 | children = ( |
4834 | 4833 | FAB0073C2E9F47DE001C806A /* Session */, |
4835 | 4834 | FAE579B42E7DBE9400B710F9 /* SentryGlobalEventProcessor.swift */, |
| 4835 | + FAD882C12EDAADF90055AA44 /* SwiftAsyncIntegration.swift */, |
4836 | 4836 | D49064862DFAE1B700555785 /* Screenshot */, |
4837 | 4837 | D8739CF72BECFF92007D2F66 /* Performance */, |
4838 | 4838 | D8CAC02C2BA0663E00E38F34 /* SessionReplay */, |
|
5145 | 5145 | 7B56D73124616CCD00B842DA /* SentryConcurrentRateLimitsDictionary.h in Headers */, |
5146 | 5146 | D456B4322D706BDF007068CB /* SentrySpanOperation.h in Headers */, |
5147 | 5147 | 63FE714D20DA4C1100CDBAE8 /* SentryCrashJSONCodec.h in Headers */, |
| 5148 | + FAD882C42EDB3F4C0055AA44 /* SentryCrashAsync.h in Headers */, |
5148 | 5149 | 7BAF3DD4243DD40F008A5414 /* SentryTransportFactory.h in Headers */, |
5149 | 5150 | 63FE717F20DA4C1100CDBAE8 /* SentryCrashReportFields.h in Headers */, |
5150 | 5151 | 7BE912AB272162AF00E49E62 /* SentryNoOpSpan.h in Headers */, |
|
5178 | 5179 | A8AFFCCD29069C3E00967CD7 /* SentryHttpStatusCodeRange.h in Headers */, |
5179 | 5180 | FAAB95DE2EA1EB470030A2DB /* SentryDeviceContextKeys.h in Headers */, |
5180 | 5181 | D83D079B2B7F9D1C00CC9674 /* SentryMsgPackSerializer.h in Headers */, |
5181 | | - D84F833D2A1CC401005828E0 /* SentrySwiftAsyncIntegration.h in Headers */, |
5182 | 5182 | 15E0A8EA240F2C9000F044E3 /* SentrySerialization.h in Headers */, |
5183 | 5183 | 63FE70EF20DA4C1000CDBAE8 /* SentryCrashMonitor_AppState.h in Headers */, |
5184 | 5184 | 635B3F381EBC6E2500A6176D /* SentryAsynchronousOperation.h in Headers */, |
|
5756 | 5756 | F48F78692E61DE28009D4E7D /* SentryReachability.swift in Sources */, |
5757 | 5757 | D8739D142BEE5049007D2F66 /* SentryRRWebSpanEvent.swift in Sources */, |
5758 | 5758 | FAAB2F972E4D345800FE8B7E /* SentryUIDeviceWrapper.swift in Sources */, |
5759 | | - D84F833E2A1CC401005828E0 /* SentrySwiftAsyncIntegration.m in Sources */, |
5760 | 5759 | 7B6438AB26A70F24000D0F65 /* UIViewController+Sentry.m in Sources */, |
5761 | 5760 | 84302A812B5767A50027A629 /* SentryLaunchProfiling.m in Sources */, |
5762 | 5761 | 63AA76A31EB9CBAA00D153DE /* SentryDsn.m in Sources */, |
|
5935 | 5934 | FA67DCF82DDBD4EA00896B02 /* SentryProfileOptions.swift in Sources */, |
5936 | 5935 | FA67DCF92DDBD4EA00896B02 /* HTTPHeaderSanitizer.swift in Sources */, |
5937 | 5936 | FA67DCFA2DDBD4EA00896B02 /* SentryViewRendererV2.swift in Sources */, |
| 5937 | + FAD882C22EDAADF90055AA44 /* SwiftAsyncIntegration.swift in Sources */, |
5938 | 5938 | FAAB30F32E4E8F2C00FE8B7E /* SentryInAppLogic.swift in Sources */, |
5939 | 5939 | FA67DCFC2DDBD4EA00896B02 /* SentryFramesDelayResult.swift in Sources */, |
5940 | 5940 | FA67DCFD2DDBD4EA00896B02 /* SentryANRTracker.swift in Sources */, |
|
0 commit comments