|
995 | 995 | D8CA12952C203E71005894F4 /* SentrySessionListener.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CA12942C203E71005894F4 /* SentrySessionListener.swift */; }; |
996 | 996 | D8CAC02E2BA0663E00E38F34 /* SentryReplayOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CAC02A2BA0663E00E38F34 /* SentryReplayOptions.swift */; }; |
997 | 997 | D8CAC02F2BA0663E00E38F34 /* SentryVideoInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CAC02B2BA0663E00E38F34 /* SentryVideoInfo.swift */; }; |
998 | | - D8CAC0412BA0984500E38F34 /* SentryIntegrationProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CAC0402BA0984500E38F34 /* SentryIntegrationProtocol.swift */; }; |
999 | 998 | D8CAC0732BA4473000E38F34 /* SentryViewPhotographer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8CAC0722BA4473000E38F34 /* SentryViewPhotographer.swift */; }; |
1000 | 999 | D8CB74152947246600A5F964 /* SentryEnvelopeAttachmentHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = D8CB74142947246600A5F964 /* SentryEnvelopeAttachmentHeader.h */; }; |
1001 | 1000 | D8CB7417294724CC00A5F964 /* SentryEnvelopeAttachmentHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = D8CB7416294724CC00A5F964 /* SentryEnvelopeAttachmentHeader.m */; }; |
|
1021 | 1020 | D8F8F5572B835BC600AC5465 /* SentryMsgPackSerializerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D8F8F5562B835BC600AC5465 /* SentryMsgPackSerializerTests.m */; }; |
1022 | 1021 | D8FC98AB2CD0DAB30009824C /* BreadcrumbExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8FC98AA2CD0DAAC0009824C /* BreadcrumbExtension.swift */; }; |
1023 | 1022 | D8FFE50C2703DBB400607131 /* SwizzlingCallTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8FFE50B2703DAAE00607131 /* SwizzlingCallTests.swift */; }; |
| 1023 | + FA034AC82DD3DB4900FE3107 /* SentryIntegrationProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = FA034AC72DD3DB4900FE3107 /* SentryIntegrationProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
1024 | 1024 | /* End PBXBuildFile section */ |
1025 | 1025 |
|
1026 | 1026 | /* Begin PBXContainerItemProxy section */ |
|
2184 | 2184 | D8CA12942C203E71005894F4 /* SentrySessionListener.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySessionListener.swift; sourceTree = "<group>"; }; |
2185 | 2185 | D8CAC02A2BA0663E00E38F34 /* SentryReplayOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SentryReplayOptions.swift; sourceTree = "<group>"; }; |
2186 | 2186 | D8CAC02B2BA0663E00E38F34 /* SentryVideoInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SentryVideoInfo.swift; sourceTree = "<group>"; }; |
2187 | | - D8CAC0402BA0984500E38F34 /* SentryIntegrationProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryIntegrationProtocol.swift; sourceTree = "<group>"; }; |
2188 | 2187 | D8CAC0722BA4473000E38F34 /* SentryViewPhotographer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryViewPhotographer.swift; sourceTree = "<group>"; }; |
2189 | 2188 | D8CB74142947246600A5F964 /* SentryEnvelopeAttachmentHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryEnvelopeAttachmentHeader.h; path = include/SentryEnvelopeAttachmentHeader.h; sourceTree = "<group>"; }; |
2190 | 2189 | D8CB7416294724CC00A5F964 /* SentryEnvelopeAttachmentHeader.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryEnvelopeAttachmentHeader.m; sourceTree = "<group>"; }; |
|
2212 | 2211 | D8F8F5562B835BC600AC5465 /* SentryMsgPackSerializerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryMsgPackSerializerTests.m; sourceTree = "<group>"; }; |
2213 | 2212 | D8FC98AA2CD0DAAC0009824C /* BreadcrumbExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BreadcrumbExtension.swift; sourceTree = "<group>"; }; |
2214 | 2213 | D8FFE50B2703DAAE00607131 /* SwizzlingCallTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwizzlingCallTests.swift; sourceTree = "<group>"; }; |
| 2214 | + FA034AC72DD3DB4900FE3107 /* SentryIntegrationProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryIntegrationProtocol.h; path = Public/SentryIntegrationProtocol.h; sourceTree = "<group>"; }; |
2215 | 2215 | /* End PBXFileReference section */ |
2216 | 2216 |
|
2217 | 2217 | /* Begin PBXFrameworksBuildPhase section */ |
|
2632 | 2632 | D80CD8D52B752FD9002F710B /* SessionReplay */, |
2633 | 2633 | 7D7F0A5E23DF3D2C00A4629C /* SentryGlobalEventProcessor.h */, |
2634 | 2634 | 7DAC588E23D8B2E0001CF26B /* SentryGlobalEventProcessor.m */, |
| 2635 | + FA034AC72DD3DB4900FE3107 /* SentryIntegrationProtocol.h */, |
2635 | 2636 | 7BA235622600B61200E12865 /* SentryInternalNotificationNames.h */, |
2636 | 2637 | 0A2D8D5C289815EB008720F6 /* SentryBaseIntegration.h */, |
2637 | 2638 | 0A2D8D5A289815C0008720F6 /* SentryBaseIntegration.m */, |
|
4305 | 4306 | 620078752D38F1110022CB67 /* Codable */, |
4306 | 4307 | 64F9571C2D12DA1800324652 /* SentryViewControllerBreadcrumbTracking.swift */, |
4307 | 4308 | D8F016B22B9622D6007B9AFB /* SentryId.swift */, |
4308 | | - D8CAC0402BA0984500E38F34 /* SentryIntegrationProtocol.swift */, |
4309 | 4309 | D87C89022BC43C9C0086C7DF /* SentryRedactOptions.swift */, |
4310 | 4310 | D8CA12942C203E71005894F4 /* SentrySessionListener.swift */, |
4311 | 4311 | ); |
|
4504 | 4504 | 03F84D2327DD414C008FE43F /* SentryThreadHandle.hpp in Headers */, |
4505 | 4505 | 7B6C5EE0264E8E050010D138 /* SentryFramesTracker.h in Headers */, |
4506 | 4506 | 84A305572BC9EF8C00D84283 /* SentryTraceProfiler.h in Headers */, |
| 4507 | + FA034AC82DD3DB4900FE3107 /* SentryIntegrationProtocol.h in Headers */, |
4507 | 4508 | 63FE715720DA4C1100CDBAE8 /* SentryCrashThread.h in Headers */, |
4508 | 4509 | 7BF9EF862722D10600B5BBEF /* SentryTestObjCRuntimeWrapper.h in Headers */, |
4509 | 4510 | 15360CD2243277A000112302 /* SentrySessionTracker.h in Headers */, |
|
5225 | 5226 | D8BC28C82BFF5EBB0054DA4D /* SentryTouchTracker.swift in Sources */, |
5226 | 5227 | 63FE711720DA4C1000CDBAE8 /* SentryCrashStackCursor_Backtrace.c in Sources */, |
5227 | 5228 | 63FE70CB20DA4C1000CDBAE8 /* SentryCrashReportFixer.c in Sources */, |
5228 | | - D8CAC0412BA0984500E38F34 /* SentryIntegrationProtocol.swift in Sources */, |
5229 | 5229 | 63FE710F20DA4C1000CDBAE8 /* SentryCrashNSErrorUtil.m in Sources */, |
5230 | 5230 | 8ECC674925C23A20000E2BF6 /* SentrySpanId.m in Sources */, |
5231 | 5231 | 6344DDB51EC309E000D9160D /* SentryCrashReportSink.m in Sources */, |
|
0 commit comments