|
449 | 449 | 7B88F30224BC5C6D00ADF90A /* SentrySdkInfoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B88F30124BC5C6D00ADF90A /* SentrySdkInfoTests.swift */; }; |
450 | 450 | 7B88F30424BC8E6500ADF90A /* SentrySerializationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B88F30324BC8E6500ADF90A /* SentrySerializationTests.swift */; }; |
451 | 451 | 7B8CA85726DD4E6200DD872C /* SentryNetworkTrackerIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B8CA85626DD4E6200DD872C /* SentryNetworkTrackerIntegrationTests.swift */; }; |
452 | | - 7B8ECBFA26498907005FE2EF /* SentryAppStateManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B8ECBF926498906005FE2EF /* SentryAppStateManager.h */; }; |
453 | | - 7B8ECBFC26498958005FE2EF /* SentryAppStateManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B8ECBFB26498958005FE2EF /* SentryAppStateManager.m */; }; |
| 452 | + 7B8ECBFA26498907005FE2EF /* SentryDefaultAppStateManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B8ECBF926498906005FE2EF /* SentryDefaultAppStateManager.h */; }; |
| 453 | + 7B8ECBFC26498958005FE2EF /* SentryDefaultAppStateManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B8ECBFB26498958005FE2EF /* SentryDefaultAppStateManager.m */; }; |
454 | 454 | 7B96572026830C9100C66E25 /* SentryScopeSyncC.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B96571F26830C9100C66E25 /* SentryScopeSyncC.h */; }; |
455 | 455 | 7B96572226830D2400C66E25 /* SentryScopeSyncC.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B96572126830D2400C66E25 /* SentryScopeSyncC.c */; }; |
456 | 456 | 7B965728268321CD00C66E25 /* SentryCrashScopeObserverTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B965727268321CD00C66E25 /* SentryCrashScopeObserverTests.swift */; }; |
|
1031 | 1031 | FA3AEE782E68E2830092283E /* SentryEnvelopeHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3AEE772E68E2830092283E /* SentryEnvelopeHeader.swift */; }; |
1032 | 1032 | FA458CC32E691A730061B13D /* SentryProcessInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA458CBD2E691A6E0061B13D /* SentryProcessInfo.swift */; }; |
1033 | 1033 | FA4C32972DF7513F001D7B00 /* SentryExperimentalOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA4C32962DF7513F001D7B00 /* SentryExperimentalOptions.swift */; }; |
| 1034 | + FA560F602E8C877200F2AF7F /* SentryAppStateManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA560F5A2E8C876A00F2AF7F /* SentryAppStateManager.swift */; }; |
1034 | 1035 | FA6555142E30181B009917BC /* SentrySDKInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = FA6555132E30181B009917BC /* SentrySDKInternal.h */; }; |
1035 | 1036 | FA6555162E30182B009917BC /* SentrySDKInternal.m in Sources */ = {isa = PBXBuildFile; fileRef = FA6555152E30182B009917BC /* SentrySDKInternal.m */; }; |
1036 | 1037 | FA65551A2E3018A3009917BC /* SentrySDKTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA6555192E30189E009917BC /* SentrySDKTests.swift */; }; |
|
1078 | 1079 | FA7206DF2E0B37850072FDD4 /* SentryProfileCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = FA7206DE2E0B37780072FDD4 /* SentryProfileCollector.h */; }; |
1079 | 1080 | FA7206E12E0B37C80072FDD4 /* SentryProfileCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = FA7206E02E0B37C60072FDD4 /* SentryProfileCollector.mm */; }; |
1080 | 1081 | FA8A36182DEAA1EB0058D883 /* SentryThread+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FA8A36172DEAA1EB0058D883 /* SentryThread+Private.h */; }; |
| 1082 | + FA8AFCED2E8434A8007A0E18 /* SentryThreadInspector.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8AFCE72E8434A0007A0E18 /* SentryThreadInspector.swift */; }; |
1081 | 1083 | FA8AFCFA2E844AB6007A0E18 /* SentryThreadsafeApplicationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8AFCF42E844AB1007A0E18 /* SentryThreadsafeApplicationTests.swift */; }; |
1082 | 1084 | FA8AFCED2E8434A8007A0E18 /* SentryThreadInspecting.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8AFCE72E8434A0007A0E18 /* SentryThreadInspecting.swift */; }; |
1083 | 1085 | FA8AFDAC2E84FAEE007A0E18 /* TestSentryUIApplication.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA6614FB2E4B8E1500657755 /* TestSentryUIApplication.swift */; }; |
|
1710 | 1712 | 7B88F30124BC5C6D00ADF90A /* SentrySdkInfoTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySdkInfoTests.swift; sourceTree = "<group>"; }; |
1711 | 1713 | 7B88F30324BC8E6500ADF90A /* SentrySerializationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySerializationTests.swift; sourceTree = "<group>"; }; |
1712 | 1714 | 7B8CA85626DD4E6200DD872C /* SentryNetworkTrackerIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryNetworkTrackerIntegrationTests.swift; sourceTree = "<group>"; }; |
1713 | | - 7B8ECBF926498906005FE2EF /* SentryAppStateManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryAppStateManager.h; path = include/SentryAppStateManager.h; sourceTree = "<group>"; }; |
1714 | | - 7B8ECBFB26498958005FE2EF /* SentryAppStateManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryAppStateManager.m; sourceTree = "<group>"; }; |
| 1715 | + 7B8ECBF926498906005FE2EF /* SentryDefaultAppStateManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryDefaultAppStateManager.h; path = include/SentryDefaultAppStateManager.h; sourceTree = "<group>"; }; |
| 1716 | + 7B8ECBFB26498958005FE2EF /* SentryDefaultAppStateManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryDefaultAppStateManager.m; sourceTree = "<group>"; }; |
1715 | 1717 | 7B9421C4260CA393001F9349 /* SentrySDKInternal+Tests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentrySDKInternal+Tests.h"; sourceTree = "<group>"; }; |
1716 | 1718 | 7B944FAD2469B43700A10721 /* TestHub.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestHub.swift; sourceTree = "<group>"; }; |
1717 | 1719 | 7B944FAF2469B46000A10721 /* TestClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestClient.swift; sourceTree = "<group>"; }; |
|
2373 | 2375 | FA458CBD2E691A6E0061B13D /* SentryProcessInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryProcessInfo.swift; sourceTree = "<group>"; }; |
2374 | 2376 | FA4C32962DF7513F001D7B00 /* SentryExperimentalOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryExperimentalOptions.swift; sourceTree = "<group>"; }; |
2375 | 2377 | FA4C32972DF7513F001D7B01 /* SentryAppState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryAppState.swift; sourceTree = "<group>"; }; |
| 2378 | + FA560F5A2E8C876A00F2AF7F /* SentryAppStateManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryAppStateManager.swift; sourceTree = "<group>"; }; |
2376 | 2379 | FA6555132E30181B009917BC /* SentrySDKInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentrySDKInternal.h; path = include/SentrySDKInternal.h; sourceTree = "<group>"; }; |
2377 | 2380 | FA6555152E30182B009917BC /* SentrySDKInternal.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentrySDKInternal.m; sourceTree = "<group>"; }; |
2378 | 2381 | FA6555192E30189E009917BC /* SentrySDKTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySDKTests.swift; sourceTree = "<group>"; }; |
|
2910 | 2913 | 7BC63F0728081242009D9E37 /* SentrySwizzleWrapper.h */, |
2911 | 2914 | 7BC63F0928081288009D9E37 /* SentrySwizzleWrapper.m */, |
2912 | 2915 | FAB7BBA82E2577A2007301E1 /* SentryModels+Serializable.h */, |
2913 | | - 7B8ECBF926498906005FE2EF /* SentryAppStateManager.h */, |
2914 | | - 7B8ECBFB26498958005FE2EF /* SentryAppStateManager.m */, |
| 2916 | + 7B8ECBF926498906005FE2EF /* SentryDefaultAppStateManager.h */, |
| 2917 | + 7B8ECBFB26498958005FE2EF /* SentryDefaultAppStateManager.m */, |
2915 | 2918 | 7BD86EC4264A63F6005439DB /* SentrySysctlObjC.h */, |
2916 | 2919 | 7BD86EC6264A641D005439DB /* SentrySysctlObjC.m */, |
2917 | 2920 | D8479327278873A100BE8E99 /* SentryByteCountFormatter.h */, |
|
4307 | 4310 | D800942328F82E8D005D3943 /* Swift */ = { |
4308 | 4311 | isa = PBXGroup; |
4309 | 4312 | children = ( |
| 4313 | + FA560F5A2E8C876A00F2AF7F /* SentryAppStateManager.swift */, |
4310 | 4314 | F429D37E2E8532A300DBF387 /* Networking */, |
4311 | 4315 | F4FE9E062E6248BB0014FED5 /* SentryCrash */, |
4312 | 4316 | FABB48B22E59310D0071397E /* Transaction */, |
|
5041 | 5045 | 03F84D2627DD414C008FE43F /* SentryThreadMetadataCache.hpp in Headers */, |
5042 | 5046 | FA3734842E0F086C0091EF24 /* SentryDependencyContainerSwiftHelper.h in Headers */, |
5043 | 5047 | 7BC9A20228F41350001E7C4C /* SentryMeasurementUnit.h in Headers */, |
5044 | | - 7B8ECBFA26498907005FE2EF /* SentryAppStateManager.h in Headers */, |
| 5048 | + 7B8ECBFA26498907005FE2EF /* SentryDefaultAppStateManager.h in Headers */, |
5045 | 5049 | 639FCFA01EBC804600778193 /* SentryException.h in Headers */, |
5046 | 5050 | 7BA235632600B61200E12865 /* SentryInternalNotificationNames.h in Headers */, |
5047 | 5051 | 7BAF3DB9243C9777008A5414 /* SentryTransport.h in Headers */, |
|
5554 | 5558 | isa = PBXSourcesBuildPhase; |
5555 | 5559 | buildActionMask = 2147483647; |
5556 | 5560 | files = ( |
5557 | | - FA8AFCED2E8434A8007A0E18 /* SentryThreadInspecting.swift in Sources */, |
| 5561 | + FA8AFCED2E8434A8007A0E18 /* SentryThreadInspector.swift in Sources */, |
5558 | 5562 | FA8AFCED2E8434A8007A0E18 /* SentryThreadInspector.swift in Sources */, |
5559 | 5563 | 7BFC16A125249A9D00FF6266 /* SentryMessage.m in Sources */, |
5560 | 5564 | FA90FAFD2E070A3B008CAAE8 /* SentryURLRequestFactory.swift in Sources */, |
|
5586 | 5590 | 63AA76A31EB9CBAA00D153DE /* SentryDsn.m in Sources */, |
5587 | 5591 | D490648A2DFAE1F600555785 /* SentryScreenshotOptions.swift in Sources */, |
5588 | 5592 | FA6FC0AA2E0B6B1100ED2669 /* SentrySdkInfo.swift in Sources */, |
| 5593 | + FA560F602E8C877200F2AF7F /* SentryAppStateManager.swift in Sources */, |
5589 | 5594 | FA94E6B22E6D265800576666 /* SentryEnvelope.swift in Sources */, |
5590 | 5595 | 84DBC62C2CE82F12000C4904 /* SentryFeedback.swift in Sources */, |
5591 | 5596 | F41362132E1C566100B84443 /* SentryScopePersistentStore+User.swift in Sources */, |
|
5742 | 5747 | F4FE9E082E6248E40014FED5 /* SentryCrashWrapper.swift in Sources */, |
5743 | 5748 | 849B8F9A2C6E906900148E1F /* SentryUserFeedbackConfiguration.swift in Sources */, |
5744 | 5749 | 63295AF71EF3C7DB002D4490 /* SentryNSDictionarySanitize.m in Sources */, |
5745 | | - 7B8ECBFC26498958005FE2EF /* SentryAppStateManager.m in Sources */, |
| 5750 | + 7B8ECBFC26498958005FE2EF /* SentryDefaultAppStateManager.m in Sources */, |
5746 | 5751 | FA67DCF52DDBD4EA00896B02 /* SentryCurrentDateProvider.swift in Sources */, |
5747 | 5752 | FA67DCF62DDBD4EA00896B02 /* SentryViewRenderer.swift in Sources */, |
5748 | 5753 | FA67DCF72DDBD4EA00896B02 /* SentryDefaultMaskRenderer.swift in Sources */, |
|
0 commit comments