|
1032 | 1032 | F458D1132E180BB00028273E /* SentryFileManagerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = F458D1122E180BB00028273E /* SentryFileManagerProtocol.swift */; };
|
1033 | 1033 | F458D1152E1869AD0028273E /* SentryScopePersistentStore+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = F458D1142E1869AD0028273E /* SentryScopePersistentStore+String.swift */; };
|
1034 | 1034 | F46DA6C32E1DBCA000DF6E3B /* SentryScopePersistentStore+Helper.swift in Sources */ = {isa = PBXBuildFile; fileRef = F46DA6C22E1DBCA000DF6E3B /* SentryScopePersistentStore+Helper.swift */; };
|
| 1035 | + F458D1172E186DF20028273E /* SentryScopePersistentStore+Fingerprint.swift in Sources */ = {isa = PBXBuildFile; fileRef = F458D1162E186DF20028273E /* SentryScopePersistentStore+Fingerprint.swift */; }; |
| 1036 | + F458D1192E186E000028273E /* SentryScopePersistentStore+Extras.swift in Sources */ = {isa = PBXBuildFile; fileRef = F458D1182E186E000028273E /* SentryScopePersistentStore+Extras.swift */; }; |
1035 | 1037 | F49D41982DEA27AF00D9244E /* SentryUseNSExceptionCallstackWrapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49D41972DEA27AF00D9244E /* SentryUseNSExceptionCallstackWrapperTests.swift */; };
|
1036 | 1038 | F49D419A2DEA2FB000D9244E /* SentryCrashExceptionApplicationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49D41992DEA2FB000D9244E /* SentryCrashExceptionApplicationTests.swift */; };
|
1037 | 1039 | F49D419C2DEA30C300D9244E /* SentryCrashExceptionApplicationHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F49D419B2DEA30B800D9244E /* SentryCrashExceptionApplicationHelper.h */; };
|
|
2301 | 2303 | F458D1122E180BB00028273E /* SentryFileManagerProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryFileManagerProtocol.swift; sourceTree = "<group>"; };
|
2302 | 2304 | F458D1142E1869AD0028273E /* SentryScopePersistentStore+String.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+String.swift"; sourceTree = "<group>"; };
|
2303 | 2305 | F46DA6C22E1DBCA000DF6E3B /* SentryScopePersistentStore+Helper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+Helper.swift"; sourceTree = "<group>"; };
|
| 2306 | + F458D1162E186DF20028273E /* SentryScopePersistentStore+Fingerprint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+Fingerprint.swift"; sourceTree = "<group>"; }; |
| 2307 | + F458D1182E186E000028273E /* SentryScopePersistentStore+Extras.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryScopePersistentStore+Extras.swift"; sourceTree = "<group>"; }; |
2304 | 2308 | F49D41972DEA27AF00D9244E /* SentryUseNSExceptionCallstackWrapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUseNSExceptionCallstackWrapperTests.swift; sourceTree = "<group>"; };
|
2305 | 2309 | F49D41992DEA2FB000D9244E /* SentryCrashExceptionApplicationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryCrashExceptionApplicationTests.swift; sourceTree = "<group>"; };
|
2306 | 2310 | F49D419B2DEA30B800D9244E /* SentryCrashExceptionApplicationHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryCrashExceptionApplicationHelper.h; path = include/SentryCrashExceptionApplicationHelper.h; sourceTree = "<group>"; };
|
|
4057 | 4061 | F41362102E1C55AF00B84443 /* SentryScopePersistentStore+Tags.swift */,
|
4058 | 4062 | F41362122E1C566100B84443 /* SentryScopePersistentStore+User.swift */,
|
4059 | 4063 | F46DA6C22E1DBCA000DF6E3B /* SentryScopePersistentStore+Helper.swift */,
|
| 4064 | + F458D11A2E186E0D0028273E /* SentryScopePersistentStore+Level.swift */, |
| 4065 | + F458D1182E186E000028273E /* SentryScopePersistentStore+Extras.swift */, |
| 4066 | + F458D1162E186DF20028273E /* SentryScopePersistentStore+Fingerprint.swift */, |
4060 | 4067 | );
|
4061 | 4068 | path = Persistence;
|
4062 | 4069 | sourceTree = "<group>";
|
|
5394 | 5401 | D8CB741B2947286500A5F964 /* SentryEnvelopeItemHeader.m in Sources */,
|
5395 | 5402 | 92ECD73C2E05ACE00063EC10 /* SentryLog.swift in Sources */,
|
5396 | 5403 | F458D1152E1869AD0028273E /* SentryScopePersistentStore+String.swift in Sources */,
|
| 5404 | + F458D1172E186DF20028273E /* SentryScopePersistentStore+Fingerprint.swift in Sources */, |
5397 | 5405 | D8CB7417294724CC00A5F964 /* SentryEnvelopeAttachmentHeader.m in Sources */,
|
5398 | 5406 | D84793262788737D00BE8E99 /* SentryByteCountFormatter.m in Sources */,
|
5399 | 5407 | 63AA769E1EB9C57A00D153DE /* SentryError.mm in Sources */,
|
|
5464 | 5472 | 848A45192BBF8D33006AAAEC /* SentryContinuousProfiler.mm in Sources */,
|
5465 | 5473 | D81988C32BEC189C0020E36C /* SentryRRWebMetaEvent.swift in Sources */,
|
5466 | 5474 | 15E0A8E5240C457D00F044E3 /* SentryEnvelope.m in Sources */,
|
| 5475 | + F458D1192E186E000028273E /* SentryScopePersistentStore+Extras.swift in Sources */, |
5467 | 5476 | 8EC3AE7A25CA23B600E7591A /* SentrySpan.m in Sources */,
|
5468 | 5477 | 6360850E1ED2AFE100E8599E /* SentryBreadcrumb.m in Sources */,
|
5469 | 5478 | D82859432C3E753C009A28AA /* SentrySessionReplaySyncC.c in Sources */,
|
|
5659 | 5668 | D85852BA27EDDC5900C6D8AE /* SentryUIApplication.m in Sources */,
|
5660 | 5669 | FAB3599A2E05D8080083D5E3 /* SentryEventSwiftHelper.m in Sources */,
|
5661 | 5670 | F41362112E1C55AF00B84443 /* SentryScopePersistentStore+Tags.swift in Sources */,
|
| 5671 | + F458D11B2E186E0D0028273E /* SentryScopePersistentStore+Level.swift in Sources */, |
5662 | 5672 | 7B4E375F258231FC00059C93 /* SentryAttachment.m in Sources */,
|
5663 | 5673 | 636085141ED47BE600E8599E /* SentryFileManager.m in Sources */,
|
5664 | 5674 | 63FE710B20DA4C1000CDBAE8 /* SentryCrashMach.c in Sources */,
|
|
0 commit comments