|
185 | 185 | 966634DC2C8A39C1004A934D /* FrozenFrameData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 966634DB2C8A39C1004A934D /* FrozenFrameData.mm */; }; |
186 | 186 | 966DD5012A211D7F002030B2 /* BugsnagPerformance.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72E4BB63359EA30E80116E2A /* BugsnagPerformance.framework */; }; |
187 | 187 | 966DD5022A211D7F002030B2 /* BugsnagPerformance.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 72E4BB63359EA30E80116E2A /* BugsnagPerformance.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
| 188 | + 967949B62E97CC9E005FD87F /* SpanLifecycleHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 967949B52E97CC95005FD87F /* SpanLifecycleHandler.h */; }; |
| 189 | + 967949B82E97CCA9005FD87F /* SpanLifecycleHandlerImpl.mm in Sources */ = {isa = PBXBuildFile; fileRef = 967949B72E97CCA6005FD87F /* SpanLifecycleHandlerImpl.mm */; }; |
| 190 | + 967949BA2E97D5A5005FD87F /* SpanLifecycleHandlerImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 967949B92E97D59B005FD87F /* SpanLifecycleHandlerImpl.h */; }; |
188 | 191 | 967F6F1829C3783B0054EED8 /* BugsnagPerformanceConfiguration+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 967F6F1729C3782D0054EED8 /* BugsnagPerformanceConfiguration+Private.h */; }; |
189 | 192 | 968AA5FB2CCA5A9200BA69CF /* BSGPerformanceSharedSessionProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 968AA5FA2CCA5A9200BA69CF /* BSGPerformanceSharedSessionProxy.h */; }; |
190 | 193 | 968AA5FD2CCA5AB000BA69CF /* BSGPerformanceSharedSessionProxy.mm in Sources */ = {isa = PBXBuildFile; fileRef = 968AA5FC2CCA5AB000BA69CF /* BSGPerformanceSharedSessionProxy.mm */; }; |
|
540 | 543 | 966634D62C8A365B004A934D /* FrameMetricsSnapshot.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = FrameMetricsSnapshot.mm; sourceTree = "<group>"; }; |
541 | 544 | 966634D92C8A39B1004A934D /* FrozenFrameData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FrozenFrameData.h; sourceTree = "<group>"; }; |
542 | 545 | 966634DB2C8A39C1004A934D /* FrozenFrameData.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = FrozenFrameData.mm; sourceTree = "<group>"; }; |
| 546 | + 967949B52E97CC95005FD87F /* SpanLifecycleHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpanLifecycleHandler.h; sourceTree = "<group>"; }; |
| 547 | + 967949B72E97CCA6005FD87F /* SpanLifecycleHandlerImpl.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SpanLifecycleHandlerImpl.mm; sourceTree = "<group>"; }; |
| 548 | + 967949B92E97D59B005FD87F /* SpanLifecycleHandlerImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpanLifecycleHandlerImpl.h; sourceTree = "<group>"; }; |
543 | 549 | 967F6F1729C3782D0054EED8 /* BugsnagPerformanceConfiguration+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "BugsnagPerformanceConfiguration+Private.h"; sourceTree = "<group>"; }; |
544 | 550 | 968AA5FA2CCA5A9200BA69CF /* BSGPerformanceSharedSessionProxy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BSGPerformanceSharedSessionProxy.h; sourceTree = "<group>"; }; |
545 | 551 | 968AA5FC2CCA5AB000BA69CF /* BSGPerformanceSharedSessionProxy.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = BSGPerformanceSharedSessionProxy.mm; sourceTree = "<group>"; }; |
|
857 | 863 | 963726C42DEAB14D00C739E6 /* SpanControl */, |
858 | 864 | 969EE0EE2E7872A600600F63 /* SpanFactory */, |
859 | 865 | 0122C22329019770002D243C /* SpanKind.h */, |
| 866 | + 967949B42E97CC7F005FD87F /* SpanLifecycle */, |
860 | 867 | CB7FD935299D330500499E13 /* SpanOptions.h */, |
861 | 868 | 96D55C7D2A1EA5A8006D1F29 /* SpanStackingHandler.h */, |
862 | 869 | 96D55C7F2A1EA5C6006D1F29 /* SpanStackingHandler.mm */, |
|
1180 | 1187 | path = FrameRateMetrics; |
1181 | 1188 | sourceTree = "<group>"; |
1182 | 1189 | }; |
| 1190 | + 967949B42E97CC7F005FD87F /* SpanLifecycle */ = { |
| 1191 | + isa = PBXGroup; |
| 1192 | + children = ( |
| 1193 | + 967949B52E97CC95005FD87F /* SpanLifecycleHandler.h */, |
| 1194 | + 967949B92E97D59B005FD87F /* SpanLifecycleHandlerImpl.h */, |
| 1195 | + 967949B72E97CCA6005FD87F /* SpanLifecycleHandlerImpl.mm */, |
| 1196 | + ); |
| 1197 | + path = SpanLifecycle; |
| 1198 | + sourceTree = "<group>"; |
| 1199 | + }; |
1183 | 1200 | 969EE0EE2E7872A600600F63 /* SpanFactory */ = { |
1184 | 1201 | isa = PBXGroup; |
1185 | 1202 | children = ( |
|
1300 | 1317 | isa = PBXHeadersBuildPhase; |
1301 | 1318 | buildActionMask = 2147483647; |
1302 | 1319 | files = ( |
| 1320 | + 967949B62E97CC9E005FD87F /* SpanLifecycleHandler.h in Headers */, |
1303 | 1321 | 9638291D2E54B4A200404F3A /* AppStartupLifecycleHandlerImpl.h in Headers */, |
1304 | 1322 | CB04969729150D860097E526 /* OtlpPackage.h in Headers */, |
1305 | 1323 | 960EECF32B24CA24009FAA11 /* BugsnagPerformanceTrackedViewContainer.h in Headers */, |
|
1373 | 1391 | 0122C24229019770002D243C /* SpanKind.h in Headers */, |
1374 | 1392 | 098FC84E2D350E60001B627D /* FixedLengthDequeue.h in Headers */, |
1375 | 1393 | CB78819D29E587CE00A58906 /* BugsnagPerformanceLibrary.h in Headers */, |
| 1394 | + 967949BA2E97D5A5005FD87F /* SpanLifecycleHandlerImpl.h in Headers */, |
1376 | 1395 | 098FC8462D2EB8E8001B627D /* BSGPSystemInfo.h in Headers */, |
1377 | 1396 | CB572EAA29BB783200FD7A2A /* AppStateTracker.h in Headers */, |
1378 | 1397 | CBEC51DC2976F1F9009C0CE3 /* RetryQueue.h in Headers */, |
|
1770 | 1789 | 963829452E57537900404F3A /* ViewLoadLifecycleHandlerImpl.mm in Sources */, |
1771 | 1790 | 0122C24429019770002D243C /* Tracer.mm in Sources */, |
1772 | 1791 | 962CE8112E65224300380522 /* BSGURLSessionPerformanceDelegate.mm in Sources */, |
| 1792 | + 967949B82E97CCA9005FD87F /* SpanLifecycleHandlerImpl.mm in Sources */, |
1773 | 1793 | CB04969829150D860097E526 /* OtlpPackage.mm in Sources */, |
1774 | 1794 | 0122C23D29019770002D243C /* BugsnagPerformance.mm in Sources */, |
1775 | 1795 | 9638293E2E56284E00404F3A /* ViewLoadSwizzlingCallbacks.m in Sources */, |
|
0 commit comments