|
358 | 358 | 7B26BBFB24C0A66D00A79CCC /* SentrySdkInfoNilTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B26BBFA24C0A66D00A79CCC /* SentrySdkInfoNilTests.m */; }; |
359 | 359 | 7B2A70D827D5F080008B0D15 /* SentryANRTrackerV1Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B2A70D727D5F07F008B0D15 /* SentryANRTrackerV1Tests.swift */; }; |
360 | 360 | 7B2A70DF27D60904008B0D15 /* SentryTestThreadWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B2A70DE27D60904008B0D15 /* SentryTestThreadWrapper.swift */; }; |
361 | | - 7B2BB0032966F55900A1E102 /* SentryOptionsHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B2BB0012966F55900A1E102 /* SentryOptionsHelpers.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
| 361 | + 7B2BB0032966F55900A1E102 /* SentryOptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B2BB0012966F55900A1E102 /* SentryOptionsInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
362 | 362 | 7B30B68026527C3C006B2752 /* SentryFramesTrackerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B30B67F26527C3C006B2752 /* SentryFramesTrackerTests.swift */; }; |
363 | 363 | 7B31C291277B04A000337126 /* SentryCrashPlatformSpecificDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B31C290277B04A000337126 /* SentryCrashPlatformSpecificDefines.h */; }; |
364 | 364 | 7B3398632459C14000BD9C96 /* SentryEnvelopeRateLimit.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B3398622459C14000BD9C96 /* SentryEnvelopeRateLimit.h */; }; |
|
1130 | 1130 | FABE8E172E307A7F0040809A /* Dependencies.swift in Sources */ = {isa = PBXBuildFile; fileRef = FABE8E162E307A7C0040809A /* Dependencies.swift */; }; |
1131 | 1131 | FAC62B652E15A4100003909D /* SentrySDKThreadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC62B642E15A40C0003909D /* SentrySDKThreadTests.swift */; }; |
1132 | 1132 | FAC735232E25AA81006C5A64 /* SentryProfilingSwiftHelpersTests.m in Sources */ = {isa = PBXBuildFile; fileRef = FAC735222E25AA7A006C5A64 /* SentryProfilingSwiftHelpersTests.m */; }; |
1133 | | - FACEED132E3179A10007B4AC /* SentyOptionsHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = FACEED122E3179A10007B4AC /* SentyOptionsHelper.m */; }; |
| 1133 | + FACEED132E3179A10007B4AC /* SentryOptionsInternal.m in Sources */ = {isa = PBXBuildFile; fileRef = FACEED122E3179A10007B4AC /* SentryOptionsInternal.m */; }; |
1134 | 1134 | FAE2DAB82E1F317900262307 /* SentryProfilingSwiftHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = FAE2DAB72E1F317900262307 /* SentryProfilingSwiftHelpers.m */; }; |
1135 | 1135 | FAE2DABA2E1F318900262307 /* SentryProfilingSwiftHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = FAE2DAB92E1F318900262307 /* SentryProfilingSwiftHelpers.h */; }; |
1136 | 1136 | FAE579842E7CF21800B710F9 /* SentryMigrateSessionInit.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE5797E2E7CF21300B710F9 /* SentryMigrateSessionInit.swift */; }; |
|
1651 | 1651 | 7B26BBFA24C0A66D00A79CCC /* SentrySdkInfoNilTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentrySdkInfoNilTests.m; sourceTree = "<group>"; }; |
1652 | 1652 | 7B2A70D727D5F07F008B0D15 /* SentryANRTrackerV1Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryANRTrackerV1Tests.swift; sourceTree = "<group>"; }; |
1653 | 1653 | 7B2A70DE27D60904008B0D15 /* SentryTestThreadWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryTestThreadWrapper.swift; sourceTree = "<group>"; }; |
1654 | | - 7B2BB0012966F55900A1E102 /* SentryOptionsHelpers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryOptionsHelpers.h; path = include/HybridPublic/SentryOptionsHelpers.h; sourceTree = "<group>"; }; |
| 1654 | + 7B2BB0012966F55900A1E102 /* SentryOptionsInternal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryOptionsInternal.h; path = include/HybridPublic/SentryOptionsInternal.h; sourceTree = "<group>"; }; |
1655 | 1655 | 7B30B67F26527C3C006B2752 /* SentryFramesTrackerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryFramesTrackerTests.swift; sourceTree = "<group>"; }; |
1656 | 1656 | 7B30B68126527C55006B2752 /* TestDisplayLinkWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestDisplayLinkWrapper.swift; sourceTree = "<group>"; }; |
1657 | 1657 | 7B31C290277B04A000337126 /* SentryCrashPlatformSpecificDefines.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SentryCrashPlatformSpecificDefines.h; sourceTree = "<group>"; }; |
|
2511 | 2511 | FABE8E162E307A7C0040809A /* Dependencies.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Dependencies.swift; sourceTree = "<group>"; }; |
2512 | 2512 | FAC62B642E15A40C0003909D /* SentrySDKThreadTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentrySDKThreadTests.swift; sourceTree = "<group>"; }; |
2513 | 2513 | FAC735222E25AA7A006C5A64 /* SentryProfilingSwiftHelpersTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryProfilingSwiftHelpersTests.m; sourceTree = "<group>"; }; |
2514 | | - FACEED122E3179A10007B4AC /* SentyOptionsHelper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentyOptionsHelper.m; sourceTree = "<group>"; }; |
| 2514 | + FACEED122E3179A10007B4AC /* SentryOptionsInternal.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryOptionsInternal.m; sourceTree = "<group>"; }; |
2515 | 2515 | FAE2DAB72E1F317900262307 /* SentryProfilingSwiftHelpers.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryProfilingSwiftHelpers.m; sourceTree = "<group>"; }; |
2516 | 2516 | FAE2DAB92E1F318900262307 /* SentryProfilingSwiftHelpers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryProfilingSwiftHelpers.h; path = Sources/Sentry/include/SentryProfilingSwiftHelpers.h; sourceTree = SOURCE_ROOT; }; |
2517 | 2517 | FAE5797E2E7CF21300B710F9 /* SentryMigrateSessionInit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryMigrateSessionInit.swift; sourceTree = "<group>"; }; |
|
3117 | 3117 | 7B610D5E2512390E00B0B5D9 /* SentrySDK+Private.h */, |
3118 | 3118 | FA6555132E30181B009917BC /* SentrySDKInternal.h */, |
3119 | 3119 | FA6555152E30182B009917BC /* SentrySDKInternal.m */, |
3120 | | - FACEED122E3179A10007B4AC /* SentyOptionsHelper.m */, |
| 3120 | + FACEED122E3179A10007B4AC /* SentryOptionsInternal.m */, |
3121 | 3121 | 63EED6BC2237923600E02400 /* SentryOptions.h */, |
3122 | 3122 | 63EED6BD2237923600E02400 /* SentryOptions.m */, |
3123 | 3123 | 7BDEAA002632A4580001EA25 /* SentryOptions+Private.h */, |
3124 | | - 7B2BB0012966F55900A1E102 /* SentryOptionsHelpers.h */, |
| 3124 | + 7B2BB0012966F55900A1E102 /* SentryOptionsInternal.h */, |
3125 | 3125 | 7D9B079F23D1E89800C5FC8E /* SentryMeta.h */, |
3126 | 3126 | 7D082B8023C628780029866B /* SentryMeta.m */, |
3127 | 3127 | D4ECA3FF2E3CBEDE00C757EA /* SentryDummyPrivateEmptyClass.m */, |
|
5203 | 5203 | A8AFFCCF2906C03700967CD7 /* SentryRequest.h in Headers */, |
5204 | 5204 | D82859442C3E753C009A28AA /* SentrySessionReplaySyncC.h in Headers */, |
5205 | 5205 | 8459FCBE2BD73E820038E9C9 /* SentryProfilerSerialization.h in Headers */, |
5206 | | - 7B2BB0032966F55900A1E102 /* SentryOptionsHelpers.h in Headers */, |
| 5206 | + 7B2BB0032966F55900A1E102 /* SentryOptionsInternal.h in Headers */, |
5207 | 5207 | 7BF9EF762722B34700B5BBEF /* SentrySubClassFinder.h in Headers */, |
5208 | 5208 | 7BC852332458802C005A70F0 /* SentryDataCategoryMapper.h in Headers */, |
5209 | 5209 | 7BDB03B7251364F800BAE198 /* _SentryDispatchQueueWrapperInternal.h in Headers */, |
|
6076 | 6076 | 636085141ED47BE600E8599E /* SentryFileManagerHelper.m in Sources */, |
6077 | 6077 | 63FE710B20DA4C1000CDBAE8 /* SentryCrashMach.c in Sources */, |
6078 | 6078 | 63FE707720DA4C1000CDBAE8 /* SentryDictionaryDeepSearch.m in Sources */, |
6079 | | - FACEED132E3179A10007B4AC /* SentyOptionsHelper.m in Sources */, |
| 6079 | + FACEED132E3179A10007B4AC /* SentryOptionsInternal.m in Sources */, |
6080 | 6080 | FAAB95C02EA163590030A2DB /* SentryScopeObserver.swift in Sources */, |
6081 | 6081 | D48891D02E98F2E700212823 /* SentryInfoPlistError.swift in Sources */, |
6082 | 6082 | 8482FA9C2DD7C397000E9283 /* SentryFeedbackAPI.m in Sources */, |
|
0 commit comments