|
190 | 190 | 639FCF981EBC7B9700778193 /* SentryEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 639FCF961EBC7B9700778193 /* SentryEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
191 | 191 | 639FCF991EBC7B9700778193 /* SentryEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 639FCF971EBC7B9700778193 /* SentryEvent.m */; }; |
192 | 192 | 639FCF9C1EBC7F9500778193 /* SentryThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 639FCF9A1EBC7F9500778193 /* SentryThread.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
193 | | - 639FCF9D1EBC7F9500778193 /* SentryThread.m in Sources */ = {isa = PBXBuildFile; fileRef = 639FCF9B1EBC7F9500778193 /* SentryThread.m */; }; |
| 193 | + 639FCF9D1EBC7F9500778193 /* SentryThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 639FCF9B1EBC7F9500778193 /* SentryThread.mm */; }; |
194 | 194 | 639FCFA01EBC804600778193 /* SentryException.h in Headers */ = {isa = PBXBuildFile; fileRef = 639FCF9E1EBC804600778193 /* SentryException.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
195 | 195 | 639FCFA11EBC804600778193 /* SentryException.m in Sources */ = {isa = PBXBuildFile; fileRef = 639FCF9F1EBC804600778193 /* SentryException.m */; }; |
196 | 196 | 639FCFA41EBC809A00778193 /* SentryStacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 639FCFA21EBC809A00778193 /* SentryStacktrace.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|
784 | 784 | 8ECC674725C23A20000E2BF6 /* SentrySpanContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ECC674325C23A1F000E2BF6 /* SentrySpanContext.m */; }; |
785 | 785 | 8ECC674825C23A20000E2BF6 /* SentryTransaction.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ECC674425C23A1F000E2BF6 /* SentryTransaction.m */; }; |
786 | 786 | 8ECC674925C23A20000E2BF6 /* SentrySpanId.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ECC674525C23A20000E2BF6 /* SentrySpanId.m */; }; |
787 | | - 8ECC674A25C23A20000E2BF6 /* SentryTransactionContext.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8ECC674625C23A20000E2BF6 /* SentryTransactionContext.mm */; }; |
| 787 | + 8ECC674A25C23A20000E2BF6 /* SentryTransactionContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ECC674625C23A20000E2BF6 /* SentryTransactionContext.m */; }; |
788 | 788 | 8ED3D306264DFE700049393B /* SwiftDescriptorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8ED3D305264DFE700049393B /* SwiftDescriptorTests.swift */; }; |
789 | 789 | 8EE017A126704CD500470616 /* SentryUIViewControllerPerformanceTrackerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EA1ED0E2669152F00E62B98 /* SentryUIViewControllerPerformanceTrackerTests.swift */; }; |
790 | 790 | 8F0D6AA22B04115A00D048B1 /* SentryInstallation+Test.h in Sources */ = {isa = PBXBuildFile; fileRef = 8F0D6AA12B040A0100D048B1 /* SentryInstallation+Test.h */; }; |
|
1048 | 1048 | FA67DD172DDBD4EA00896B02 /* SentryLogOutput.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA67DCEC2DDBD4EA00896B02 /* SentryLogOutput.swift */; }; |
1049 | 1049 | FA67DD182DDBD4EA00896B02 /* UIImageHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA67DCED2DDBD4EA00896B02 /* UIImageHelper.swift */; }; |
1050 | 1050 | FA67DD192DDBD4EA00896B02 /* SwizzleClassNameExclude.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA67DCD52DDBD4EA00896B02 /* SwizzleClassNameExclude.swift */; }; |
| 1051 | + FA8A36182DEAA1EB0058D883 /* SentryThread+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FA8A36172DEAA1EB0058D883 /* SentryThread+Private.h */; }; |
1051 | 1052 | /* End PBXBuildFile section */ |
1052 | 1053 |
|
1053 | 1054 | /* Begin PBXContainerItemProxy section */ |
|
1321 | 1322 | 639FCF961EBC7B9700778193 /* SentryEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryEvent.h; path = Public/SentryEvent.h; sourceTree = "<group>"; }; |
1322 | 1323 | 639FCF971EBC7B9700778193 /* SentryEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentryEvent.m; sourceTree = "<group>"; }; |
1323 | 1324 | 639FCF9A1EBC7F9500778193 /* SentryThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryThread.h; path = Public/SentryThread.h; sourceTree = "<group>"; }; |
1324 | | - 639FCF9B1EBC7F9500778193 /* SentryThread.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentryThread.m; sourceTree = "<group>"; }; |
| 1325 | + 639FCF9B1EBC7F9500778193 /* SentryThread.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryThread.mm; sourceTree = "<group>"; }; |
1325 | 1326 | 639FCF9E1EBC804600778193 /* SentryException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryException.h; path = Public/SentryException.h; sourceTree = "<group>"; }; |
1326 | 1327 | 639FCF9F1EBC804600778193 /* SentryException.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentryException.m; sourceTree = "<group>"; }; |
1327 | 1328 | 639FCFA21EBC809A00778193 /* SentryStacktrace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryStacktrace.h; path = Public/SentryStacktrace.h; sourceTree = "<group>"; }; |
|
1988 | 1989 | 8ECC674325C23A1F000E2BF6 /* SentrySpanContext.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentrySpanContext.m; sourceTree = "<group>"; }; |
1989 | 1990 | 8ECC674425C23A1F000E2BF6 /* SentryTransaction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentryTransaction.m; sourceTree = "<group>"; }; |
1990 | 1991 | 8ECC674525C23A20000E2BF6 /* SentrySpanId.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentrySpanId.m; sourceTree = "<group>"; }; |
1991 | | - 8ECC674625C23A20000E2BF6 /* SentryTransactionContext.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryTransactionContext.mm; sourceTree = "<group>"; }; |
| 1992 | + 8ECC674625C23A20000E2BF6 /* SentryTransactionContext.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentryTransactionContext.m; sourceTree = "<group>"; }; |
1992 | 1993 | 8ED3D305264DFE700049393B /* SwiftDescriptorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftDescriptorTests.swift; sourceTree = "<group>"; }; |
1993 | 1994 | 8F0D6AA12B040A0100D048B1 /* SentryInstallation+Test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentryInstallation+Test.h"; sourceTree = "<group>"; }; |
1994 | 1995 | 8F73BC302B02B87E00C3CEF4 /* SentryInstallationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryInstallationTests.swift; sourceTree = "<group>"; }; |
|
2274 | 2275 | FA67DCEF2DDBD4EA00896B02 /* URLSessionTaskHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLSessionTaskHelper.swift; sourceTree = "<group>"; }; |
2275 | 2276 | FA67DCF12DDBD4EA00896B02 /* SentryExperimentalOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryExperimentalOptions.swift; sourceTree = "<group>"; }; |
2276 | 2277 | FA67DCF22DDBD4EA00896B02 /* SwiftDescriptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftDescriptor.swift; sourceTree = "<group>"; }; |
| 2278 | + FA8A36172DEAA1EB0058D883 /* SentryThread+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryThread+Private.h"; path = "include/SentryThread+Private.h"; sourceTree = "<group>"; }; |
2277 | 2279 | /* End PBXFileReference section */ |
2278 | 2280 |
|
2279 | 2281 | /* Begin PBXFrameworksBuildPhase section */ |
|
2511 | 2513 | 639FCFA21EBC809A00778193 /* SentryStacktrace.h */, |
2512 | 2514 | 639FCFA31EBC809A00778193 /* SentryStacktrace.m */, |
2513 | 2515 | 639FCF9A1EBC7F9500778193 /* SentryThread.h */, |
2514 | | - 639FCF9B1EBC7F9500778193 /* SentryThread.m */, |
| 2516 | + 639FCF9B1EBC7F9500778193 /* SentryThread.mm */, |
2515 | 2517 | 639FCFAA1EBC811400778193 /* SentryUser.h */, |
2516 | 2518 | 639FCFAB1EBC811400778193 /* SentryUser.m */, |
2517 | 2519 | 843FB3212D0CD04D00558F18 /* SentryUserAccess.h */, |
|
3880 | 3882 | 8ECC673625C23936000E2BF6 /* Transaction */ = { |
3881 | 3883 | isa = PBXGroup; |
3882 | 3884 | children = ( |
| 3885 | + FA8A36172DEAA1EB0058D883 /* SentryThread+Private.h */, |
3883 | 3886 | D8603DD7284F894C000E1227 /* SentryBaggage.h */, |
3884 | 3887 | D8603DD4284F8497000E1227 /* SentryBaggage.m */, |
3885 | 3888 | 620379DA2AFE1415005AC0C1 /* SentryBuildAppStartSpans.h */, |
|
3926 | 3929 | 8E4E7C6B25DAAAFE006AB9E2 /* SentryTransaction.h */, |
3927 | 3930 | 8ECC674425C23A1F000E2BF6 /* SentryTransaction.m */, |
3928 | 3931 | 8ECC673B25C23996000E2BF6 /* SentryTransactionContext.h */, |
3929 | | - 8ECC674625C23A20000E2BF6 /* SentryTransactionContext.mm */, |
| 3932 | + 8ECC674625C23A20000E2BF6 /* SentryTransactionContext.m */, |
3930 | 3933 | 0A56DA5E28ABA01B00C400D5 /* SentryTransactionContext+Private.h */, |
3931 | 3934 | ); |
3932 | 3935 | name = Transaction; |
|
4834 | 4837 | 7BA61CB9247BC57B00C130A8 /* SentryCrashDefaultBinaryImageProvider.h in Headers */, |
4835 | 4838 | 8E4E7C7D25DAB287006AB9E2 /* SentryTracer.h in Headers */, |
4836 | 4839 | 7BC8523724588115005A70F0 /* SentryDataCategory.h in Headers */, |
| 4840 | + FA8A36182DEAA1EB0058D883 /* SentryThread+Private.h in Headers */, |
4837 | 4841 | 62A456E32B0370AA003F19A1 /* SentryUIEventTrackerTransactionMode.h in Headers */, |
4838 | 4842 | 63FE714B20DA4C1100CDBAE8 /* SentryCrashString.h in Headers */, |
4839 | 4843 | 7BCFBD6D2681D0A900BC27D8 /* SentryCrashScopeObserver.h in Headers */, |
|
5215 | 5219 | D8ACE3C82762187200F5A213 /* SentryFileIOTracker.m in Sources */, |
5216 | 5220 | 7BE3C77D2446112C00A38442 /* SentryRateLimitParser.m in Sources */, |
5217 | 5221 | D8B088B729C9E3FF00213258 /* SentryTracerConfiguration.m in Sources */, |
5218 | | - 8ECC674A25C23A20000E2BF6 /* SentryTransactionContext.mm in Sources */, |
| 5222 | + 8ECC674A25C23A20000E2BF6 /* SentryTransactionContext.m in Sources */, |
5219 | 5223 | 03BCC38C27E1C01A003232C7 /* SentryTime.mm in Sources */, |
5220 | 5224 | A8F17B342902870300990B25 /* SentryHttpStatusCodeRange.m in Sources */, |
5221 | 5225 | 62C97D3A2CC64E6B00DDA204 /* SentryUncaughtNSExceptions.m in Sources */, |
|
5449 | 5453 | 63FE712D20DA4C1100CDBAE8 /* SentryCrashJSONCodecObjC.m in Sources */, |
5450 | 5454 | 7BBD18932449BEDD00427C76 /* SentryDefaultRateLimits.m in Sources */, |
5451 | 5455 | 7BD729982463E93500EA3610 /* SentryDateUtil.m in Sources */, |
5452 | | - 639FCF9D1EBC7F9500778193 /* SentryThread.m in Sources */, |
| 5456 | + 639FCF9D1EBC7F9500778193 /* SentryThread.mm in Sources */, |
5453 | 5457 | D88B30A92D48D8C3008DE513 /* SentryMaskingPreviewView.swift in Sources */, |
5454 | 5458 | 849B8F992C6E906900148E1F /* SentryUserFeedbackFormConfiguration.swift in Sources */, |
5455 | 5459 | 8E8C57A225EEFC07001CEEFA /* SentrySampling.m in Sources */, |
|
0 commit comments