|
542 | 542 | 7BD729962463E83300EA3610 /* SentryDateUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BD729952463E83300EA3610 /* SentryDateUtil.h */; }; |
543 | 543 | 7BD729982463E93500EA3610 /* SentryDateUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BD729972463E93500EA3610 /* SentryDateUtil.m */; }; |
544 | 544 | 7BD7299A2463EA4A00EA3610 /* SentryDateUtilTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD729992463EA4A00EA3610 /* SentryDateUtilTests.swift */; }; |
545 | | - 7BD86EC5264A63F6005439DB /* SentrySysctl.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BD86EC4264A63F6005439DB /* SentrySysctl.h */; }; |
546 | | - 7BD86EC7264A641D005439DB /* SentrySysctl.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BD86EC6264A641D005439DB /* SentrySysctl.m */; }; |
| 545 | + 7BD86EC5264A63F6005439DB /* SentrySysctlObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BD86EC4264A63F6005439DB /* SentrySysctlObjC.h */; }; |
| 546 | + 7BD86EC7264A641D005439DB /* SentrySysctlObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BD86EC6264A641D005439DB /* SentrySysctlObjC.m */; }; |
547 | 547 | 7BD86ECB264A6DB5005439DB /* TestSysctl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD86ECA264A6DB5005439DB /* TestSysctl.swift */; }; |
548 | 548 | 7BD86ECD264A78A6005439DB /* SentryAppStartTrackerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD86ECC264A78A6005439DB /* SentryAppStartTrackerTests.swift */; }; |
549 | 549 | 7BD86ECF264A7C77005439DB /* SentryAppStartMeasurement.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BD86ECE264A7C77005439DB /* SentryAppStartMeasurement.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
|
1118 | 1118 | FACEED132E3179A10007B4AC /* SentyOptionsInternal.m in Sources */ = {isa = PBXBuildFile; fileRef = FACEED122E3179A10007B4AC /* SentyOptionsInternal.m */; }; |
1119 | 1119 | FAE2DAB82E1F317900262307 /* SentryProfilingSwiftHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = FAE2DAB72E1F317900262307 /* SentryProfilingSwiftHelpers.m */; }; |
1120 | 1120 | FAE2DABA2E1F318900262307 /* SentryProfilingSwiftHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = FAE2DAB92E1F318900262307 /* SentryProfilingSwiftHelpers.h */; }; |
| 1121 | + FAE5798D2E7D9D4C00B710F9 /* SentrySysctl.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE579872E7D9D4900B710F9 /* SentrySysctl.swift */; }; |
1121 | 1122 | FAE80C242E4695B40010A595 /* SentryEvent+Serialize.h in Headers */ = {isa = PBXBuildFile; fileRef = FAE80C232E4695AE0010A595 /* SentryEvent+Serialize.h */; }; |
1122 | 1123 | FAEC270E2DF3526000878871 /* SentryUserFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEC270D2DF3526000878871 /* SentryUserFeedback.swift */; }; |
1123 | 1124 | FAEC273D2DF3933A00878871 /* NSData+Unzip.m in Sources */ = {isa = PBXBuildFile; fileRef = FAEC273C2DF3933200878871 /* NSData+Unzip.m */; }; |
|
1818 | 1819 | 7BD729952463E83300EA3610 /* SentryDateUtil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryDateUtil.h; path = include/SentryDateUtil.h; sourceTree = "<group>"; }; |
1819 | 1820 | 7BD729972463E93500EA3610 /* SentryDateUtil.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryDateUtil.m; sourceTree = "<group>"; }; |
1820 | 1821 | 7BD729992463EA4A00EA3610 /* SentryDateUtilTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryDateUtilTests.swift; sourceTree = "<group>"; }; |
1821 | | - 7BD86EC4264A63F6005439DB /* SentrySysctl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentrySysctl.h; path = include/SentrySysctl.h; sourceTree = "<group>"; }; |
1822 | | - 7BD86EC6264A641D005439DB /* SentrySysctl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentrySysctl.m; sourceTree = "<group>"; }; |
| 1822 | + 7BD86EC4264A63F6005439DB /* SentrySysctlObjC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentrySysctlObjC.h; path = include/SentrySysctlObjC.h; sourceTree = "<group>"; }; |
| 1823 | + 7BD86EC6264A641D005439DB /* SentrySysctlObjC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentrySysctlObjC.m; sourceTree = "<group>"; }; |
1823 | 1824 | 7BD86ECA264A6DB5005439DB /* TestSysctl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestSysctl.swift; sourceTree = "<group>"; }; |
1824 | 1825 | 7BD86ECC264A78A6005439DB /* SentryAppStartTrackerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryAppStartTrackerTests.swift; sourceTree = "<group>"; }; |
1825 | 1826 | 7BD86ECE264A7C77005439DB /* SentryAppStartMeasurement.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryAppStartMeasurement.h; path = include/HybridPublic/SentryAppStartMeasurement.h; sourceTree = "<group>"; }; |
|
2464 | 2465 | FACEED122E3179A10007B4AC /* SentyOptionsInternal.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentyOptionsInternal.m; sourceTree = "<group>"; }; |
2465 | 2466 | FAE2DAB72E1F317900262307 /* SentryProfilingSwiftHelpers.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryProfilingSwiftHelpers.m; sourceTree = "<group>"; }; |
2466 | 2467 | FAE2DAB92E1F318900262307 /* SentryProfilingSwiftHelpers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryProfilingSwiftHelpers.h; path = Sources/Sentry/include/SentryProfilingSwiftHelpers.h; sourceTree = SOURCE_ROOT; }; |
| 2468 | + FAE579872E7D9D4900B710F9 /* SentrySysctl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySysctl.swift; sourceTree = "<group>"; }; |
2467 | 2469 | FAE80C232E4695AE0010A595 /* SentryEvent+Serialize.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "SentryEvent+Serialize.h"; path = "include/SentryEvent+Serialize.h"; sourceTree = "<group>"; }; |
2468 | 2470 | FAEC270D2DF3526000878871 /* SentryUserFeedback.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUserFeedback.swift; sourceTree = "<group>"; }; |
2469 | 2471 | FAEC273C2DF3933200878871 /* NSData+Unzip.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSData+Unzip.m"; sourceTree = "<group>"; }; |
|
2603 | 2605 | 621D9F2D2B9B030E003D94DE /* Helper */ = { |
2604 | 2606 | isa = PBXGroup; |
2605 | 2607 | children = ( |
| 2608 | + FAE579872E7D9D4900B710F9 /* SentrySysctl.swift */, |
2606 | 2609 | 62CB19242E77F8FD00AF5DA2 /* SentryDispatchSourceWrapper.swift */, |
2607 | 2610 | FAEEC04C2E75E55A00E79CA9 /* SentrySerializationSwift.swift */, |
2608 | 2611 | FA94E7232E6F32FA00576666 /* SentryEnvelopeItemType.swift */, |
|
2930 | 2933 | FAB7BBA82E2577A2007301E1 /* SentryModels+Serializable.h */, |
2931 | 2934 | 7B8ECBF926498906005FE2EF /* SentryAppStateManager.h */, |
2932 | 2935 | 7B8ECBFB26498958005FE2EF /* SentryAppStateManager.m */, |
2933 | | - 7BD86EC4264A63F6005439DB /* SentrySysctl.h */, |
2934 | | - 7BD86EC6264A641D005439DB /* SentrySysctl.m */, |
| 2936 | + 7BD86EC4264A63F6005439DB /* SentrySysctlObjC.h */, |
| 2937 | + 7BD86EC6264A641D005439DB /* SentrySysctlObjC.m */, |
2935 | 2938 | D8479327278873A100BE8E99 /* SentryByteCountFormatter.h */, |
2936 | 2939 | D84793242788737D00BE8E99 /* SentryByteCountFormatter.m */, |
2937 | 2940 | 7B2A70DA27D607CF008B0D15 /* SentryThreadWrapper.h */, |
|
5127 | 5130 | 7B0DC72F288698F70039995F /* NSMutableDictionary+Sentry.h in Headers */, |
5128 | 5131 | 63FE713920DA4C1100CDBAE8 /* SentryCrashMach.h in Headers */, |
5129 | 5132 | 63EED6BE2237923600E02400 /* SentryOptions.h in Headers */, |
5130 | | - 7BD86EC5264A63F6005439DB /* SentrySysctl.h in Headers */, |
| 5133 | + 7BD86EC5264A63F6005439DB /* SentrySysctlObjC.h in Headers */, |
5131 | 5134 | 63BE85701ECEC6DE00DC44F5 /* SentryDateUtils.h in Headers */, |
5132 | 5135 | 63FE709520DA4C1000CDBAE8 /* SentryCrashReportFilterBasic.h in Headers */, |
5133 | 5136 | D8B088B629C9E3FF00213258 /* SentryTracerConfiguration.h in Headers */, |
|
5867 | 5870 | D4CD2A812DE9F91900DA9F59 /* SentryRedactRegionType.swift in Sources */, |
5868 | 5871 | 6344DDB11EC308E400D9160D /* SentryCrashInstallationReporter.m in Sources */, |
5869 | 5872 | 84BA62272CAE2EEF0049F636 /* SentryUserFeedbackWidgetButtonView.swift in Sources */, |
| 5873 | + FAE5798D2E7D9D4C00B710F9 /* SentrySysctl.swift in Sources */, |
5870 | 5874 | D85596F3280580F10041FF8B /* SentryScreenshotIntegration.m in Sources */, |
5871 | 5875 | 92ECD73E2E05AD320063EC10 /* SentryLogLevel.swift in Sources */, |
5872 | 5876 | 92ECD7402E05AD580063EC10 /* SentryLogAttribute.swift in Sources */, |
|
5933 | 5937 | 8EBF870926140D37001A6853 /* SentryPerformanceTracker.m in Sources */, |
5934 | 5938 | D865893029D6ECA7000BE151 /* SentryCrashBinaryImageCache.c in Sources */, |
5935 | 5939 | D859696B27BECD8F0036A46E /* SentryCoreDataTrackingIntegration.m in Sources */, |
5936 | | - 7BD86EC7264A641D005439DB /* SentrySysctl.m in Sources */, |
| 5940 | + 7BD86EC7264A641D005439DB /* SentrySysctlObjC.m in Sources */, |
5937 | 5941 | 84281C432A578E5600EE88F2 /* SentryProfilerState.mm in Sources */, |
5938 | 5942 | D859697327BECDD20036A46E /* SentryCoreDataSwizzling.m in Sources */, |
5939 | 5943 | FABB48B32E59310D0071397E /* SentryMeasurementValue.swift in Sources */, |
|
0 commit comments