|
639 | 639 | 84A8891C28DBD28900C51DFD /* SentryDevice.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A8891A28DBD28900C51DFD /* SentryDevice.h */; }; |
640 | 640 | 84A8891D28DBD28900C51DFD /* SentryDevice.mm in Sources */ = {isa = PBXBuildFile; fileRef = 84A8891B28DBD28900C51DFD /* SentryDevice.mm */; }; |
641 | 641 | 84A8892128DBD8D600C51DFD /* SentryDeviceTests.mm in Sources */ = {isa = PBXBuildFile; fileRef = 84A8892028DBD8D600C51DFD /* SentryDeviceTests.mm */; }; |
| 642 | + 84AC61D229F7541E009EEF61 /* SentryDispatchSourceWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 84AC61D029F7541E009EEF61 /* SentryDispatchSourceWrapper.h */; }; |
| 643 | + 84AC61D329F7541E009EEF61 /* SentryDispatchSourceWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 84AC61D129F7541E009EEF61 /* SentryDispatchSourceWrapper.m */; }; |
| 644 | + 84AC61D629F75A98009EEF61 /* SentryDispatchFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 84AC61D429F75A98009EEF61 /* SentryDispatchFactory.h */; }; |
| 645 | + 84AC61D729F75A98009EEF61 /* SentryDispatchFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 84AC61D529F75A98009EEF61 /* SentryDispatchFactory.m */; }; |
| 646 | + 84AC61D929F7643B009EEF61 /* TestDispatchFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84AC61D829F7643B009EEF61 /* TestDispatchFactory.swift */; }; |
| 647 | + 84AC61DB29F7654A009EEF61 /* TestDispatchSourceWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84AC61DA29F7654A009EEF61 /* TestDispatchSourceWrapper.swift */; }; |
642 | 648 | 84AF45A629A7FFA500FBB177 /* SentryTracerConcurrency.h in Headers */ = {isa = PBXBuildFile; fileRef = 84AF45A429A7FFA500FBB177 /* SentryTracerConcurrency.h */; }; |
643 | 649 | 84AF45A729A7FFA500FBB177 /* SentryTracerConcurrency.mm in Sources */ = {isa = PBXBuildFile; fileRef = 84AF45A529A7FFA500FBB177 /* SentryTracerConcurrency.mm */; }; |
644 | 650 | 84B7FA3529B285FC00AD93B1 /* Sentry.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 63AA759B1EB8AEF500D153DE /* Sentry.framework */; }; |
|
1559 | 1565 | 84A8891A28DBD28900C51DFD /* SentryDevice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryDevice.h; path = include/SentryDevice.h; sourceTree = "<group>"; }; |
1560 | 1566 | 84A8891B28DBD28900C51DFD /* SentryDevice.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryDevice.mm; sourceTree = "<group>"; }; |
1561 | 1567 | 84A8892028DBD8D600C51DFD /* SentryDeviceTests.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryDeviceTests.mm; sourceTree = "<group>"; }; |
| 1568 | + 84AC61D029F7541E009EEF61 /* SentryDispatchSourceWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryDispatchSourceWrapper.h; path = include/SentryDispatchSourceWrapper.h; sourceTree = "<group>"; }; |
| 1569 | + 84AC61D129F7541E009EEF61 /* SentryDispatchSourceWrapper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryDispatchSourceWrapper.m; sourceTree = "<group>"; }; |
| 1570 | + 84AC61D429F75A98009EEF61 /* SentryDispatchFactory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryDispatchFactory.h; path = include/SentryDispatchFactory.h; sourceTree = "<group>"; }; |
| 1571 | + 84AC61D529F75A98009EEF61 /* SentryDispatchFactory.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryDispatchFactory.m; sourceTree = "<group>"; }; |
| 1572 | + 84AC61D829F7643B009EEF61 /* TestDispatchFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestDispatchFactory.swift; sourceTree = "<group>"; }; |
| 1573 | + 84AC61DA29F7654A009EEF61 /* TestDispatchSourceWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestDispatchSourceWrapper.swift; sourceTree = "<group>"; }; |
1562 | 1574 | 84AF45A429A7FFA500FBB177 /* SentryTracerConcurrency.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryTracerConcurrency.h; path = include/SentryTracerConcurrency.h; sourceTree = "<group>"; }; |
1563 | 1575 | 84AF45A529A7FFA500FBB177 /* SentryTracerConcurrency.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryTracerConcurrency.mm; sourceTree = "<group>"; }; |
1564 | 1576 | 84B7FA3B29B2866200AD93B1 /* SentryTestUtils-ObjC-BridgingHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentryTestUtils-ObjC-BridgingHeader.h"; sourceTree = "<group>"; }; |
|
1841 | 1853 | 638DC99F1EBC6B6400A66E41 /* SentryRequestOperation.m */, |
1842 | 1854 | 7BDB03B6251364F800BAE198 /* SentryDispatchQueueWrapper.h */, |
1843 | 1855 | 7BDB03BA2513652900BAE198 /* SentryDispatchQueueWrapper.m */, |
| 1856 | + 84AC61D029F7541E009EEF61 /* SentryDispatchSourceWrapper.h */, |
| 1857 | + 84AC61D429F75A98009EEF61 /* SentryDispatchFactory.h */, |
| 1858 | + 84AC61D529F75A98009EEF61 /* SentryDispatchFactory.m */, |
| 1859 | + 84AC61D129F7541E009EEF61 /* SentryDispatchSourceWrapper.m */, |
1844 | 1860 | 0AAE202028ED9BCC00D0CD80 /* SentryReachability.h */, |
1845 | 1861 | 0AAE201D28ED9B9400D0CD80 /* SentryReachability.m */, |
1846 | 1862 | ); |
|
3112 | 3128 | isa = PBXGroup; |
3113 | 3129 | children = ( |
3114 | 3130 | 7BD47B4C268F0B080076A663 /* ClearTestState.swift */, |
| 3131 | + 84AC61D829F7643B009EEF61 /* TestDispatchFactory.swift */, |
| 3132 | + 84AC61DA29F7654A009EEF61 /* TestDispatchSourceWrapper.swift */, |
3115 | 3133 | 84A5D75A29D5170700388BFA /* TimeInterval+Sentry.swift */, |
3116 | 3134 | 7B30B68126527C55006B2752 /* TestDisplayLinkWrapper.swift */, |
3117 | 3135 | 8E25C97425F8511A00DC215B /* TestRandom.swift */, |
|
3370 | 3388 | 7B82D54524E2A05500EE670F /* SentryId.h in Headers */, |
3371 | 3389 | D867063D27C3BC2400048851 /* SentryCoreDataTrackingIntegration.h in Headers */, |
3372 | 3390 | 0A2D8D5D289815EB008720F6 /* SentryBaseIntegration.h in Headers */, |
| 3391 | + 84AC61D629F75A98009EEF61 /* SentryDispatchFactory.h in Headers */, |
3373 | 3392 | 63FE716520DA4C1100CDBAE8 /* SentryCrashMemory.h in Headers */, |
3374 | 3393 | 63FE713F20DA4C1100CDBAE8 /* SentryCrashStackCursor_SelfThread.h in Headers */, |
3375 | 3394 | 639FCFA41EBC809A00778193 /* SentryStacktrace.h in Headers */, |
|
3495 | 3514 | 632331F9240506DF008D91D6 /* SentryScope+Private.h in Headers */, |
3496 | 3515 | D8603DD8284F894C000E1227 /* SentryBaggage.h in Headers */, |
3497 | 3516 | 03F84D2127DD414C008FE43F /* SentrySamplingProfiler.hpp in Headers */, |
| 3517 | + 84AC61D229F7541E009EEF61 /* SentryDispatchSourceWrapper.h in Headers */, |
3498 | 3518 | 63FE712B20DA4C1100CDBAE8 /* SentryCrashStackCursor.h in Headers */, |
3499 | 3519 | D8C67E9C28000E24007E326E /* SentryScreenshot.h in Headers */, |
3500 | 3520 | 7BA61CBF247CEA8100C130A8 /* SentryFormatter.h in Headers */, |
|
3905 | 3925 | 63FE712920DA4C1000CDBAE8 /* SentryCrashCPU_arm.c in Sources */, |
3906 | 3926 | 03F84D3427DD4191008FE43F /* SentryThreadMetadataCache.cpp in Sources */, |
3907 | 3927 | 7B88F30024BC5A7D00ADF90A /* SentrySdkInfo.m in Sources */, |
| 3928 | + 84AC61D729F75A98009EEF61 /* SentryDispatchFactory.m in Sources */, |
3908 | 3929 | 15360CD62432832400112302 /* SentryAutoSessionTrackingIntegration.m in Sources */, |
3909 | 3930 | 7B63459F280EBA7200CFA05A /* SentryUIEventTracker.m in Sources */, |
3910 | 3931 | 7BF9EF782722B35D00B5BBEF /* SentrySubClassFinder.m in Sources */, |
|
4021 | 4042 | 7BB65501253DC1B500887E87 /* SentryUserFeedback.m in Sources */, |
4022 | 4043 | 7D5C441A237C2E1F00DAB0A3 /* SentrySDK.m in Sources */, |
4023 | 4044 | 7D65260E237F649E00113EA2 /* SentryScope.m in Sources */, |
| 4045 | + 84AC61D329F7541E009EEF61 /* SentryDispatchSourceWrapper.m in Sources */, |
4024 | 4046 | 63FE712D20DA4C1100CDBAE8 /* SentryCrashJSONCodecObjC.m in Sources */, |
4025 | 4047 | 7BBD18932449BEDD00427C76 /* SentryDefaultRateLimits.m in Sources */, |
4026 | 4048 | 7BD729982463E93500EA3610 /* SentryDateUtil.m in Sources */, |
|
4353 | 4375 | 84B7FA4229B28CDE00AD93B1 /* TestCurrentDateProvider.swift in Sources */, |
4354 | 4376 | 84B7FA3F29B28BAD00AD93B1 /* TestTransport.swift in Sources */, |
4355 | 4377 | 84A5D75B29D5170700388BFA /* TimeInterval+Sentry.swift in Sources */, |
| 4378 | + 84AC61D929F7643B009EEF61 /* TestDispatchFactory.swift in Sources */, |
4356 | 4379 | 8431F01929B2852D00D8DC56 /* Invocation.swift in Sources */, |
4357 | 4380 | 84B7FA4629B2935F00AD93B1 /* ClearTestState.swift in Sources */, |
4358 | 4381 | 8431F01529B2851500D8DC56 /* TestSentryNSTimerWrapper.swift in Sources */, |
|
4364 | 4387 | 8431F01B29B2852D00D8DC56 /* Logger.swift in Sources */, |
4365 | 4388 | 8431F01829B2852D00D8DC56 /* TypeMapping.swift in Sources */, |
4366 | 4389 | 84B7FA4529B2926900AD93B1 /* TestDisplayLinkWrapper.swift in Sources */, |
| 4390 | + 84AC61DB29F7654A009EEF61 /* TestDispatchSourceWrapper.swift in Sources */, |
4367 | 4391 | 8431F01729B2851500D8DC56 /* TestSentrySystemWrapper.swift in Sources */, |
4368 | 4392 | 84B7FA4129B28CD200AD93B1 /* TestSentryDispatchQueueWrapper.swift in Sources */, |
4369 | 4393 | 84B7FA3E29B28ADD00AD93B1 /* TestClient.swift in Sources */, |
|
0 commit comments