|
143 | 143 | 62F05D2B2C0DB1F100916E3F /* SentryLogTestHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 62F05D2A2C0DB1F100916E3F /* SentryLogTestHelper.m */; }; |
144 | 144 | 62F226B729A37C120038080D /* SentryBooleanSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 62F226B629A37C120038080D /* SentryBooleanSerialization.m */; }; |
145 | 145 | 62F4DDA12C04CB9700588890 /* SentryBaggageSerializationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62F4DDA02C04CB9700588890 /* SentryBaggageSerializationTests.swift */; }; |
146 | | - 62F70E932D4234B800634054 /* SentryMechanismMetaCodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62F70E922D4234B100634054 /* SentryMechanismMetaCodable.swift */; }; |
| 146 | + 62F70E932D4234B800634054 /* SentryMechanismContextCodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62F70E922D4234B100634054 /* SentryMechanismContextCodable.swift */; }; |
147 | 147 | 62F70E952D423BCD00634054 /* SentryMechanismCodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62F70E942D423BCA00634054 /* SentryMechanismCodable.swift */; }; |
148 | 148 | 62FC69362BEDFF18002D3EF2 /* SentryLogExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62FC69352BEDFF18002D3EF2 /* SentryLogExtensions.swift */; }; |
149 | 149 | 6304360A1EC0595B00C4D3FA /* SentryNSDataUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 630436081EC0595B00C4D3FA /* SentryNSDataUtils.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
|
529 | 529 | 7BE912AD272162D900E49E62 /* SentryNoOpSpan.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BE912AC272162D900E49E62 /* SentryNoOpSpan.m */; }; |
530 | 530 | 7BE912AF272166DD00E49E62 /* SentryNoOpSpanTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BE912AE272166DD00E49E62 /* SentryNoOpSpanTests.swift */; }; |
531 | 531 | 7BE912B12721C76000E49E62 /* SentryPerformanceTrackingIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BE912B02721C76000E49E62 /* SentryPerformanceTrackingIntegrationTests.swift */; }; |
532 | | - 7BECF42226145C5D00D9826E /* SentryMechanismMeta.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BECF42126145C5D00D9826E /* SentryMechanismMeta.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
533 | | - 7BECF42826145CD900D9826E /* SentryMechanismMeta.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BECF42726145CD900D9826E /* SentryMechanismMeta.m */; }; |
534 | | - 7BECF432261463E600D9826E /* SentryMechanismMetaTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BECF431261463E600D9826E /* SentryMechanismMetaTests.swift */; }; |
| 532 | + 7BECF42226145C5D00D9826E /* SentryMechanismContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BECF42126145C5D00D9826E /* SentryMechanismContext.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 533 | + 7BECF42826145CD900D9826E /* SentryMechanismContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BECF42726145CD900D9826E /* SentryMechanismContext.m */; }; |
| 534 | + 7BECF432261463E600D9826E /* SentryMechanismContextTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BECF431261463E600D9826E /* SentryMechanismContextTests.swift */; }; |
535 | 535 | 7BEF4957270C4B9D00F8F30E /* SentryUIViewControllerSwizzlingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BEF4956270C4B9D00F8F30E /* SentryUIViewControllerSwizzlingTests.swift */; }; |
536 | 536 | 7BF536D124BDF3E7004FA6A2 /* SentryEnvelopeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BF536D024BDF3E7004FA6A2 /* SentryEnvelopeTests.swift */; }; |
537 | 537 | 7BF536D424BEF255004FA6A2 /* SentryAssertions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BF536D324BEF255004FA6A2 /* SentryAssertions.swift */; }; |
|
1425 | 1425 | 62F226B629A37C120038080D /* SentryBooleanSerialization.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryBooleanSerialization.m; sourceTree = "<group>"; }; |
1426 | 1426 | 62F226B829A37C270038080D /* SentryBooleanSerialization.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SentryBooleanSerialization.h; sourceTree = "<group>"; }; |
1427 | 1427 | 62F4DDA02C04CB9700588890 /* SentryBaggageSerializationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryBaggageSerializationTests.swift; sourceTree = "<group>"; }; |
1428 | | - 62F70E922D4234B100634054 /* SentryMechanismMetaCodable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryMechanismMetaCodable.swift; sourceTree = "<group>"; }; |
| 1428 | + 62F70E922D4234B100634054 /* SentryMechanismContextCodable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryMechanismContextCodable.swift; sourceTree = "<group>"; }; |
1429 | 1429 | 62F70E942D423BCA00634054 /* SentryMechanismCodable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryMechanismCodable.swift; sourceTree = "<group>"; }; |
1430 | 1430 | 62FC69352BEDFF18002D3EF2 /* SentryLogExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogExtensions.swift; sourceTree = "<group>"; }; |
1431 | 1431 | 630436081EC0595B00C4D3FA /* SentryNSDataUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryNSDataUtils.h; path = include/SentryNSDataUtils.h; sourceTree = "<group>"; }; |
|
1851 | 1851 | 7BE912AC272162D900E49E62 /* SentryNoOpSpan.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryNoOpSpan.m; sourceTree = "<group>"; }; |
1852 | 1852 | 7BE912AE272166DD00E49E62 /* SentryNoOpSpanTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryNoOpSpanTests.swift; sourceTree = "<group>"; }; |
1853 | 1853 | 7BE912B02721C76000E49E62 /* SentryPerformanceTrackingIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryPerformanceTrackingIntegrationTests.swift; sourceTree = "<group>"; }; |
1854 | | - 7BECF42126145C5D00D9826E /* SentryMechanismMeta.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryMechanismMeta.h; path = Public/SentryMechanismMeta.h; sourceTree = "<group>"; }; |
1855 | | - 7BECF42726145CD900D9826E /* SentryMechanismMeta.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryMechanismMeta.m; sourceTree = "<group>"; }; |
1856 | | - 7BECF431261463E600D9826E /* SentryMechanismMetaTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryMechanismMetaTests.swift; sourceTree = "<group>"; }; |
| 1854 | + 7BECF42126145C5D00D9826E /* SentryMechanismContext.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryMechanismContext.h; path = Public/SentryMechanismContext.h; sourceTree = "<group>"; }; |
| 1855 | + 7BECF42726145CD900D9826E /* SentryMechanismContext.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryMechanismContext.m; sourceTree = "<group>"; }; |
| 1856 | + 7BECF431261463E600D9826E /* SentryMechanismContextTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryMechanismContextTests.swift; sourceTree = "<group>"; }; |
1857 | 1857 | 7BEF4956270C4B9D00F8F30E /* SentryUIViewControllerSwizzlingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUIViewControllerSwizzlingTests.swift; sourceTree = "<group>"; }; |
1858 | 1858 | 7BF536D024BDF3E7004FA6A2 /* SentryEnvelopeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryEnvelopeTests.swift; sourceTree = "<group>"; }; |
1859 | 1859 | 7BF536D324BEF255004FA6A2 /* SentryAssertions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryAssertions.swift; sourceTree = "<group>"; }; |
|
2633 | 2633 | 6281C5712D3E4F06009D0978 /* DecodeArbitraryData.swift */, |
2634 | 2634 | 623FD9012D3FA5DA00803EDA /* SentryFrameCodable.swift */, |
2635 | 2635 | 6293F5742D422A8A002BC3BD /* SentryStacktraceCodable.swift */, |
2636 | | - 62F70E922D4234B100634054 /* SentryMechanismMetaCodable.swift */, |
| 2636 | + 62F70E922D4234B100634054 /* SentryMechanismContextCodable.swift */, |
2637 | 2637 | 62F70E942D423BCA00634054 /* SentryMechanismCodable.swift */, |
2638 | 2638 | 620467AB2D3FFD1C0025F06C /* SentryNSErrorCodable.swift */, |
2639 | 2639 | 620078712D38F00D0022CB67 /* SentryGeoCodable.swift */, |
|
2769 | 2769 | 639FCF9F1EBC804600778193 /* SentryException.m */, |
2770 | 2770 | 6334313F20AD9AE40077E581 /* SentryMechanism.h */, |
2771 | 2771 | 6334314020AD9AE40077E581 /* SentryMechanism.m */, |
2772 | | - 7BECF42126145C5D00D9826E /* SentryMechanismMeta.h */, |
2773 | | - 7BECF42726145CD900D9826E /* SentryMechanismMeta.m */, |
| 2772 | + 7BECF42126145C5D00D9826E /* SentryMechanismContext.h */, |
| 2773 | + 7BECF42726145CD900D9826E /* SentryMechanismContext.m */, |
2774 | 2774 | 7B3B472F25D6CBFC00D01640 /* SentryNSError.h */, |
2775 | 2775 | 7B3B473725D6CC7E00D01640 /* SentryNSError.m */, |
2776 | 2776 | 639FCFA61EBC80CC00778193 /* SentryFrame.h */, |
|
3454 | 3454 | 7BC6EC07255C36DE0059822A /* SentryStacktraceTests.swift */, |
3455 | 3455 | 7BC6EC0B255C3DF80059822A /* SentryThreadTests.swift */, |
3456 | 3456 | 7BC6EC0F255C3F560059822A /* SentryMechanismTests.swift */, |
3457 | | - 7BECF431261463E600D9826E /* SentryMechanismMetaTests.swift */, |
| 3457 | + 7BECF431261463E600D9826E /* SentryMechanismContextTests.swift */, |
3458 | 3458 | 7B3B473D25D6CEA500D01640 /* SentryNSErrorTests.swift */, |
3459 | 3459 | 7BC6EC13255C415E0059822A /* SentryExceptionTests.swift */, |
3460 | 3460 | 7BC6EC17255C44540059822A /* SentryDebugMetaTests.swift */, |
|
5095 | 5095 | 63FE715D20DA4C1100CDBAE8 /* SentryCrashSymbolicator.h in Headers */, |
5096 | 5096 | FAE2DABA2E1F318900262307 /* SentryProfilingSwiftHelpers.h in Headers */, |
5097 | 5097 | D8ACE3CF2762187D00F5A213 /* SentryFileIOTrackingIntegration.h in Headers */, |
5098 | | - 7BECF42226145C5D00D9826E /* SentryMechanismMeta.h in Headers */, |
| 5098 | + 7BECF42226145C5D00D9826E /* SentryMechanismContext.h in Headers */, |
5099 | 5099 | 63FE718920DA4C1100CDBAE8 /* SentryCrash.h in Headers */, |
5100 | 5100 | 7B56D73124616CCD00B842DA /* SentryConcurrentRateLimitsDictionary.h in Headers */, |
5101 | 5101 | D456B4322D706BDF007068CB /* SentrySpanOperation.h in Headers */, |
|
5836 | 5836 | 63FE710720DA4C1000CDBAE8 /* SentryCrashStackCursor_SelfThread.m in Sources */, |
5837 | 5837 | 63FE711120DA4C1000CDBAE8 /* SentryCrashDebug.c in Sources */, |
5838 | 5838 | 7B883F49253D714C00879E62 /* SentryCrashUUIDConversion.c in Sources */, |
5839 | | - 62F70E932D4234B800634054 /* SentryMechanismMetaCodable.swift in Sources */, |
| 5839 | + 62F70E932D4234B800634054 /* SentryMechanismContextCodable.swift in Sources */, |
5840 | 5840 | 843FB3232D0CD04D00558F18 /* SentryUserAccess.m in Sources */, |
5841 | 5841 | 63FE716720DA4C1100CDBAE8 /* SentryCrashCPU.c in Sources */, |
5842 | 5842 | 63FE717320DA4C1100CDBAE8 /* SentryCrashC.c in Sources */, |
|
5864 | 5864 | 7B56D73324616D9500B842DA /* SentryConcurrentRateLimitsDictionary.m in Sources */, |
5865 | 5865 | 8ECC674825C23A20000E2BF6 /* SentryTransaction.m in Sources */, |
5866 | 5866 | D8CAC02E2BA0663E00E38F34 /* SentryReplayOptions.swift in Sources */, |
5867 | | - 7BECF42826145CD900D9826E /* SentryMechanismMeta.m in Sources */, |
| 5867 | + 7BECF42826145CD900D9826E /* SentryMechanismContext.m in Sources */, |
5868 | 5868 | 8E7C982F2693D56000E6336C /* SentryTraceHeader.m in Sources */, |
5869 | 5869 | F429D39A2E85360F00DBF387 /* RetryAfterHeaderParser.swift in Sources */, |
5870 | 5870 | 63FE715F20DA4C1100CDBAE8 /* SentryCrashID.c in Sources */, |
|
6196 | 6196 | D4D0E1E82E9D040A00358814 /* SentrySessionReplayEnvironmentCheckerTests.swift in Sources */, |
6197 | 6197 | 33042A1729DC2C4300C60085 /* SentryExtraContextProviderTests.swift in Sources */, |
6198 | 6198 | D8137D54272B53070082656C /* TestSentrySpan.m in Sources */, |
6199 | | - 7BECF432261463E600D9826E /* SentryMechanismMetaTests.swift in Sources */, |
| 6199 | + 7BECF432261463E600D9826E /* SentryMechanismContextTests.swift in Sources */, |
6200 | 6200 | 7BE8E8462593313500C4DA1F /* SentryAttachment+Equality.m in Sources */, |
6201 | 6201 | D80694C72B7CD22B00B820E6 /* SentryReplayRecordingTests.swift in Sources */, |
6202 | 6202 | 63FE721F20DA66EC00CDBAE8 /* SentryCrashSignalInfo_Tests.m in Sources */, |
|
0 commit comments