|
739 | 739 | 84F2A1CE2E06001300A94524 /* SentryApplaunchProfilingMalformedConfigFileTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84F2A1CD2E06001300A94524 /* SentryApplaunchProfilingMalformedConfigFileTests.swift */; }; |
740 | 740 | 84F994E62A6894B500EC0190 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84F994E52A6894B500EC0190 /* CoreData.framework */; }; |
741 | 741 | 84F994E82A6894BD00EC0190 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84F994E72A6894BD00EC0190 /* SystemConfiguration.framework */; platformFilters = (ios, maccatalyst, macos, tvos, ); }; |
742 | | - 861265F92404EC1500C4AFDE /* NSArray+SentrySanitize.h in Headers */ = {isa = PBXBuildFile; fileRef = 861265F72404EC1500C4AFDE /* NSArray+SentrySanitize.h */; }; |
743 | | - 861265FA2404EC1500C4AFDE /* NSArray+SentrySanitize.m in Sources */ = {isa = PBXBuildFile; fileRef = 861265F82404EC1500C4AFDE /* NSArray+SentrySanitize.m */; }; |
| 742 | + 861265F92404EC1500C4AFDE /* SentryArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 861265F72404EC1500C4AFDE /* SentryArray.h */; }; |
| 743 | + 861265FA2404EC1500C4AFDE /* SentryArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 861265F82404EC1500C4AFDE /* SentryArray.m */; }; |
744 | 744 | 8E0551E026A7A63C00400526 /* TestProtocolClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E0551DF26A7A63C00400526 /* TestProtocolClient.swift */; }; |
745 | 745 | 8E133FA225E72DEF00ABD0BF /* SentrySamplingContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E133FA025E72DEF00ABD0BF /* SentrySamplingContext.m */; }; |
746 | 746 | 8E133FA625E72EB400ABD0BF /* SentrySamplingContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E133FA525E72EB400ABD0BF /* SentrySamplingContext.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|
874 | 874 | D4AF00252D2E93C400F5F3D7 /* SentryNSFileManagerSwizzlingTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D4AF00242D2E93C400F5F3D7 /* SentryNSFileManagerSwizzlingTests.m */; }; |
875 | 875 | D4B0DC7F2DA9257A00DE61B6 /* SentryRenderVideoResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4B0DC7E2DA9257200DE61B6 /* SentryRenderVideoResult.swift */; }; |
876 | 876 | D4C5F59A2D4249E6002A9BF6 /* DataSentryTracingIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4C5F5992D4249E0002A9BF6 /* DataSentryTracingIntegrationTests.swift */; }; |
| 877 | + D4CA34832E378C9900E92A61 /* SentryArrayTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4CA34822E378C9000E92A61 /* SentryArrayTests.swift */; }; |
877 | 878 | D4CBA2472DE06D0200581618 /* libSentryTestUtils.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8431F00A29B284F200D8DC56 /* libSentryTestUtils.a */; }; |
878 | 879 | D4CBA2532DE06D1600581618 /* TestConstantTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4CBA2512DE06D1600581618 /* TestConstantTests.swift */; }; |
879 | 880 | D4CD2A802DE9F91900DA9F59 /* SentryRedactRegion.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4CD2A7C2DE9F91900DA9F59 /* SentryRedactRegion.swift */; }; |
|
2048 | 2049 | 84F2A1CD2E06001300A94524 /* SentryApplaunchProfilingMalformedConfigFileTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryApplaunchProfilingMalformedConfigFileTests.swift; sourceTree = "<group>"; }; |
2049 | 2050 | 84F994E52A6894B500EC0190 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/CoreData.framework; sourceTree = DEVELOPER_DIR; }; |
2050 | 2051 | 84F994E72A6894BD00EC0190 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; |
2051 | | - 861265F72404EC1500C4AFDE /* NSArray+SentrySanitize.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "NSArray+SentrySanitize.h"; path = "include/NSArray+SentrySanitize.h"; sourceTree = "<group>"; }; |
2052 | | - 861265F82404EC1500C4AFDE /* NSArray+SentrySanitize.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSArray+SentrySanitize.m"; sourceTree = "<group>"; }; |
| 2052 | + 861265F72404EC1500C4AFDE /* SentryArray.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryArray.h; path = include/SentryArray.h; sourceTree = "<group>"; }; |
| 2053 | + 861265F82404EC1500C4AFDE /* SentryArray.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryArray.m; sourceTree = "<group>"; }; |
2053 | 2054 | 8E0551DF26A7A63C00400526 /* TestProtocolClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestProtocolClient.swift; sourceTree = "<group>"; }; |
2054 | 2055 | 8E133FA025E72DEF00ABD0BF /* SentrySamplingContext.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentrySamplingContext.m; sourceTree = "<group>"; }; |
2055 | 2056 | 8E133FA525E72EB400ABD0BF /* SentrySamplingContext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentrySamplingContext.h; path = Public/SentrySamplingContext.h; sourceTree = "<group>"; }; |
|
2196 | 2197 | D4B0DC7E2DA9257200DE61B6 /* SentryRenderVideoResult.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryRenderVideoResult.swift; sourceTree = "<group>"; }; |
2197 | 2198 | D4BCA0C22DA93C25009E49AB /* SentrySessionReplayIntegration+Test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentrySessionReplayIntegration+Test.h"; sourceTree = "<group>"; }; |
2198 | 2199 | D4C5F5992D4249E0002A9BF6 /* DataSentryTracingIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataSentryTracingIntegrationTests.swift; sourceTree = "<group>"; }; |
| 2200 | + D4CA34822E378C9000E92A61 /* SentryArrayTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryArrayTests.swift; sourceTree = "<group>"; }; |
2199 | 2201 | D4CBA2432DE06D0200581618 /* SentryTestUtilsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SentryTestUtilsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
2200 | 2202 | D4CBA2512DE06D1600581618 /* TestConstantTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestConstantTests.swift; sourceTree = "<group>"; }; |
2201 | 2203 | D4CD2A7C2DE9F91900DA9F59 /* SentryRedactRegion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryRedactRegion.swift; sourceTree = "<group>"; }; |
|
2736 | 2738 | 63295AF41EF3C7DB002D4490 /* SentryNSDictionarySanitize.m */, |
2737 | 2739 | 7B0DC72D288698F70039995F /* NSMutableDictionary+Sentry.h */, |
2738 | 2740 | 7B0DC72E288698F70039995F /* NSMutableDictionary+Sentry.m */, |
2739 | | - 861265F72404EC1500C4AFDE /* NSArray+SentrySanitize.h */, |
2740 | | - 861265F82404EC1500C4AFDE /* NSArray+SentrySanitize.m */, |
| 2741 | + 861265F72404EC1500C4AFDE /* SentryArray.h */, |
| 2742 | + 861265F82404EC1500C4AFDE /* SentryArray.m */, |
2741 | 2743 | 7B6438A826A70F24000D0F65 /* UIViewController+Sentry.h */, |
2742 | 2744 | 7B6438A926A70F24000D0F65 /* UIViewController+Sentry.m */, |
2743 | 2745 | 0A2D8D9728997887008720F6 /* NSLocale+Sentry.h */, |
|
3433 | 3435 | 7B6438AD26A710E6000D0F65 /* Categories */ = { |
3434 | 3436 | isa = PBXGroup; |
3435 | 3437 | children = ( |
| 3438 | + D4CA34822E378C9000E92A61 /* SentryArrayTests.swift */, |
3436 | 3439 | D41909922D48FFF6002B83D0 /* SentryNSDictionarySanitize+Tests.h */, |
3437 | 3440 | D41909942D490006002B83D0 /* SentryNSDictionarySanitize+Tests.m */, |
3438 | 3441 | D42E48582D48FC8F00D251BC /* SentryNSDictionarySanitizeTests.swift */, |
|
5009 | 5012 | 7BBD18912449BE9000427C76 /* SentryDefaultRateLimits.h in Headers */, |
5010 | 5013 | 7B8713AE26415ADF006D6004 /* SentryAppStartTrackingIntegration.h in Headers */, |
5011 | 5014 | 7B7D873224864BB900D2ECFF /* SentryCrashMachineContextWrapper.h in Headers */, |
5012 | | - 861265F92404EC1500C4AFDE /* NSArray+SentrySanitize.h in Headers */, |
| 5015 | + 861265F92404EC1500C4AFDE /* SentryArray.h in Headers */, |
5013 | 5016 | 63FE712320DA4C1000CDBAE8 /* SentryCrashID.h in Headers */, |
5014 | 5017 | 7DC27EC523997EB7006998B5 /* SentryAutoBreadcrumbTrackingIntegration.h in Headers */, |
5015 | 5018 | 63FE707F20DA4C1000CDBAE8 /* SentryCrashVarArgs.h in Headers */, |
|
5897 | 5900 | 8453421228BE855D00C22EEC /* SentrySampleDecision.m in Sources */, |
5898 | 5901 | FA8E58F12E0AD4270049F69D /* SentryDispatchQueueWrapper.swift in Sources */, |
5899 | 5902 | 7B7D872E2486482600D2ECFF /* SentryStacktraceBuilder.m in Sources */, |
5900 | | - 861265FA2404EC1500C4AFDE /* NSArray+SentrySanitize.m in Sources */, |
| 5903 | + 861265FA2404EC1500C4AFDE /* SentryArray.m in Sources */, |
5901 | 5904 | D802994E2BA836EF000F0081 /* SentryOnDemandReplay.swift in Sources */, |
5902 | 5905 | D8603DD6284F8497000E1227 /* SentryBaggage.m in Sources */, |
5903 | 5906 | 63FE711520DA4C1000CDBAE8 /* SentryCrashJSONCodec.c in Sources */, |
|
6236 | 6239 | F45243882DE65968003E8F50 /* ExceptionCatcher.m in Sources */, |
6237 | 6240 | 7B59398224AB47650003AAD2 /* SentrySessionTrackerTests.swift in Sources */, |
6238 | 6241 | D43647F12D5CFB71001468E0 /* SentrySpanKeyTests.swift in Sources */, |
| 6242 | + D4CA34832E378C9900E92A61 /* SentryArrayTests.swift in Sources */, |
6239 | 6243 | 7B05A61824A4D14A00EF211D /* SentrySessionGeneratorTests.swift in Sources */, |
6240 | 6244 | D8CB742B294B1DD000A5F964 /* SentryUIApplicationTests.swift in Sources */, |
6241 | 6245 | 63FE720920DA66EC00CDBAE8 /* XCTestCase+SentryCrash.m in Sources */, |
|
0 commit comments