|
568 | 568 | 7BD86ECD264A78A6005439DB /* SentryAppStartTrackerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD86ECC264A78A6005439DB /* SentryAppStartTrackerTests.swift */; }; |
569 | 569 | 7BD86ECF264A7C77005439DB /* SentryAppStartMeasurement.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BD86ECE264A7C77005439DB /* SentryAppStartMeasurement.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
570 | 570 | 7BD86ED1264A7CF6005439DB /* SentryAppStartMeasurement.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BD86ED0264A7CF6005439DB /* SentryAppStartMeasurement.m */; }; |
571 | | - 7BDB03B7251364F800BAE198 /* SentryDispatchQueueWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BDB03B6251364F800BAE198 /* SentryDispatchQueueWrapper.h */; }; |
572 | | - 7BDB03BB2513652900BAE198 /* SentryDispatchQueueWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BDB03BA2513652900BAE198 /* SentryDispatchQueueWrapper.m */; }; |
| 571 | + 7BDB03B7251364F800BAE198 /* _SentryDispatchQueueWrapperInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BDB03B6251364F800BAE198 /* _SentryDispatchQueueWrapperInternal.h */; }; |
| 572 | + 7BDB03BB2513652900BAE198 /* _SentryDispatchQueueWrapperInternal.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BDB03BA2513652900BAE198 /* _SentryDispatchQueueWrapperInternal.m */; }; |
573 | 573 | 7BDDE3CC2966BD4700EB9177 /* SentryMXManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BDDE3CB2966BD4700EB9177 /* SentryMXManagerTests.swift */; }; |
574 | 574 | 7BDEAA022632A4580001EA25 /* SentryOptions+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BDEAA002632A4580001EA25 /* SentryOptions+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
575 | 575 | 7BE0DC29272A9E1C004FA8B7 /* SentryBreadcrumbTrackerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BE0DC28272A9E1C004FA8B7 /* SentryBreadcrumbTrackerTests.swift */; }; |
|
1069 | 1069 | FA7206E12E0B37C80072FDD4 /* SentryProfileCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = FA7206E02E0B37C60072FDD4 /* SentryProfileCollector.mm */; }; |
1070 | 1070 | FA8A36182DEAA1EB0058D883 /* SentryThread+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FA8A36172DEAA1EB0058D883 /* SentryThread+Private.h */; }; |
1071 | 1071 | FA90FAA82E06614E008CAAE8 /* SentryExtraPackages.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA90FAA72E06614B008CAAE8 /* SentryExtraPackages.swift */; }; |
| 1072 | + FA8E58F12E0AD4270049F69D /* SentryDispatchQueueWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8E58F02E0AD4220049F69D /* SentryDispatchQueueWrapper.swift */; }; |
1072 | 1073 | FA90FAFD2E070A3B008CAAE8 /* SentryURLRequestFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA90FAFC2E070A3B008CAAE8 /* SentryURLRequestFactory.swift */; }; |
1073 | 1074 | FAB359982E05D7E90083D5E3 /* SentryEventSwiftHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = FAB359972E05D7E90083D5E3 /* SentryEventSwiftHelper.h */; }; |
1074 | 1075 | FAB3599A2E05D8080083D5E3 /* SentryEventSwiftHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = FAB359992E05D8080083D5E3 /* SentryEventSwiftHelper.m */; }; |
|
1758 | 1759 | 7BD86ECC264A78A6005439DB /* SentryAppStartTrackerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryAppStartTrackerTests.swift; sourceTree = "<group>"; }; |
1759 | 1760 | 7BD86ECE264A7C77005439DB /* SentryAppStartMeasurement.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryAppStartMeasurement.h; path = include/HybridPublic/SentryAppStartMeasurement.h; sourceTree = "<group>"; }; |
1760 | 1761 | 7BD86ED0264A7CF6005439DB /* SentryAppStartMeasurement.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryAppStartMeasurement.m; sourceTree = "<group>"; }; |
1761 | | - 7BDB03B6251364F800BAE198 /* SentryDispatchQueueWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryDispatchQueueWrapper.h; path = include/SentryDispatchQueueWrapper.h; sourceTree = "<group>"; }; |
1762 | | - 7BDB03BA2513652900BAE198 /* SentryDispatchQueueWrapper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryDispatchQueueWrapper.m; sourceTree = "<group>"; }; |
| 1762 | + 7BDB03B6251364F800BAE198 /* _SentryDispatchQueueWrapperInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = _SentryDispatchQueueWrapperInternal.h; path = include/_SentryDispatchQueueWrapperInternal.h; sourceTree = "<group>"; }; |
| 1763 | + 7BDB03BA2513652900BAE198 /* _SentryDispatchQueueWrapperInternal.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = _SentryDispatchQueueWrapperInternal.m; sourceTree = "<group>"; }; |
1763 | 1764 | 7BDB03BE25136A7D00BAE198 /* TestSentryDispatchQueueWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSentryDispatchQueueWrapper.swift; sourceTree = "<group>"; }; |
1764 | 1765 | 7BDDE3CB2966BD4700EB9177 /* SentryMXManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryMXManagerTests.swift; sourceTree = "<group>"; }; |
1765 | 1766 | 7BDEAA002632A4580001EA25 /* SentryOptions+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryOptions+Private.h"; path = "include/SentryOptions+Private.h"; sourceTree = "<group>"; }; |
|
2321 | 2322 | FA7206E02E0B37C60072FDD4 /* SentryProfileCollector.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryProfileCollector.mm; sourceTree = "<group>"; }; |
2322 | 2323 | FA8A36172DEAA1EB0058D883 /* SentryThread+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryThread+Private.h"; path = "include/SentryThread+Private.h"; sourceTree = "<group>"; }; |
2323 | 2324 | FA90FAA72E06614B008CAAE8 /* SentryExtraPackages.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryExtraPackages.swift; sourceTree = "<group>"; }; |
| 2325 | + FA8E58F02E0AD4220049F69D /* SentryDispatchQueueWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryDispatchQueueWrapper.swift; sourceTree = "<group>"; }; |
2324 | 2326 | FA90FAFC2E070A3B008CAAE8 /* SentryURLRequestFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryURLRequestFactory.swift; sourceTree = "<group>"; }; |
2325 | 2327 | FAB359972E05D7E90083D5E3 /* SentryEventSwiftHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryEventSwiftHelper.h; path = include/SentryEventSwiftHelper.h; sourceTree = "<group>"; }; |
2326 | 2328 | FAB359992E05D8080083D5E3 /* SentryEventSwiftHelper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryEventSwiftHelper.m; sourceTree = "<group>"; }; |
|
2459 | 2461 | isa = PBXGroup; |
2460 | 2462 | children = ( |
2461 | 2463 | FA6FC0A22E0B5AC800ED2669 /* SentrySdkPackage.swift */, |
| 2464 | + FA8E58F02E0AD4220049F69D /* SentryDispatchQueueWrapper.swift */, |
2462 | 2465 | 84B0E0062CD963F9007FB332 /* SentryIconography.swift */, |
2463 | 2466 | 621F61F02BEA073A005E654F /* SentryEnabledFeaturesBuilder.swift */, |
2464 | 2467 | ); |
|
2514 | 2517 | 638DC99E1EBC6B6400A66E41 /* SentryRequestOperation.h */, |
2515 | 2518 | 638DC99F1EBC6B6400A66E41 /* SentryRequestOperation.m */, |
2516 | 2519 | D4291A672DD61A3F00772088 /* SentryDispatchQueueProviderProtocol.h */, |
2517 | | - 7BDB03B6251364F800BAE198 /* SentryDispatchQueueWrapper.h */, |
2518 | | - 7BDB03BA2513652900BAE198 /* SentryDispatchQueueWrapper.m */, |
| 2520 | + 7BDB03B6251364F800BAE198 /* _SentryDispatchQueueWrapperInternal.h */, |
| 2521 | + 7BDB03BA2513652900BAE198 /* _SentryDispatchQueueWrapperInternal.m */, |
2519 | 2522 | D4FC68162DD632E7001B74FF /* SentryDispatchSourceProviderProtocol.h */, |
2520 | 2523 | 84AC61D129F7541E009EEF61 /* SentryDispatchSourceWrapper.m */, |
2521 | 2524 | 84AC61D029F7541E009EEF61 /* SentryDispatchSourceWrapper.h */, |
|
4809 | 4812 | 7B2BB0032966F55900A1E102 /* SentryOptions+HybridSDKs.h in Headers */, |
4810 | 4813 | 7BF9EF762722B34700B5BBEF /* SentrySubClassFinder.h in Headers */, |
4811 | 4814 | 7BC852332458802C005A70F0 /* SentryDataCategoryMapper.h in Headers */, |
4812 | | - 7BDB03B7251364F800BAE198 /* SentryDispatchQueueWrapper.h in Headers */, |
| 4815 | + 7BDB03B7251364F800BAE198 /* _SentryDispatchQueueWrapperInternal.h in Headers */, |
4813 | 4816 | 7BF9EF842722D07B00B5BBEF /* SentryObjCRuntimeWrapper.h in Headers */, |
4814 | 4817 | 621AE74B2C626C230012E730 /* SentryANRTrackerV2.h in Headers */, |
4815 | 4818 | 639889B71EDECFA800EA7442 /* SentryBreadcrumbTracker.h in Headers */, |
|
5273 | 5276 | 7BD4BD4527EB29F50071F4FF /* SentryClientReport.m in Sources */, |
5274 | 5277 | 631E6D341EBC679C00712345 /* SentryQueueableRequestManager.m in Sources */, |
5275 | 5278 | 7B8713B426415BAA006D6004 /* SentryAppStartTracker.m in Sources */, |
5276 | | - 7BDB03BB2513652900BAE198 /* SentryDispatchQueueWrapper.m in Sources */, |
| 5279 | + 7BDB03BB2513652900BAE198 /* _SentryDispatchQueueWrapperInternal.m in Sources */, |
5277 | 5280 | FA6FC0A32E0B5ACE00ED2669 /* SentrySdkPackage.swift in Sources */, |
5278 | 5281 | D8739D142BEE5049007D2F66 /* SentryRRWebSpanEvent.swift in Sources */, |
5279 | 5282 | 7B6C5EDE264E8DF00010D138 /* SentryFramesTracker.m in Sources */, |
|
5587 | 5590 | D859697327BECDD20036A46E /* SentryCoreDataSwizzling.m in Sources */, |
5588 | 5591 | 639889BD1EDED18400EA7442 /* SentrySwizzle.m in Sources */, |
5589 | 5592 | 8453421228BE855D00C22EEC /* SentrySampleDecision.m in Sources */, |
| 5593 | + FA8E58F12E0AD4270049F69D /* SentryDispatchQueueWrapper.swift in Sources */, |
5590 | 5594 | 7B7D872E2486482600D2ECFF /* SentryStacktraceBuilder.m in Sources */, |
5591 | 5595 | 861265FA2404EC1500C4AFDE /* NSArray+SentrySanitize.m in Sources */, |
5592 | 5596 | D802994E2BA836EF000F0081 /* SentryOnDemandReplay.swift in Sources */, |
|
0 commit comments