|
589 | 589 | 7D0FCFB22379B915004DD83A /* SentryHub.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D0FCFB02379B915004DD83A /* SentryHub.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
590 | 590 | 7D5C441C237C2E1F00DAB0A3 /* SentryHub.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D5C4419237C2E1F00DAB0A3 /* SentryHub.m */; }; |
591 | 591 | 7D65260E237F649E00113EA2 /* SentryScope.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D65260B237F649E00113EA2 /* SentryScope.m */; }; |
592 | | - 7D7F0A5F23DF3D2C00A4629C /* SentryGlobalEventProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D7F0A5E23DF3D2C00A4629C /* SentryGlobalEventProcessor.h */; }; |
593 | 592 | 7D9B07A023D1E89900C5FC8E /* SentryMeta.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D9B079F23D1E89800C5FC8E /* SentryMeta.h */; }; |
594 | | - 7DAC589123D8B2E0001CF26B /* SentryGlobalEventProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DAC588E23D8B2E0001CF26B /* SentryGlobalEventProcessor.m */; }; |
595 | 593 | 7DB3A687238EA75E00A2D442 /* SentryHttpTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DB3A684238EA75E00A2D442 /* SentryHttpTransport.m */; }; |
596 | 594 | 7DC27EC523997EB7006998B5 /* SentryAutoBreadcrumbTrackingIntegration.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DC27EC323997EB7006998B5 /* SentryAutoBreadcrumbTrackingIntegration.h */; }; |
597 | 595 | 7DC27EC723997EB7006998B5 /* SentryAutoBreadcrumbTrackingIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DC27EC423997EB7006998B5 /* SentryAutoBreadcrumbTrackingIntegration.m */; }; |
|
1113 | 1111 | FAE2DAB82E1F317900262307 /* SentryProfilingSwiftHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = FAE2DAB72E1F317900262307 /* SentryProfilingSwiftHelpers.m */; }; |
1114 | 1112 | FAE2DABA2E1F318900262307 /* SentryProfilingSwiftHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = FAE2DAB92E1F318900262307 /* SentryProfilingSwiftHelpers.h */; }; |
1115 | 1113 | FAE5798D2E7D9D4C00B710F9 /* SentrySysctl.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE579872E7D9D4900B710F9 /* SentrySysctl.swift */; }; |
| 1114 | + FAE579BA2E7DBE9900B710F9 /* SentryGlobalEventProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE579B42E7DBE9400B710F9 /* SentryGlobalEventProcessor.swift */; }; |
1116 | 1115 | FAE579C22E7DDDE700B710F9 /* SentryThreadWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE579BC2E7DDDE400B710F9 /* SentryThreadWrapper.swift */; }; |
1117 | 1116 | FAE579842E7CF21800B710F9 /* SentryMigrateSessionInit.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE5797E2E7CF21300B710F9 /* SentryMigrateSessionInit.swift */; }; |
1118 | 1117 | FAE579CC2E7DE14900B710F9 /* SentryFrameRemover.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE579C62E7DE14400B710F9 /* SentryFrameRemover.swift */; }; |
|
1871 | 1870 | 7D0FCFB02379B915004DD83A /* SentryHub.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryHub.h; path = Public/SentryHub.h; sourceTree = "<group>"; }; |
1872 | 1871 | 7D5C4419237C2E1F00DAB0A3 /* SentryHub.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentryHub.m; sourceTree = "<group>"; }; |
1873 | 1872 | 7D65260B237F649E00113EA2 /* SentryScope.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryScope.m; sourceTree = "<group>"; }; |
1874 | | - 7D7F0A5E23DF3D2C00A4629C /* SentryGlobalEventProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryGlobalEventProcessor.h; path = include/SentryGlobalEventProcessor.h; sourceTree = "<group>"; }; |
1875 | 1873 | 7D826E3E2390840E00EED93D /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; }; |
1876 | 1874 | 7D826E3F2390840E00EED93D /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; }; |
1877 | 1875 | 7D9B079F23D1E89800C5FC8E /* SentryMeta.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryMeta.h; path = include/SentryMeta.h; sourceTree = "<group>"; }; |
1878 | | - 7DAC588E23D8B2E0001CF26B /* SentryGlobalEventProcessor.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryGlobalEventProcessor.m; sourceTree = "<group>"; }; |
1879 | 1876 | 7DB3A684238EA75E00A2D442 /* SentryHttpTransport.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryHttpTransport.m; sourceTree = "<group>"; }; |
1880 | 1877 | 7DC27E9823995F97006998B5 /* Sentry.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; name = Sentry.modulemap; path = ../Resources/Sentry.modulemap; sourceTree = "<group>"; }; |
1881 | 1878 | 7DC27EC323997EB7006998B5 /* SentryAutoBreadcrumbTrackingIntegration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryAutoBreadcrumbTrackingIntegration.h; path = include/SentryAutoBreadcrumbTrackingIntegration.h; sourceTree = "<group>"; }; |
|
2458 | 2455 | FAE2DAB92E1F318900262307 /* SentryProfilingSwiftHelpers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryProfilingSwiftHelpers.h; path = Sources/Sentry/include/SentryProfilingSwiftHelpers.h; sourceTree = SOURCE_ROOT; }; |
2459 | 2456 | FAE5797E2E7CF21300B710F9 /* SentryMigrateSessionInit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryMigrateSessionInit.swift; sourceTree = "<group>"; }; |
2460 | 2457 | FAE579872E7D9D4900B710F9 /* SentrySysctl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySysctl.swift; sourceTree = "<group>"; }; |
| 2458 | + FAE579B42E7DBE9400B710F9 /* SentryGlobalEventProcessor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryGlobalEventProcessor.swift; sourceTree = "<group>"; }; |
2461 | 2459 | FAE579BC2E7DDDE400B710F9 /* SentryThreadWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryThreadWrapper.swift; sourceTree = "<group>"; }; |
2462 | 2460 | FAE579C62E7DE14400B710F9 /* SentryFrameRemover.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryFrameRemover.swift; sourceTree = "<group>"; }; |
2463 | 2461 | FAE80C232E4695AE0010A595 /* SentryEvent+Serialize.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryEvent+Serialize.h"; path = "include/SentryEvent+Serialize.h"; sourceTree = "<group>"; }; |
|
2881 | 2879 | D85596EF280580BE0041FF8B /* Screenshot */, |
2882 | 2880 | 0A9BF4E028A114690068D266 /* ViewHierarchy */, |
2883 | 2881 | D80CD8D52B752FD9002F710B /* SessionReplay */, |
2884 | | - 7D7F0A5E23DF3D2C00A4629C /* SentryGlobalEventProcessor.h */, |
2885 | | - 7DAC588E23D8B2E0001CF26B /* SentryGlobalEventProcessor.m */, |
2886 | 2882 | FA034AC72DD3DB4900FE3107 /* SentryIntegrationProtocol.h */, |
2887 | 2883 | 7BA235622600B61200E12865 /* SentryInternalNotificationNames.h */, |
2888 | 2884 | 0A2D8D5C289815EB008720F6 /* SentryBaseIntegration.h */, |
|
4686 | 4682 | D8CAC02D2BA0663E00E38F34 /* Integrations */ = { |
4687 | 4683 | isa = PBXGroup; |
4688 | 4684 | children = ( |
| 4685 | + FAE579B42E7DBE9400B710F9 /* SentryGlobalEventProcessor.swift */, |
4689 | 4686 | D49064862DFAE1B700555785 /* Screenshot */, |
4690 | 4687 | D8739CF72BECFF92007D2F66 /* Performance */, |
4691 | 4688 | D8CAC02C2BA0663E00E38F34 /* SessionReplay */, |
|
4948 | 4945 | 639FCFAC1EBC811400778193 /* SentryUser.h in Headers */, |
4949 | 4946 | F44858132E03579D0013E63B /* SentryCrashDynamicLinker+Test.h in Headers */, |
4950 | 4947 | D8CB74192947285A00A5F964 /* SentryEnvelopeItemHeader.h in Headers */, |
4951 | | - 7D7F0A5F23DF3D2C00A4629C /* SentryGlobalEventProcessor.h in Headers */, |
4952 | 4948 | D867063D27C3BC2400048851 /* SentryCoreDataTrackingIntegration.h in Headers */, |
4953 | 4949 | 0A2D8D5D289815EB008720F6 /* SentryBaseIntegration.h in Headers */, |
4954 | 4950 | 84AC61D629F75A98009EEF61 /* SentryDispatchFactory.h in Headers */, |
|
5850 | 5846 | 84AF45A729A7FFA500FBB177 /* SentryProfiledTracerConcurrency.mm in Sources */, |
5851 | 5847 | 7DC8310C2398283C0043DD9A /* SentryCrashIntegration.m in Sources */, |
5852 | 5848 | D45CE9752E5F454E00BFEDB2 /* SentryScreenshotSource.swift in Sources */, |
| 5849 | + FAE579BA2E7DBE9900B710F9 /* SentryGlobalEventProcessor.swift in Sources */, |
5853 | 5850 | 03F84D3227DD4191008FE43F /* SentryProfiler.mm in Sources */, |
5854 | 5851 | 635B3F391EBC6E2500A6176D /* SentryAsynchronousOperation.m in Sources */, |
5855 | 5852 | 63FE717520DA4C1100CDBAE8 /* SentryCrash.m in Sources */, |
|
5899 | 5896 | 7B42C48227E08F4B009B58C2 /* SentryDependencyContainer.m in Sources */, |
5900 | 5897 | 639FCFAD1EBC811400778193 /* SentryUser.m in Sources */, |
5901 | 5898 | FA94E7242E6F339400576666 /* SentryEnvelopeItemType.swift in Sources */, |
5902 | | - 7DAC589123D8B2E0001CF26B /* SentryGlobalEventProcessor.m in Sources */, |
5903 | 5899 | 7BBD189E244EC8D200427C76 /* SentryRetryAfterHeaderParser.m in Sources */, |
5904 | 5900 | F41362152E1C568400B84443 /* SentryScopePersistentStore+Context.swift in Sources */, |
5905 | 5901 | F46DA6C32E1DBCA000DF6E3B /* SentryScopePersistentStore+Helper.swift in Sources */, |
|
0 commit comments