|
1020 | 1020 | D8F8F5572B835BC600AC5465 /* SentryMsgPackSerializerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D8F8F5562B835BC600AC5465 /* SentryMsgPackSerializerTests.m */; }; |
1021 | 1021 | D8FC98AB2CD0DAB30009824C /* BreadcrumbExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8FC98AA2CD0DAAC0009824C /* BreadcrumbExtension.swift */; }; |
1022 | 1022 | D8FFE50C2703DBB400607131 /* SwizzlingCallTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8FFE50B2703DAAE00607131 /* SwizzlingCallTests.swift */; }; |
| 1023 | + F41362112E1C55AF00B84443 /* SentryScopePersistentStore+Tags.swift in Sources */ = {isa = PBXBuildFile; fileRef = F41362102E1C55AF00B84443 /* SentryScopePersistentStore+Tags.swift */; }; |
| 1024 | + F41362132E1C566100B84443 /* SentryScopePersistentStore+User.swift in Sources */ = {isa = PBXBuildFile; fileRef = F41362122E1C566100B84443 /* SentryScopePersistentStore+User.swift */; }; |
| 1025 | + F41362152E1C568400B84443 /* SentryScopePersistentStore+Context.swift in Sources */ = {isa = PBXBuildFile; fileRef = F41362142E1C568400B84443 /* SentryScopePersistentStore+Context.swift */; }; |
1023 | 1026 | F44858132E03579D0013E63B /* SentryCrashDynamicLinker+Test.h in Headers */ = {isa = PBXBuildFile; fileRef = F44858122E0357940013E63B /* SentryCrashDynamicLinker+Test.h */; }; |
1024 | 1027 | F452437E2DE60B71003E8F50 /* SentryUseNSExceptionCallstackWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = F452437D2DE60B71003E8F50 /* SentryUseNSExceptionCallstackWrapper.m */; }; |
1025 | 1028 | F45243882DE65968003E8F50 /* ExceptionCatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = F45243872DE65968003E8F50 /* ExceptionCatcher.m */; }; |
|
1028 | 1031 | F452438C2DE65BC0003E8F50 /* SentryUseNSExceptionCallstackWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = F452438B2DE65BC0003E8F50 /* SentryUseNSExceptionCallstackWrapper.h */; }; |
1029 | 1032 | F458D1132E180BB00028273E /* SentryFileManagerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = F458D1122E180BB00028273E /* SentryFileManagerProtocol.swift */; }; |
1030 | 1033 | F458D1152E1869AD0028273E /* SentryScopePersistentStore+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = F458D1142E1869AD0028273E /* SentryScopePersistentStore+String.swift */; }; |
| 1034 | + F46DA6C32E1DBCA000DF6E3B /* SentryScopePersistentStore+Helper.swift in Sources */ = {isa = PBXBuildFile; fileRef = F46DA6C22E1DBCA000DF6E3B /* SentryScopePersistentStore+Helper.swift */; }; |
1031 | 1035 | F49D41982DEA27AF00D9244E /* SentryUseNSExceptionCallstackWrapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49D41972DEA27AF00D9244E /* SentryUseNSExceptionCallstackWrapperTests.swift */; }; |
1032 | 1036 | F49D419A2DEA2FB000D9244E /* SentryCrashExceptionApplicationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49D41992DEA2FB000D9244E /* SentryCrashExceptionApplicationTests.swift */; }; |
1033 | 1037 | F49D419C2DEA30C300D9244E /* SentryCrashExceptionApplicationHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F49D419B2DEA30B800D9244E /* SentryCrashExceptionApplicationHelper.h */; }; |
|
2286 | 2290 | D8F8F5562B835BC600AC5465 /* SentryMsgPackSerializerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryMsgPackSerializerTests.m; sourceTree = "<group>"; }; |
2287 | 2291 | D8FC98AA2CD0DAAC0009824C /* BreadcrumbExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BreadcrumbExtension.swift; sourceTree = "<group>"; }; |
2288 | 2292 | D8FFE50B2703DAAE00607131 /* SwizzlingCallTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwizzlingCallTests.swift; sourceTree = "<group>"; }; |
| 2293 | + F41362102E1C55AF00B84443 /* SentryScopePersistentStore+Tags.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+Tags.swift"; sourceTree = "<group>"; }; |
| 2294 | + F41362122E1C566100B84443 /* SentryScopePersistentStore+User.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+User.swift"; sourceTree = "<group>"; }; |
| 2295 | + F41362142E1C568400B84443 /* SentryScopePersistentStore+Context.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+Context.swift"; sourceTree = "<group>"; }; |
2289 | 2296 | F44858122E0357940013E63B /* SentryCrashDynamicLinker+Test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentryCrashDynamicLinker+Test.h"; sourceTree = "<group>"; }; |
2290 | 2297 | F452437D2DE60B71003E8F50 /* SentryUseNSExceptionCallstackWrapper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryUseNSExceptionCallstackWrapper.m; sourceTree = "<group>"; }; |
2291 | 2298 | F45243862DE65968003E8F50 /* ExceptionCatcher.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExceptionCatcher.h; sourceTree = "<group>"; }; |
2292 | 2299 | F45243872DE65968003E8F50 /* ExceptionCatcher.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ExceptionCatcher.m; sourceTree = "<group>"; }; |
2293 | 2300 | F452438B2DE65BC0003E8F50 /* SentryUseNSExceptionCallstackWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryUseNSExceptionCallstackWrapper.h; path = include/SentryUseNSExceptionCallstackWrapper.h; sourceTree = "<group>"; }; |
2294 | 2301 | F458D1122E180BB00028273E /* SentryFileManagerProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryFileManagerProtocol.swift; sourceTree = "<group>"; }; |
2295 | 2302 | F458D1142E1869AD0028273E /* SentryScopePersistentStore+String.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+String.swift"; sourceTree = "<group>"; }; |
| 2303 | + F46DA6C22E1DBCA000DF6E3B /* SentryScopePersistentStore+Helper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+Helper.swift"; sourceTree = "<group>"; }; |
2296 | 2304 | F49D41972DEA27AF00D9244E /* SentryUseNSExceptionCallstackWrapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUseNSExceptionCallstackWrapperTests.swift; sourceTree = "<group>"; }; |
2297 | 2305 | F49D41992DEA2FB000D9244E /* SentryCrashExceptionApplicationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryCrashExceptionApplicationTests.swift; sourceTree = "<group>"; }; |
2298 | 2306 | F49D419B2DEA30B800D9244E /* SentryCrashExceptionApplicationHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryCrashExceptionApplicationHelper.h; path = include/SentryCrashExceptionApplicationHelper.h; sourceTree = "<group>"; }; |
|
4044 | 4052 | isa = PBXGroup; |
4045 | 4053 | children = ( |
4046 | 4054 | F4E3DCCA2E1579240093CB80 /* SentryScopePersistentStore.swift */, |
| 4055 | + F41362142E1C568400B84443 /* SentryScopePersistentStore+Context.swift */, |
4047 | 4056 | F458D1142E1869AD0028273E /* SentryScopePersistentStore+String.swift */, |
| 4057 | + F41362102E1C55AF00B84443 /* SentryScopePersistentStore+Tags.swift */, |
| 4058 | + F41362122E1C566100B84443 /* SentryScopePersistentStore+User.swift */, |
| 4059 | + F46DA6C22E1DBCA000DF6E3B /* SentryScopePersistentStore+Helper.swift */, |
4048 | 4060 | ); |
4049 | 4061 | path = Persistence; |
4050 | 4062 | sourceTree = "<group>"; |
|
5323 | 5335 | 84302A812B5767A50027A629 /* SentryLaunchProfiling.m in Sources */, |
5324 | 5336 | 63AA76A31EB9CBAA00D153DE /* SentryDsn.m in Sources */, |
5325 | 5337 | 84DBC62C2CE82F12000C4904 /* SentryFeedback.swift in Sources */, |
| 5338 | + F41362132E1C566100B84443 /* SentryScopePersistentStore+User.swift in Sources */, |
5326 | 5339 | 63B818FA1EC34639002FDF4C /* SentryDebugMeta.m in Sources */, |
5327 | 5340 | 7B98D7D325FB65AE00C5A389 /* SentryWatchdogTerminationTracker.m in Sources */, |
5328 | 5341 | 8E564AE8267AF22600FE117D /* SentryNetworkTrackingIntegration.m in Sources */, |
|
5610 | 5623 | D40604472DD2471600C40DC0 /* SentryNSApplication.m in Sources */, |
5611 | 5624 | 7DAC589123D8B2E0001CF26B /* SentryGlobalEventProcessor.m in Sources */, |
5612 | 5625 | 7BBD189E244EC8D200427C76 /* SentryRetryAfterHeaderParser.m in Sources */, |
| 5626 | + F41362152E1C568400B84443 /* SentryScopePersistentStore+Context.swift in Sources */, |
| 5627 | + F46DA6C32E1DBCA000DF6E3B /* SentryScopePersistentStore+Helper.swift in Sources */, |
5613 | 5628 | 63FE711920DA4C1000CDBAE8 /* SentryCrashMachineContext.c in Sources */, |
5614 | 5629 | 63FE711B20DA4C1000CDBAE8 /* SentryCrashString.c in Sources */, |
5615 | 5630 | 7B14089824878F950035403D /* SentryCrashStackEntryMapper.m in Sources */, |
|
5643 | 5658 | 03F84D3327DD4191008FE43F /* SentryMachLogging.cpp in Sources */, |
5644 | 5659 | D85852BA27EDDC5900C6D8AE /* SentryUIApplication.m in Sources */, |
5645 | 5660 | FAB3599A2E05D8080083D5E3 /* SentryEventSwiftHelper.m in Sources */, |
| 5661 | + F41362112E1C55AF00B84443 /* SentryScopePersistentStore+Tags.swift in Sources */, |
5646 | 5662 | 7B4E375F258231FC00059C93 /* SentryAttachment.m in Sources */, |
5647 | 5663 | 636085141ED47BE600E8599E /* SentryFileManager.m in Sources */, |
5648 | 5664 | 63FE710B20DA4C1000CDBAE8 /* SentryCrashMach.c in Sources */, |
|
0 commit comments