|
1102 | 1102 | FA914E592ECF968500C54BDD /* UserFeedbackIntegration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA914E532ECF968000C54BDD /* UserFeedbackIntegration.swift */; }; |
1103 | 1103 | FA914E5B2ECF988900C54BDD /* Integrations.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA914E5A2ECF988700C54BDD /* Integrations.swift */; }; |
1104 | 1104 | FA914E6D2ECFD7D800C54BDD /* SentryFeedbackAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA914E6C2ECFD7D800C54BDD /* SentryFeedbackAPI.swift */; }; |
| 1105 | + FA914E9B2ED61AA800C54BDD /* SentryFormatterSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = FA914E952ED61AA300C54BDD /* SentryFormatterSwift.h */; }; |
| 1106 | + FA914E9E2ED61BA800C54BDD /* SentryFormatterSwift.m in Sources */ = {isa = PBXBuildFile; fileRef = FA914E9C2ED61AB900C54BDD /* SentryFormatterSwift.m */; }; |
1105 | 1107 | FA94E6912E6B92C100576666 /* SentryClientReport.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA94E68B2E6B92BE00576666 /* SentryClientReport.swift */; }; |
1106 | 1108 | FA94E6B22E6D265800576666 /* SentryEnvelope.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA94E6B12E6D265500576666 /* SentryEnvelope.swift */; }; |
1107 | 1109 | FA94E7242E6F339400576666 /* SentryEnvelopeItemType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA94E7232E6F32FA00576666 /* SentryEnvelopeItemType.swift */; }; |
|
1156 | 1158 | FAEEC0522E75E55F00E79CA9 /* SentrySerializationSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEEC04C2E75E55A00E79CA9 /* SentrySerializationSwift.swift */; }; |
1157 | 1159 | FAEFA12F2E4FAE1900C431D9 /* SentrySDKSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEFA1292E4FAE1700C431D9 /* SentrySDKSettings.swift */; }; |
1158 | 1160 | FAF0F3D02EA7DD0D00E44E9B /* SentryANRTrackerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0F3CA2EA7DD0700E44E9B /* SentryANRTrackerTests.swift */; }; |
| 1161 | + FAFA358D2EF2FD2A006B145F /* SentryMXCallStackTree+Parsing.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAFA35872EF2FD24006B145F /* SentryMXCallStackTree+Parsing.swift */; }; |
| 1162 | + FAFA358F2EF2FD8F006B145F /* MXSample.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAFA358E2EF2FD8C006B145F /* MXSample.swift */; }; |
1159 | 1163 | /* End PBXBuildFile section */ |
1160 | 1164 |
|
1161 | 1165 | /* Begin PBXContainerItemProxy section */ |
|
2487 | 2491 | FA914E532ECF968000C54BDD /* UserFeedbackIntegration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserFeedbackIntegration.swift; sourceTree = "<group>"; }; |
2488 | 2492 | FA914E5A2ECF988700C54BDD /* Integrations.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Integrations.swift; sourceTree = "<group>"; }; |
2489 | 2493 | FA914E6C2ECFD7D800C54BDD /* SentryFeedbackAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryFeedbackAPI.swift; sourceTree = "<group>"; }; |
| 2494 | + FA914E952ED61AA300C54BDD /* SentryFormatterSwift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryFormatterSwift.h; path = include/SentryFormatterSwift.h; sourceTree = "<group>"; }; |
| 2495 | + FA914E9C2ED61AB900C54BDD /* SentryFormatterSwift.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryFormatterSwift.m; sourceTree = "<group>"; }; |
2490 | 2496 | FA94E68B2E6B92BE00576666 /* SentryClientReport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryClientReport.swift; sourceTree = "<group>"; }; |
2491 | 2497 | FA94E6B12E6D265500576666 /* SentryEnvelope.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryEnvelope.swift; sourceTree = "<group>"; }; |
2492 | 2498 | FA94E7232E6F32FA00576666 /* SentryEnvelopeItemType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryEnvelopeItemType.swift; sourceTree = "<group>"; }; |
|
2541 | 2547 | FAEEC04C2E75E55A00E79CA9 /* SentrySerializationSwift.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySerializationSwift.swift; sourceTree = "<group>"; }; |
2542 | 2548 | FAEFA1292E4FAE1700C431D9 /* SentrySDKSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySDKSettings.swift; sourceTree = "<group>"; }; |
2543 | 2549 | FAF0F3CA2EA7DD0700E44E9B /* SentryANRTrackerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryANRTrackerTests.swift; sourceTree = "<group>"; }; |
| 2550 | + FAFA35872EF2FD24006B145F /* SentryMXCallStackTree+Parsing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryMXCallStackTree+Parsing.swift"; sourceTree = "<group>"; }; |
| 2551 | + FAFA358E2EF2FD8C006B145F /* MXSample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MXSample.swift; sourceTree = "<group>"; }; |
2544 | 2552 | /* End PBXFileReference section */ |
2545 | 2553 |
|
2546 | 2554 | /* Begin PBXFrameworksBuildPhase section */ |
|
2956 | 2964 | 639889D51EDF10BE00EA7442 /* Helper */ = { |
2957 | 2965 | isa = PBXGroup; |
2958 | 2966 | children = ( |
| 2967 | + FA914E952ED61AA300C54BDD /* SentryFormatterSwift.h */, |
| 2968 | + FA914E9C2ED61AB900C54BDD /* SentryFormatterSwift.m */, |
2959 | 2969 | FA4FB8252ECB7D27008C9EC3 /* SentryLevel.h */, |
2960 | 2970 | 63AA76951EB9C1C200D153DE /* SentryDefines.h */, |
2961 | 2971 | 627E7588299F6FE40085504D /* SentryInternalDefines.h */, |
|
5042 | 5052 | isa = PBXGroup; |
5043 | 5053 | children = ( |
5044 | 5054 | FA67DCD82DDBD4EA00896B02 /* SentryMXCallStackTree.swift */, |
| 5055 | + FAFA35872EF2FD24006B145F /* SentryMXCallStackTree+Parsing.swift */, |
| 5056 | + FAFA358E2EF2FD8C006B145F /* MXSample.swift */, |
5045 | 5057 | FA67DCD92DDBD4EA00896B02 /* SentryMXManager.swift */, |
5046 | 5058 | ); |
5047 | 5059 | path = MetricKit; |
|
5283 | 5295 | FAB359982E05D7E90083D5E3 /* SentryEventSwiftHelper.h in Headers */, |
5284 | 5296 | 7B31C291277B04A000337126 /* SentryCrashPlatformSpecificDefines.h in Headers */, |
5285 | 5297 | D452FC732DDB553100AFF56F /* SentryWatchdogTerminationBreadcrumbProcessor.h in Headers */, |
| 5298 | + FA914E9B2ED61AA800C54BDD /* SentryFormatterSwift.h in Headers */, |
5286 | 5299 | D456B4382D706BFE007068CB /* SentrySpanDataKey.h in Headers */, |
5287 | 5300 | 7B77BE3527EC8445003C9020 /* SentryDiscardReasonMapper.h in Headers */, |
5288 | 5301 | 7B610D602512390E00B0B5D9 /* SentrySDK+Private.h in Headers */, |
|
5871 | 5884 | D48891CC2E98F22A00212823 /* SentryInfoPlistWrapperProvider.swift in Sources */, |
5872 | 5885 | F458D1172E186DF20028273E /* SentryScopePersistentStore+Fingerprint.swift in Sources */, |
5873 | 5886 | D8CB7417294724CC00A5F964 /* SentryEnvelopeAttachmentHeader.m in Sources */, |
| 5887 | + FA914E9E2ED61BA800C54BDD /* SentryFormatterSwift.m in Sources */, |
5874 | 5888 | D84793262788737D00BE8E99 /* SentryByteCountFormatter.m in Sources */, |
5875 | 5889 | FAEFA12F2E4FAE1900C431D9 /* SentrySDKSettings.swift in Sources */, |
5876 | 5890 | 63AA769E1EB9C57A00D153DE /* SentryError.mm in Sources */, |
|
5924 | 5938 | 7D082B8323C628790029866B /* SentryMeta.m in Sources */, |
5925 | 5939 | D8CAC02F2BA0663E00E38F34 /* SentryVideoInfo.swift in Sources */, |
5926 | 5940 | FAAB95CD2EA18B2E0030A2DB /* SentryDependencyContainer.swift in Sources */, |
| 5941 | + FAFA358D2EF2FD2A006B145F /* SentryMXCallStackTree+Parsing.swift in Sources */, |
5927 | 5942 | 63FE710720DA4C1000CDBAE8 /* SentryCrashStackCursor_SelfThread.m in Sources */, |
5928 | 5943 | 63FE711120DA4C1000CDBAE8 /* SentryCrashDebug.c in Sources */, |
5929 | 5944 | 7B883F49253D714C00879E62 /* SentryCrashUUIDConversion.c in Sources */, |
|
6018 | 6033 | FA67DD0F2DDBD4EA00896B02 /* SentryViewControllerBreadcrumbTracking.swift in Sources */, |
6019 | 6034 | FA67DD102DDBD4EA00896B02 /* StringExtensions.swift in Sources */, |
6020 | 6035 | FA67DD112DDBD4EA00896B02 /* SentryANRType.swift in Sources */, |
| 6036 | + FAFA358F2EF2FD8F006B145F /* MXSample.swift in Sources */, |
6021 | 6037 | FAAB95D82EA1E23F0030A2DB /* SentryExtraContextProvider.swift in Sources */, |
6022 | 6038 | FA67DD122DDBD4EA00896B02 /* Locks.swift in Sources */, |
6023 | 6039 | 62CB19252E77F8FD00AF5DA2 /* SentryDispatchSourceWrapper.swift in Sources */, |
|
0 commit comments