|
550 | 550 | 7BDEAA022632A4580001EA25 /* SentryOptions+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BDEAA002632A4580001EA25 /* SentryOptions+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
551 | 551 | 7BE0DC29272A9E1C004FA8B7 /* SentryBreadcrumbTrackerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BE0DC28272A9E1C004FA8B7 /* SentryBreadcrumbTrackerTests.swift */; }; |
552 | 552 | 7BE0DC2F272ABAF6004FA8B7 /* SentryAutoBreadcrumbTrackingIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BE0DC2E272ABAF6004FA8B7 /* SentryAutoBreadcrumbTrackingIntegrationTests.swift */; }; |
553 | | - 7BE1E33224F7E3B6009D3AD0 /* SentryMigrateSessionInit.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BE1E33124F7E3B6009D3AD0 /* SentryMigrateSessionInit.h */; }; |
554 | | - 7BE1E33424F7E3CB009D3AD0 /* SentryMigrateSessionInit.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BE1E33324F7E3CB009D3AD0 /* SentryMigrateSessionInit.m */; }; |
555 | 553 | 7BE2C7F8257000A4003B66C7 /* SentryTestIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BE2C7F72570009F003B66C7 /* SentryTestIntegration.m */; }; |
556 | 554 | 7BE3C7752445C82300A38442 /* SentryCurrentDateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BE3C7742445C82300A38442 /* SentryCurrentDateTests.swift */; }; |
557 | 555 | 7BE3C77B2446111500A38442 /* SentryRateLimitParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BE3C77A2446111500A38442 /* SentryRateLimitParser.h */; }; |
|
1116 | 1114 | FAE2DABA2E1F318900262307 /* SentryProfilingSwiftHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = FAE2DAB92E1F318900262307 /* SentryProfilingSwiftHelpers.h */; }; |
1117 | 1115 | FAE5798D2E7D9D4C00B710F9 /* SentrySysctl.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE579872E7D9D4900B710F9 /* SentrySysctl.swift */; }; |
1118 | 1116 | FAE579C22E7DDDE700B710F9 /* SentryThreadWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE579BC2E7DDDE400B710F9 /* SentryThreadWrapper.swift */; }; |
| 1117 | + FAE579842E7CF21800B710F9 /* SentryMigrateSessionInit.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE5797E2E7CF21300B710F9 /* SentryMigrateSessionInit.swift */; }; |
1119 | 1118 | FAE579CC2E7DE14900B710F9 /* SentryFrameRemover.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE579C62E7DE14400B710F9 /* SentryFrameRemover.swift */; }; |
1120 | 1119 | FAE80C242E4695B40010A595 /* SentryEvent+Serialize.h in Headers */ = {isa = PBXBuildFile; fileRef = FAE80C232E4695AE0010A595 /* SentryEvent+Serialize.h */; }; |
1121 | 1120 | FAEC270E2DF3526000878871 /* SentryUserFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEC270D2DF3526000878871 /* SentryUserFeedback.swift */; }; |
|
1827 | 1826 | 7BE0DC28272A9E1C004FA8B7 /* SentryBreadcrumbTrackerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryBreadcrumbTrackerTests.swift; sourceTree = "<group>"; }; |
1828 | 1827 | 7BE0DC2E272ABAF6004FA8B7 /* SentryAutoBreadcrumbTrackingIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryAutoBreadcrumbTrackingIntegrationTests.swift; sourceTree = "<group>"; }; |
1829 | 1828 | 7BE0DC30272ABCEC004FA8B7 /* SentryAutoBreadcrumbTrackingIntegration+Test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentryAutoBreadcrumbTrackingIntegration+Test.h"; sourceTree = "<group>"; }; |
1830 | | - 7BE1E33124F7E3B6009D3AD0 /* SentryMigrateSessionInit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryMigrateSessionInit.h; path = include/SentryMigrateSessionInit.h; sourceTree = "<group>"; }; |
1831 | | - 7BE1E33324F7E3CB009D3AD0 /* SentryMigrateSessionInit.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryMigrateSessionInit.m; sourceTree = "<group>"; }; |
1832 | 1829 | 7BE2C7F625700093003B66C7 /* SentryTestIntegration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SentryTestIntegration.h; sourceTree = "<group>"; }; |
1833 | 1830 | 7BE2C7F72570009F003B66C7 /* SentryTestIntegration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryTestIntegration.m; sourceTree = "<group>"; }; |
1834 | 1831 | 7BE3C7742445C82300A38442 /* SentryCurrentDateTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryCurrentDateTests.swift; sourceTree = "<group>"; }; |
|
2459 | 2456 | FACEED122E3179A10007B4AC /* SentyOptionsInternal.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentyOptionsInternal.m; sourceTree = "<group>"; }; |
2460 | 2457 | FAE2DAB72E1F317900262307 /* SentryProfilingSwiftHelpers.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryProfilingSwiftHelpers.m; sourceTree = "<group>"; }; |
2461 | 2458 | FAE2DAB92E1F318900262307 /* SentryProfilingSwiftHelpers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryProfilingSwiftHelpers.h; path = Sources/Sentry/include/SentryProfilingSwiftHelpers.h; sourceTree = SOURCE_ROOT; }; |
| 2459 | + FAE5797E2E7CF21300B710F9 /* SentryMigrateSessionInit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryMigrateSessionInit.swift; sourceTree = "<group>"; }; |
2462 | 2460 | FAE579872E7D9D4900B710F9 /* SentrySysctl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySysctl.swift; sourceTree = "<group>"; }; |
2463 | 2461 | FAE579BC2E7DDDE400B710F9 /* SentryThreadWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryThreadWrapper.swift; sourceTree = "<group>"; }; |
2464 | 2462 | FAE579C62E7DE14400B710F9 /* SentryFrameRemover.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryFrameRemover.swift; sourceTree = "<group>"; }; |
|
2603 | 2601 | children = ( |
2604 | 2602 | FAE579872E7D9D4900B710F9 /* SentrySysctl.swift */, |
2605 | 2603 | FAE579BC2E7DDDE400B710F9 /* SentryThreadWrapper.swift */, |
| 2604 | + FAE5797E2E7CF21300B710F9 /* SentryMigrateSessionInit.swift */, |
2606 | 2605 | 62CB19242E77F8FD00AF5DA2 /* SentryDispatchSourceWrapper.swift */, |
2607 | 2606 | FAEEC04C2E75E55A00E79CA9 /* SentrySerializationSwift.swift */, |
2608 | 2607 | FA94E7232E6F32FA00576666 /* SentryEnvelopeItemType.swift */, |
|
2915 | 2914 | 92D957722E05A44600E20E66 /* SentryAsyncLog.m */, |
2916 | 2915 | 63FE700920DA4C1000CDBAE8 /* SentryAsyncSafeLog.c */, |
2917 | 2916 | 63FE702520DA4C1000CDBAE8 /* SentryAsyncSafeLog.h */, |
2918 | | - 7BE1E33124F7E3B6009D3AD0 /* SentryMigrateSessionInit.h */, |
2919 | | - 7BE1E33324F7E3CB009D3AD0 /* SentryMigrateSessionInit.m */, |
2920 | 2917 | 15E0A8E9240F2C8F00F044E3 /* SentrySerialization.h */, |
2921 | 2918 | 15E0A8EC240F2CB000F044E3 /* SentrySerialization.m */, |
2922 | 2919 | 639889B91EDED18400EA7442 /* SentrySwizzle.h */, |
|
5078 | 5075 | 63FE718B20DA4C1100CDBAE8 /* SentryCrashReport.h in Headers */, |
5079 | 5076 | 7D0FCFB22379B915004DD83A /* SentryHub.h in Headers */, |
5080 | 5077 | 92F6726B29C8B7B100BFD34D /* SentryUser+Private.h in Headers */, |
5081 | | - 7BE1E33224F7E3B6009D3AD0 /* SentryMigrateSessionInit.h in Headers */, |
5082 | 5078 | 632F43501F581D5400A18A36 /* SentryCrashExceptionApplication.h in Headers */, |
5083 | 5079 | 7B85DC1E24EFAFCD007D01D2 /* SentryClient+Private.h in Headers */, |
5084 | 5080 | A8AFFCCF2906C03700967CD7 /* SentryRequest.h in Headers */, |
|
5812 | 5808 | 63FE70FD20DA4C1000CDBAE8 /* SentryCrashCachedData.c in Sources */, |
5813 | 5809 | A8F17B2E2901765900990B25 /* SentryRequest.m in Sources */, |
5814 | 5810 | FABE8E172E307A7F0040809A /* Dependencies.swift in Sources */, |
5815 | | - 7BE1E33424F7E3CB009D3AD0 /* SentryMigrateSessionInit.m in Sources */, |
5816 | 5811 | D4ECA4012E3CBEDE00C757EA /* SentryDummyPublicEmptyClass.m in Sources */, |
5817 | 5812 | D4ECA4022E3CBEDE00C757EA /* SentryDummyPrivateEmptyClass.m in Sources */, |
5818 | 5813 | D80299502BA83A88000F0081 /* SentryPixelBuffer.swift in Sources */, |
|
5963 | 5958 | 639FCF991EBC7B9700778193 /* SentryEvent.m in Sources */, |
5964 | 5959 | D820CDB72BB1895F00BA339D /* SentrySessionReplayIntegration.m in Sources */, |
5965 | 5960 | 632F43521F581D5400A18A36 /* SentryCrashExceptionApplication.m in Sources */, |
| 5961 | + FAE579842E7CF21800B710F9 /* SentryMigrateSessionInit.swift in Sources */, |
5966 | 5962 | 620379DD2AFE1432005AC0C1 /* SentryBuildAppStartSpans.m in Sources */, |
5967 | 5963 | 6292585F2DAFA8290049388F /* SentryCrashMach-O.c in Sources */, |
5968 | 5964 | 7B77BE3727EC8460003C9020 /* SentryDiscardReasonMapper.m in Sources */, |
|
0 commit comments