|
332 | 332 | 7B01CE3D271993AC00B5AF31 /* SentryTransportFactoryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B01CE3C271993AB00B5AF31 /* SentryTransportFactoryTests.swift */; }; |
333 | 333 | 7B04A9AB24EA5F8D00E710B1 /* SentryUserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B04A9AA24EA5F8D00E710B1 /* SentryUserTests.swift */; }; |
334 | 334 | 7B05A61824A4D14A00EF211D /* SentrySessionGeneratorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B05A61724A4D14A00EF211D /* SentrySessionGeneratorTests.swift */; }; |
335 | | - 7B08A3452924CF6C0059603A /* SentryMetricKitIntegration.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B08A3442924CF6C0059603A /* SentryMetricKitIntegration.h */; }; |
336 | | - 7B08A3472924CF9C0059603A /* SentryMetricKitIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B08A3462924CF9C0059603A /* SentryMetricKitIntegration.m */; }; |
337 | 335 | 7B0A542E2521C62400A71716 /* SentryFrameRemoverTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B0A542D2521C62400A71716 /* SentryFrameRemoverTests.swift */; }; |
338 | 336 | 7B0A5452252311CE00A71716 /* SentryBreadcrumbTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B0A5451252311CE00A71716 /* SentryBreadcrumbTests.swift */; }; |
339 | 337 | 7B0A54562523178700A71716 /* SentryScopeSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B0A54552523178700A71716 /* SentryScopeSwiftTests.swift */; }; |
|
1160 | 1158 | FAF0F3D02EA7DD0D00E44E9B /* SentryANRTrackerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0F3CA2EA7DD0700E44E9B /* SentryANRTrackerTests.swift */; }; |
1161 | 1159 | FAFA358D2EF2FD2A006B145F /* SentryMXCallStackTree+Parsing.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAFA35872EF2FD24006B145F /* SentryMXCallStackTree+Parsing.swift */; }; |
1162 | 1160 | FAFA358F2EF2FD8F006B145F /* MXSample.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAFA358E2EF2FD8C006B145F /* MXSample.swift */; }; |
| 1161 | + FAFA359A2EF5A725006B145F /* SentryMetricKitIntegration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAFA35942EF5A71C006B145F /* SentryMetricKitIntegration.swift */; }; |
1163 | 1162 | /* End PBXBuildFile section */ |
1164 | 1163 |
|
1165 | 1164 | /* Begin PBXContainerItemProxy section */ |
|
1638 | 1637 | 7B01CE3C271993AB00B5AF31 /* SentryTransportFactoryTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryTransportFactoryTests.swift; sourceTree = "<group>"; }; |
1639 | 1638 | 7B04A9AA24EA5F8D00E710B1 /* SentryUserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUserTests.swift; sourceTree = "<group>"; }; |
1640 | 1639 | 7B05A61724A4D14A00EF211D /* SentrySessionGeneratorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySessionGeneratorTests.swift; sourceTree = "<group>"; }; |
1641 | | - 7B08A3442924CF6C0059603A /* SentryMetricKitIntegration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryMetricKitIntegration.h; path = include/SentryMetricKitIntegration.h; sourceTree = "<group>"; }; |
1642 | | - 7B08A3462924CF9C0059603A /* SentryMetricKitIntegration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryMetricKitIntegration.m; sourceTree = "<group>"; }; |
1643 | 1640 | 7B0A542D2521C62400A71716 /* SentryFrameRemoverTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryFrameRemoverTests.swift; sourceTree = "<group>"; }; |
1644 | 1641 | 7B0A5451252311CE00A71716 /* SentryBreadcrumbTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryBreadcrumbTests.swift; sourceTree = "<group>"; }; |
1645 | 1642 | 7B0A54552523178700A71716 /* SentryScopeSwiftTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryScopeSwiftTests.swift; sourceTree = "<group>"; }; |
|
2549 | 2546 | FAF0F3CA2EA7DD0700E44E9B /* SentryANRTrackerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryANRTrackerTests.swift; sourceTree = "<group>"; }; |
2550 | 2547 | FAFA35872EF2FD24006B145F /* SentryMXCallStackTree+Parsing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryMXCallStackTree+Parsing.swift"; sourceTree = "<group>"; }; |
2551 | 2548 | FAFA358E2EF2FD8C006B145F /* MXSample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MXSample.swift; sourceTree = "<group>"; }; |
| 2549 | + FAFA35942EF5A71C006B145F /* SentryMetricKitIntegration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryMetricKitIntegration.swift; sourceTree = "<group>"; }; |
2552 | 2550 | /* End PBXFileReference section */ |
2553 | 2551 |
|
2554 | 2552 | /* Begin PBXFrameworksBuildPhase section */ |
|
2943 | 2941 | isa = PBXGroup; |
2944 | 2942 | children = ( |
2945 | 2943 | 847B1A002C618ACA002CB1F3 /* UserFeedback */, |
2946 | | - 7B08A3432924CF4E0059603A /* MetricKit */, |
2947 | 2944 | 7B127B0B27CF6EF600A71ED2 /* ANR */, |
2948 | 2945 | 7BE0DC33272AE74A004FA8B7 /* Breadcrumbs */, |
2949 | 2946 | 7BE0DC34272AE78C004FA8B7 /* WatchdogTerminations */, |
|
3390 | 3387 | path = SentryCrash; |
3391 | 3388 | sourceTree = "<group>"; |
3392 | 3389 | }; |
3393 | | - 7B08A3432924CF4E0059603A /* MetricKit */ = { |
3394 | | - isa = PBXGroup; |
3395 | | - children = ( |
3396 | | - 7B08A3442924CF6C0059603A /* SentryMetricKitIntegration.h */, |
3397 | | - 7B08A3462924CF9C0059603A /* SentryMetricKitIntegration.m */, |
3398 | | - ); |
3399 | | - name = MetricKit; |
3400 | | - sourceTree = "<group>"; |
3401 | | - }; |
3402 | 3390 | 7B127B0B27CF6EF600A71ED2 /* ANR */ = { |
3403 | 3391 | isa = PBXGroup; |
3404 | 3392 | children = ( |
|
5051 | 5039 | FA67DCDA2DDBD4EA00896B02 /* MetricKit */ = { |
5052 | 5040 | isa = PBXGroup; |
5053 | 5041 | children = ( |
| 5042 | + FAFA35942EF5A71C006B145F /* SentryMetricKitIntegration.swift */, |
5054 | 5043 | FA67DCD82DDBD4EA00896B02 /* SentryMXCallStackTree.swift */, |
5055 | 5044 | FAFA35872EF2FD24006B145F /* SentryMXCallStackTree+Parsing.swift */, |
5056 | 5045 | FAFA358E2EF2FD8C006B145F /* MXSample.swift */, |
|
5177 | 5166 | 63FE708520DA4C1000CDBAE8 /* SentryCrashReportFilter.h in Headers */, |
5178 | 5167 | 84354E1129BF944900CDBB8B /* SentryProfileTimeseries.h in Headers */, |
5179 | 5168 | D8ACE3CD2762187D00F5A213 /* SentryNSDataSwizzling.h in Headers */, |
5180 | | - 7B08A3452924CF6C0059603A /* SentryMetricKitIntegration.h in Headers */, |
5181 | 5169 | 0A2D8DA8289BC905008720F6 /* SentryViewHierarchyProviderHelper.h in Headers */, |
5182 | 5170 | 8EAE980C261E9F530073B6B3 /* SentryDefaultUIViewControllerPerformanceTracker.h in Headers */, |
5183 | 5171 | 63FE717D20DA4C1100CDBAE8 /* SentryCrashCachedData.h in Headers */, |
|
5855 | 5843 | F4FE86BD2EECAC31003D845F /* SentryScreenshotOptions.swift in Sources */, |
5856 | 5844 | F4FE86BE2EECAC31003D845F /* SentryScreenshotIntegration.swift in Sources */, |
5857 | 5845 | 92D957732E05A44600E20E66 /* SentryAsyncLog.m in Sources */, |
5858 | | - 7B08A3472924CF9C0059603A /* SentryMetricKitIntegration.m in Sources */, |
5859 | 5846 | 623FD9022D3FA5E000803EDA /* SentryFrameCodable.swift in Sources */, |
5860 | 5847 | 62BDDD122D51FD540024CCD1 /* SentryThreadCodable.swift in Sources */, |
5861 | 5848 | 7B63459B280EB9E200CFA05A /* SentryUIEventTrackingIntegration.m in Sources */, |
|
5904 | 5891 | 639FCFA91EBC80CC00778193 /* SentryFrame.m in Sources */, |
5905 | 5892 | 8E564AEA267AF22600FE117D /* SentryNetworkTracker.m in Sources */, |
5906 | 5893 | 15360CED2433A15500112302 /* SentryInstallation.m in Sources */, |
| 5894 | + FAFA359A2EF5A725006B145F /* SentryMetricKitIntegration.swift in Sources */, |
5907 | 5895 | FAAB95FF2EA301670030A2DB /* SentryWatchdogTerminationScopeObserver.swift in Sources */, |
5908 | 5896 | D8370B6A273DF1E900F66E2D /* SentryNSURLSessionTaskSearch.m in Sources */, |
5909 | 5897 | D4563FA92EBA3B73005B33E2 /* SentryExtensionDetector.swift in Sources */, |
|
0 commit comments