|
196 | 196 | 639FCF981EBC7B9700778193 /* SentryEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 639FCF961EBC7B9700778193 /* SentryEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
197 | 197 | 639FCF991EBC7B9700778193 /* SentryEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 639FCF971EBC7B9700778193 /* SentryEvent.m */; }; |
198 | 198 | 639FCF9C1EBC7F9500778193 /* SentryThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 639FCF9A1EBC7F9500778193 /* SentryThread.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
199 | | - 639FCF9D1EBC7F9500778193 /* SentryThread.m in Sources */ = {isa = PBXBuildFile; fileRef = 639FCF9B1EBC7F9500778193 /* SentryThread.m */; }; |
| 199 | + 639FCF9D1EBC7F9500778193 /* SentryThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 639FCF9B1EBC7F9500778193 /* SentryThread.mm */; }; |
200 | 200 | 639FCFA01EBC804600778193 /* SentryException.h in Headers */ = {isa = PBXBuildFile; fileRef = 639FCF9E1EBC804600778193 /* SentryException.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
201 | 201 | 639FCFA11EBC804600778193 /* SentryException.m in Sources */ = {isa = PBXBuildFile; fileRef = 639FCF9F1EBC804600778193 /* SentryException.m */; }; |
202 | 202 | 639FCFA41EBC809A00778193 /* SentryStacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 639FCFA21EBC809A00778193 /* SentryStacktrace.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|
790 | 790 | 8ECC674725C23A20000E2BF6 /* SentrySpanContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ECC674325C23A1F000E2BF6 /* SentrySpanContext.m */; }; |
791 | 791 | 8ECC674825C23A20000E2BF6 /* SentryTransaction.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ECC674425C23A1F000E2BF6 /* SentryTransaction.m */; }; |
792 | 792 | 8ECC674925C23A20000E2BF6 /* SentrySpanId.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ECC674525C23A20000E2BF6 /* SentrySpanId.m */; }; |
793 | | - 8ECC674A25C23A20000E2BF6 /* SentryTransactionContext.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8ECC674625C23A20000E2BF6 /* SentryTransactionContext.mm */; }; |
| 793 | + 8ECC674A25C23A20000E2BF6 /* SentryTransactionContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ECC674625C23A20000E2BF6 /* SentryTransactionContext.m */; }; |
794 | 794 | 8ED3D306264DFE700049393B /* SwiftDescriptorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8ED3D305264DFE700049393B /* SwiftDescriptorTests.swift */; }; |
795 | 795 | 8EE017A126704CD500470616 /* SentryUIViewControllerPerformanceTrackerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EA1ED0E2669152F00E62B98 /* SentryUIViewControllerPerformanceTrackerTests.swift */; }; |
796 | 796 | 8F0D6AA22B04115A00D048B1 /* SentryInstallation+Test.h in Sources */ = {isa = PBXBuildFile; fileRef = 8F0D6AA12B040A0100D048B1 /* SentryInstallation+Test.h */; }; |
|
1054 | 1054 | FA67DD172DDBD4EA00896B02 /* SentryLogOutput.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA67DCEC2DDBD4EA00896B02 /* SentryLogOutput.swift */; }; |
1055 | 1055 | FA67DD182DDBD4EA00896B02 /* UIImageHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA67DCED2DDBD4EA00896B02 /* UIImageHelper.swift */; }; |
1056 | 1056 | FA67DD192DDBD4EA00896B02 /* SwizzleClassNameExclude.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA67DCD52DDBD4EA00896B02 /* SwizzleClassNameExclude.swift */; }; |
| 1057 | + FA8A36182DEAA1EB0058D883 /* SentryThread+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FA8A36172DEAA1EB0058D883 /* SentryThread+Private.h */; }; |
1057 | 1058 | /* End PBXBuildFile section */ |
1058 | 1059 |
|
1059 | 1060 | /* Begin PBXContainerItemProxy section */ |
|
1333 | 1334 | 639FCF961EBC7B9700778193 /* SentryEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryEvent.h; path = Public/SentryEvent.h; sourceTree = "<group>"; }; |
1334 | 1335 | 639FCF971EBC7B9700778193 /* SentryEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentryEvent.m; sourceTree = "<group>"; }; |
1335 | 1336 | 639FCF9A1EBC7F9500778193 /* SentryThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryThread.h; path = Public/SentryThread.h; sourceTree = "<group>"; }; |
1336 | | - 639FCF9B1EBC7F9500778193 /* SentryThread.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentryThread.m; sourceTree = "<group>"; }; |
| 1337 | + 639FCF9B1EBC7F9500778193 /* SentryThread.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryThread.mm; sourceTree = "<group>"; }; |
1337 | 1338 | 639FCF9E1EBC804600778193 /* SentryException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryException.h; path = Public/SentryException.h; sourceTree = "<group>"; }; |
1338 | 1339 | 639FCF9F1EBC804600778193 /* SentryException.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentryException.m; sourceTree = "<group>"; }; |
1339 | 1340 | 639FCFA21EBC809A00778193 /* SentryStacktrace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryStacktrace.h; path = Public/SentryStacktrace.h; sourceTree = "<group>"; }; |
|
2000 | 2001 | 8ECC674325C23A1F000E2BF6 /* SentrySpanContext.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentrySpanContext.m; sourceTree = "<group>"; }; |
2001 | 2002 | 8ECC674425C23A1F000E2BF6 /* SentryTransaction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentryTransaction.m; sourceTree = "<group>"; }; |
2002 | 2003 | 8ECC674525C23A20000E2BF6 /* SentrySpanId.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentrySpanId.m; sourceTree = "<group>"; }; |
2003 | | - 8ECC674625C23A20000E2BF6 /* SentryTransactionContext.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryTransactionContext.mm; sourceTree = "<group>"; }; |
| 2004 | + 8ECC674625C23A20000E2BF6 /* SentryTransactionContext.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentryTransactionContext.m; sourceTree = "<group>"; }; |
2004 | 2005 | 8ED3D305264DFE700049393B /* SwiftDescriptorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftDescriptorTests.swift; sourceTree = "<group>"; }; |
2005 | 2006 | 8F0D6AA12B040A0100D048B1 /* SentryInstallation+Test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentryInstallation+Test.h"; sourceTree = "<group>"; }; |
2006 | 2007 | 8F73BC302B02B87E00C3CEF4 /* SentryInstallationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryInstallationTests.swift; sourceTree = "<group>"; }; |
|
2286 | 2287 | FA67DCEF2DDBD4EA00896B02 /* URLSessionTaskHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLSessionTaskHelper.swift; sourceTree = "<group>"; }; |
2287 | 2288 | FA67DCF12DDBD4EA00896B02 /* SentryExperimentalOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryExperimentalOptions.swift; sourceTree = "<group>"; }; |
2288 | 2289 | FA67DCF22DDBD4EA00896B02 /* SwiftDescriptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftDescriptor.swift; sourceTree = "<group>"; }; |
| 2290 | + FA8A36172DEAA1EB0058D883 /* SentryThread+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryThread+Private.h"; path = "include/SentryThread+Private.h"; sourceTree = "<group>"; }; |
2289 | 2291 | /* End PBXFileReference section */ |
2290 | 2292 |
|
2291 | 2293 | /* Begin PBXFrameworksBuildPhase section */ |
|
2523 | 2525 | 639FCFA21EBC809A00778193 /* SentryStacktrace.h */, |
2524 | 2526 | 639FCFA31EBC809A00778193 /* SentryStacktrace.m */, |
2525 | 2527 | 639FCF9A1EBC7F9500778193 /* SentryThread.h */, |
2526 | | - 639FCF9B1EBC7F9500778193 /* SentryThread.m */, |
| 2528 | + 639FCF9B1EBC7F9500778193 /* SentryThread.mm */, |
2527 | 2529 | 639FCFAA1EBC811400778193 /* SentryUser.h */, |
2528 | 2530 | 639FCFAB1EBC811400778193 /* SentryUser.m */, |
2529 | 2531 | 843FB3212D0CD04D00558F18 /* SentryUserAccess.h */, |
|
3898 | 3900 | 8ECC673625C23936000E2BF6 /* Transaction */ = { |
3899 | 3901 | isa = PBXGroup; |
3900 | 3902 | children = ( |
| 3903 | + FA8A36172DEAA1EB0058D883 /* SentryThread+Private.h */, |
3901 | 3904 | D8603DD7284F894C000E1227 /* SentryBaggage.h */, |
3902 | 3905 | D8603DD4284F8497000E1227 /* SentryBaggage.m */, |
3903 | 3906 | 620379DA2AFE1415005AC0C1 /* SentryBuildAppStartSpans.h */, |
|
3944 | 3947 | 8E4E7C6B25DAAAFE006AB9E2 /* SentryTransaction.h */, |
3945 | 3948 | 8ECC674425C23A1F000E2BF6 /* SentryTransaction.m */, |
3946 | 3949 | 8ECC673B25C23996000E2BF6 /* SentryTransactionContext.h */, |
3947 | | - 8ECC674625C23A20000E2BF6 /* SentryTransactionContext.mm */, |
| 3950 | + 8ECC674625C23A20000E2BF6 /* SentryTransactionContext.m */, |
3948 | 3951 | 0A56DA5E28ABA01B00C400D5 /* SentryTransactionContext+Private.h */, |
3949 | 3952 | ); |
3950 | 3953 | name = Transaction; |
|
4853 | 4856 | 7BA61CB9247BC57B00C130A8 /* SentryCrashDefaultBinaryImageProvider.h in Headers */, |
4854 | 4857 | 8E4E7C7D25DAB287006AB9E2 /* SentryTracer.h in Headers */, |
4855 | 4858 | 7BC8523724588115005A70F0 /* SentryDataCategory.h in Headers */, |
| 4859 | + FA8A36182DEAA1EB0058D883 /* SentryThread+Private.h in Headers */, |
4856 | 4860 | 62A456E32B0370AA003F19A1 /* SentryUIEventTrackerTransactionMode.h in Headers */, |
4857 | 4861 | 63FE714B20DA4C1100CDBAE8 /* SentryCrashString.h in Headers */, |
4858 | 4862 | 7BCFBD6D2681D0A900BC27D8 /* SentryCrashScopeObserver.h in Headers */, |
|
5235 | 5239 | D8ACE3C82762187200F5A213 /* SentryFileIOTracker.m in Sources */, |
5236 | 5240 | 7BE3C77D2446112C00A38442 /* SentryRateLimitParser.m in Sources */, |
5237 | 5241 | D8B088B729C9E3FF00213258 /* SentryTracerConfiguration.m in Sources */, |
5238 | | - 8ECC674A25C23A20000E2BF6 /* SentryTransactionContext.mm in Sources */, |
| 5242 | + 8ECC674A25C23A20000E2BF6 /* SentryTransactionContext.m in Sources */, |
5239 | 5243 | 03BCC38C27E1C01A003232C7 /* SentryTime.mm in Sources */, |
5240 | 5244 | A8F17B342902870300990B25 /* SentryHttpStatusCodeRange.m in Sources */, |
5241 | 5245 | 62C97D3A2CC64E6B00DDA204 /* SentryUncaughtNSExceptions.m in Sources */, |
|
5470 | 5474 | 63FE712D20DA4C1100CDBAE8 /* SentryCrashJSONCodecObjC.m in Sources */, |
5471 | 5475 | 7BBD18932449BEDD00427C76 /* SentryDefaultRateLimits.m in Sources */, |
5472 | 5476 | 7BD729982463E93500EA3610 /* SentryDateUtil.m in Sources */, |
5473 | | - 639FCF9D1EBC7F9500778193 /* SentryThread.m in Sources */, |
| 5477 | + 639FCF9D1EBC7F9500778193 /* SentryThread.mm in Sources */, |
5474 | 5478 | D88B30A92D48D8C3008DE513 /* SentryMaskingPreviewView.swift in Sources */, |
5475 | 5479 | 849B8F992C6E906900148E1F /* SentryUserFeedbackFormConfiguration.swift in Sources */, |
5476 | 5480 | 8E8C57A225EEFC07001CEEFA /* SentrySampling.m in Sources */, |
|
0 commit comments