|
593 | 593 | 7BF9EF762722B34700B5BBEF /* SentrySubClassFinder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BF9EF752722B34700B5BBEF /* SentrySubClassFinder.h */; };
|
594 | 594 | 7BF9EF782722B35D00B5BBEF /* SentrySubClassFinder.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BF9EF772722B35D00B5BBEF /* SentrySubClassFinder.m */; };
|
595 | 595 | 7BF9EF7A2722B58900B5BBEF /* SentrySubClassFinderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BF9EF792722B58900B5BBEF /* SentrySubClassFinderTests.swift */; };
|
596 |
| - 7BF9EF7C2722B90E00B5BBEF /* SentryDefaultObjCRuntimeWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BF9EF7B2722B90E00B5BBEF /* SentryDefaultObjCRuntimeWrapper.h */; }; |
597 |
| - 7BF9EF7E2722B91F00B5BBEF /* SentryDefaultObjCRuntimeWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BF9EF7D2722B91F00B5BBEF /* SentryDefaultObjCRuntimeWrapper.m */; }; |
598 |
| - 7BF9EF842722D07B00B5BBEF /* SentryObjCRuntimeWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BF9EF832722D07B00B5BBEF /* SentryObjCRuntimeWrapper.h */; }; |
599 | 596 | 7BF9EF862722D10600B5BBEF /* SentryTestObjCRuntimeWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BF9EF852722D10600B5BBEF /* SentryTestObjCRuntimeWrapper.h */; };
|
600 | 597 | 7BF9EF882722D13000B5BBEF /* SentryTestObjCRuntimeWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BF9EF872722D13000B5BBEF /* SentryTestObjCRuntimeWrapper.m */; };
|
601 | 598 | 7BF9EF8B2722D58700B5BBEF /* SentryInitializeForGettingSubclassesNotCalled.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BF9EF8A2722D58700B5BBEF /* SentryInitializeForGettingSubclassesNotCalled.m */; };
|
|
1048 | 1045 | F4DCC9DD2E4AA9D0008ECE45 /* SentrySDKSettingsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4DCC9DC2E4AA9D0008ECE45 /* SentrySDKSettingsTests.swift */; };
|
1049 | 1046 | F4DCC9E52E4AACE0008ECE45 /* SentrySDKSettings+Equality.m in Sources */ = {isa = PBXBuildFile; fileRef = F4DCC9E42E4AACE0008ECE45 /* SentrySDKSettings+Equality.m */; };
|
1050 | 1047 | F4E3DCCB2E1579240093CB80 /* SentryScopePersistentStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4E3DCCA2E1579240093CB80 /* SentryScopePersistentStore.swift */; };
|
| 1048 | + F4FE9DFD2E622CD70014FED5 /* SentryDefaultObjCRuntimeWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4FE9DFB2E622CD70014FED5 /* SentryDefaultObjCRuntimeWrapper.swift */; }; |
| 1049 | + F4FE9DFE2E622CD70014FED5 /* SentryObjCRuntimeWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4FE9DFC2E622CD70014FED5 /* SentryObjCRuntimeWrapper.swift */; }; |
1051 | 1050 | F4FE9DBD2E621F100014FED5 /* SentryRandom.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4FE9DBC2E621F100014FED5 /* SentryRandom.swift */; };
|
1052 | 1051 | FA034AC82DD3DB4900FE3107 /* SentryIntegrationProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = FA034AC72DD3DB4900FE3107 /* SentryIntegrationProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
1053 | 1052 | FA21F0B42E4A2A80008B4E5A /* SentryAppState.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA4C32972DF7513F001D7B01 /* SentryAppState.swift */; };
|
|
1872 | 1871 | 7BF9EF752722B34700B5BBEF /* SentrySubClassFinder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentrySubClassFinder.h; path = include/SentrySubClassFinder.h; sourceTree = "<group>"; };
|
1873 | 1872 | 7BF9EF772722B35D00B5BBEF /* SentrySubClassFinder.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentrySubClassFinder.m; sourceTree = "<group>"; };
|
1874 | 1873 | 7BF9EF792722B58900B5BBEF /* SentrySubClassFinderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySubClassFinderTests.swift; sourceTree = "<group>"; };
|
1875 |
| - 7BF9EF7B2722B90E00B5BBEF /* SentryDefaultObjCRuntimeWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryDefaultObjCRuntimeWrapper.h; path = include/SentryDefaultObjCRuntimeWrapper.h; sourceTree = "<group>"; }; |
1876 |
| - 7BF9EF7D2722B91F00B5BBEF /* SentryDefaultObjCRuntimeWrapper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryDefaultObjCRuntimeWrapper.m; sourceTree = "<group>"; }; |
1877 |
| - 7BF9EF832722D07B00B5BBEF /* SentryObjCRuntimeWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryObjCRuntimeWrapper.h; path = include/SentryObjCRuntimeWrapper.h; sourceTree = "<group>"; }; |
1878 | 1874 | 7BF9EF852722D10600B5BBEF /* SentryTestObjCRuntimeWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SentryTestObjCRuntimeWrapper.h; sourceTree = "<group>"; };
|
1879 | 1875 | 7BF9EF872722D13000B5BBEF /* SentryTestObjCRuntimeWrapper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryTestObjCRuntimeWrapper.m; sourceTree = "<group>"; };
|
1880 | 1876 | 7BF9EF892722D57100B5BBEF /* SentryInitializeForGettingSubclassesNotCalled.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SentryInitializeForGettingSubclassesNotCalled.h; sourceTree = "<group>"; };
|
|
2393 | 2389 | F4DCC9E32E4AACE0008ECE45 /* SentrySDKSettings+Equality.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentrySDKSettings+Equality.h"; sourceTree = "<group>"; };
|
2394 | 2390 | F4DCC9E42E4AACE0008ECE45 /* SentrySDKSettings+Equality.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "SentrySDKSettings+Equality.m"; sourceTree = "<group>"; };
|
2395 | 2391 | F4E3DCCA2E1579240093CB80 /* SentryScopePersistentStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryScopePersistentStore.swift; sourceTree = "<group>"; };
|
| 2392 | + F4FE9DFB2E622CD70014FED5 /* SentryDefaultObjCRuntimeWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryDefaultObjCRuntimeWrapper.swift; sourceTree = "<group>"; }; |
| 2393 | + F4FE9DFC2E622CD70014FED5 /* SentryObjCRuntimeWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryObjCRuntimeWrapper.swift; sourceTree = "<group>"; }; |
2396 | 2394 | F4FE9DBC2E621F100014FED5 /* SentryRandom.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryRandom.swift; sourceTree = "<group>"; };
|
2397 | 2395 | FA034AC72DD3DB4900FE3107 /* SentryIntegrationProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryIntegrationProtocol.h; path = Public/SentryIntegrationProtocol.h; sourceTree = "<group>"; };
|
2398 | 2396 | FA3734812E0EEA670091EF24 /* SentryScreenshot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryScreenshot.swift; sourceTree = "<group>"; };
|
|
2607 | 2605 | FA8E58F02E0AD4220049F69D /* SentryDispatchQueueWrapper.swift */,
|
2608 | 2606 | 84B0E0062CD963F9007FB332 /* SentryIconography.swift */,
|
2609 | 2607 | 621F61F02BEA073A005E654F /* SentryEnabledFeaturesBuilder.swift */,
|
| 2608 | + F4FE9DFB2E622CD70014FED5 /* SentryDefaultObjCRuntimeWrapper.swift */, |
| 2609 | + F4FE9DFC2E622CD70014FED5 /* SentryObjCRuntimeWrapper.swift */, |
2610 | 2610 | );
|
2611 | 2611 | path = Helper;
|
2612 | 2612 | sourceTree = "<group>";
|
|
2929 | 2929 | 7B8ECBFB26498958005FE2EF /* SentryAppStateManager.m */,
|
2930 | 2930 | 7BD86EC4264A63F6005439DB /* SentrySysctl.h */,
|
2931 | 2931 | 7BD86EC6264A641D005439DB /* SentrySysctl.m */,
|
2932 |
| - 7BF9EF832722D07B00B5BBEF /* SentryObjCRuntimeWrapper.h */, |
2933 |
| - 7BF9EF7B2722B90E00B5BBEF /* SentryDefaultObjCRuntimeWrapper.h */, |
2934 |
| - 7BF9EF7D2722B91F00B5BBEF /* SentryDefaultObjCRuntimeWrapper.m */, |
2935 | 2932 | D8479327278873A100BE8E99 /* SentryByteCountFormatter.h */,
|
2936 | 2933 | D84793242788737D00BE8E99 /* SentryByteCountFormatter.m */,
|
2937 | 2934 | 7B2A70DA27D607CF008B0D15 /* SentryThreadWrapper.h */,
|
|
5021 | 5018 | 33EB2A922C341300004FED3D /* Sentry.h in Headers */,
|
5022 | 5019 | 7B3398632459C14000BD9C96 /* SentryEnvelopeRateLimit.h in Headers */,
|
5023 | 5020 | 6304360A1EC0595B00C4D3FA /* SentryNSDataUtils.h in Headers */,
|
5024 |
| - 7BF9EF7C2722B90E00B5BBEF /* SentryDefaultObjCRuntimeWrapper.h in Headers */, |
5025 | 5021 | FA6555142E30181B009917BC /* SentrySDKInternal.h in Headers */,
|
5026 | 5022 | 63FE718720DA4C1100CDBAE8 /* SentryCrashReportVersion.h in Headers */,
|
5027 | 5023 | 0A56DA5F28ABA01B00C400D5 /* SentryTransactionContext+Private.h in Headers */,
|
|
5079 | 5075 | 7BF9EF762722B34700B5BBEF /* SentrySubClassFinder.h in Headers */,
|
5080 | 5076 | 7BC852332458802C005A70F0 /* SentryDataCategoryMapper.h in Headers */,
|
5081 | 5077 | 7BDB03B7251364F800BAE198 /* _SentryDispatchQueueWrapperInternal.h in Headers */,
|
5082 |
| - 7BF9EF842722D07B00B5BBEF /* SentryObjCRuntimeWrapper.h in Headers */, |
5083 | 5078 | 621AE74B2C626C230012E730 /* SentryANRTrackerV2.h in Headers */,
|
5084 | 5079 | 639889B71EDECFA800EA7442 /* SentryBreadcrumbTracker.h in Headers */,
|
5085 | 5080 | 632331F9240506DF008D91D6 /* SentryScope+Private.h in Headers */,
|
|
5829 | 5824 | 620467AC2D3FFD230025F06C /* SentryNSErrorCodable.swift in Sources */,
|
5830 | 5825 | 639FCFA51EBC809A00778193 /* SentryStacktrace.m in Sources */,
|
5831 | 5826 | D84D2CC32C29AD120011AF8A /* SentrySessionReplay.swift in Sources */,
|
| 5827 | + F4FE9DFD2E622CD70014FED5 /* SentryDefaultObjCRuntimeWrapper.swift in Sources */, |
| 5828 | + F4FE9DFE2E622CD70014FED5 /* SentryObjCRuntimeWrapper.swift in Sources */, |
5832 | 5829 | 84A898542E163072009A551E /* SentryProfileConfiguration.m in Sources */,
|
5833 | 5830 | 849B8F9B2C6E906900148E1F /* SentryUserFeedbackIntegrationDriver.swift in Sources */,
|
5834 | 5831 | FA3734862E0F09320091EF24 /* SentryDependencyContainerSwiftHelper.m in Sources */,
|
5835 | 5832 | 63FE70DF20DA4C1000CDBAE8 /* SentryCrashMonitorType.c in Sources */,
|
5836 | 5833 | D468C0622D3669A200964230 /* SentryFileIOTracker+SwiftHelpers.swift in Sources */,
|
5837 | 5834 | F49236EB2E5E4B2F00663673 /* SentryBinaryImageCache.swift in Sources */,
|
5838 |
| - 7BF9EF7E2722B91F00B5BBEF /* SentryDefaultObjCRuntimeWrapper.m in Sources */, |
5839 | 5835 | 7BC3936E25B1AB72004F03D3 /* SentryLevelMapper.m in Sources */,
|
5840 | 5836 | 6304360B1EC0595B00C4D3FA /* SentryNSDataUtils.m in Sources */,
|
5841 | 5837 | D81988C52BEC18CA0020E36C /* SentryRRWebCustomEvent.swift in Sources */,
|
|
0 commit comments