|
812 | 812 | A8F17B2E2901765900990B25 /* SentryRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = A8F17B2D2901765900990B25 /* SentryRequest.m */; }; |
813 | 813 | A8F17B342902870300990B25 /* SentryHttpStatusCodeRange.m in Sources */ = {isa = PBXBuildFile; fileRef = A8F17B332902870300990B25 /* SentryHttpStatusCodeRange.m */; }; |
814 | 814 | D4009EB22D771BC20007AF30 /* SentryFileIOTrackerSwiftHelpersTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4009EB12D771BB90007AF30 /* SentryFileIOTrackerSwiftHelpersTests.swift */; }; |
| 815 | + D41415A72DEEE532003B14D5 /* SentryRedactViewHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = D41415A62DEEE532003B14D5 /* SentryRedactViewHelper.swift */; }; |
815 | 816 | D4291A692DD61A3F00772088 /* SentryDispatchQueueProviderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = D4291A672DD61A3F00772088 /* SentryDispatchQueueProviderProtocol.h */; }; |
816 | 817 | D4291A6D2DD62ACE00772088 /* SentryDispatchFactoryTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D4291A6C2DD62AC800772088 /* SentryDispatchFactoryTests.m */; }; |
817 | 818 | D42E48572D48DF1600D251BC /* SentryBuildAppStartSpansTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D42E48562D48DF1600D251BC /* SentryBuildAppStartSpansTests.swift */; }; |
|
861 | 862 | D4C5F59A2D4249E6002A9BF6 /* DataSentryTracingIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4C5F5992D4249E0002A9BF6 /* DataSentryTracingIntegrationTests.swift */; }; |
862 | 863 | D4CBA2472DE06D0200581618 /* libSentryTestUtils.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8431F00A29B284F200D8DC56 /* libSentryTestUtils.a */; }; |
863 | 864 | D4CBA2532DE06D1600581618 /* TestConstantTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4CBA2512DE06D1600581618 /* TestConstantTests.swift */; }; |
| 865 | + D4CD2A802DE9F91900DA9F59 /* SentryRedactRegion.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4CD2A7C2DE9F91900DA9F59 /* SentryRedactRegion.swift */; }; |
| 866 | + D4CD2A812DE9F91900DA9F59 /* SentryRedactRegionType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4CD2A7D2DE9F91900DA9F59 /* SentryRedactRegionType.swift */; }; |
864 | 867 | D4E3F35D2D4A864600F79E2B /* SentryNSDictionarySanitizeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D42E48582D48FC8F00D251BC /* SentryNSDictionarySanitizeTests.swift */; }; |
865 | 868 | D4E3F35E2D4A877300F79E2B /* SentryNSDictionarySanitize+Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = D41909942D490006002B83D0 /* SentryNSDictionarySanitize+Tests.m */; }; |
866 | 869 | D4EDF9842D0B2A210071E7B3 /* Data+SentryTracing.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4EDF9832D0B2A1D0071E7B3 /* Data+SentryTracing.swift */; }; |
|
1048 | 1051 | FA67DD0A2DDBD4EA00896B02 /* SentryBaggageSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA67DCC92DDBD4EA00896B02 /* SentryBaggageSerialization.swift */; }; |
1049 | 1052 | FA67DD0B2DDBD4EA00896B02 /* UIViewExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA67DCC52DDBD4EA00896B02 /* UIViewExtensions.swift */; }; |
1050 | 1053 | FA67DD0C2DDBD4EA00896B02 /* SentryMaskRendererV2.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA67DCE32DDBD4EA00896B02 /* SentryMaskRendererV2.swift */; }; |
1051 | | - FA67DD0D2DDBD4EA00896B02 /* UIRedactBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA67DCE82DDBD4EA00896B02 /* UIRedactBuilder.swift */; }; |
| 1054 | + FA67DD0D2DDBD4EA00896B02 /* SentryUIRedactBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA67DCE82DDBD4EA00896B02 /* SentryUIRedactBuilder.swift */; }; |
1052 | 1055 | FA67DD0E2DDBD4EA00896B02 /* SentryFileContents.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA67DCCB2DDBD4EA00896B02 /* SentryFileContents.swift */; }; |
1053 | 1056 | FA67DD0F2DDBD4EA00896B02 /* SentryViewControllerBreadcrumbTracking.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA67DCDD2DDBD4EA00896B02 /* SentryViewControllerBreadcrumbTracking.swift */; }; |
1054 | 1057 | FA67DD102DDBD4EA00896B02 /* StringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA67DCC42DDBD4EA00896B02 /* StringExtensions.swift */; }; |
|
2031 | 2034 | A8F17B2D2901765900990B25 /* SentryRequest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryRequest.m; sourceTree = "<group>"; }; |
2032 | 2035 | A8F17B332902870300990B25 /* SentryHttpStatusCodeRange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryHttpStatusCodeRange.m; sourceTree = "<group>"; }; |
2033 | 2036 | D4009EB12D771BB90007AF30 /* SentryFileIOTrackerSwiftHelpersTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryFileIOTrackerSwiftHelpersTests.swift; sourceTree = "<group>"; }; |
| 2037 | + D41415A62DEEE532003B14D5 /* SentryRedactViewHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryRedactViewHelper.swift; sourceTree = "<group>"; }; |
2034 | 2038 | D41909922D48FFF6002B83D0 /* SentryNSDictionarySanitize+Tests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentryNSDictionarySanitize+Tests.h"; sourceTree = "<group>"; }; |
2035 | 2039 | D41909942D490006002B83D0 /* SentryNSDictionarySanitize+Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "SentryNSDictionarySanitize+Tests.m"; sourceTree = "<group>"; }; |
2036 | 2040 | D4291A672DD61A3F00772088 /* SentryDispatchQueueProviderProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryDispatchQueueProviderProtocol.h; path = include/SentryDispatchQueueProviderProtocol.h; sourceTree = "<group>"; }; |
|
2088 | 2092 | D4C5F5992D4249E0002A9BF6 /* DataSentryTracingIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataSentryTracingIntegrationTests.swift; sourceTree = "<group>"; }; |
2089 | 2093 | D4CBA2432DE06D0200581618 /* SentryTestUtilsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SentryTestUtilsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
2090 | 2094 | D4CBA2512DE06D1600581618 /* TestConstantTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestConstantTests.swift; sourceTree = "<group>"; }; |
| 2095 | + D4CD2A7C2DE9F91900DA9F59 /* SentryRedactRegion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryRedactRegion.swift; sourceTree = "<group>"; }; |
| 2096 | + D4CD2A7D2DE9F91900DA9F59 /* SentryRedactRegionType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryRedactRegionType.swift; sourceTree = "<group>"; }; |
2091 | 2097 | D4EDF9832D0B2A1D0071E7B3 /* Data+SentryTracing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Data+SentryTracing.swift"; sourceTree = "<group>"; }; |
2092 | 2098 | D4F2B5342D0C69D100649E42 /* SentryCrashCTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryCrashCTests.swift; sourceTree = "<group>"; }; |
2093 | 2099 | D4FC68162DD632E7001B74FF /* SentryDispatchSourceProviderProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryDispatchSourceProviderProtocol.h; path = include/SentryDispatchSourceProviderProtocol.h; sourceTree = "<group>"; }; |
|
2295 | 2301 | FA67DCE52DDBD4EA00896B02 /* SentryViewRenderer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryViewRenderer.swift; sourceTree = "<group>"; }; |
2296 | 2302 | FA67DCE62DDBD4EA00896B02 /* SentryViewRendererV2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryViewRendererV2.swift; sourceTree = "<group>"; }; |
2297 | 2303 | FA67DCE72DDBD4EA00896B02 /* SentryViewScreenshotProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryViewScreenshotProvider.swift; sourceTree = "<group>"; }; |
2298 | | - FA67DCE82DDBD4EA00896B02 /* UIRedactBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIRedactBuilder.swift; sourceTree = "<group>"; }; |
| 2304 | + FA67DCE82DDBD4EA00896B02 /* SentryUIRedactBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryUIRedactBuilder.swift; sourceTree = "<group>"; }; |
2299 | 2305 | FA67DCEA2DDBD4EA00896B02 /* HTTPHeaderSanitizer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPHeaderSanitizer.swift; sourceTree = "<group>"; }; |
2300 | 2306 | FA67DCEB2DDBD4EA00896B02 /* SentryLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLog.swift; sourceTree = "<group>"; }; |
2301 | 2307 | FA67DCEC2DDBD4EA00896B02 /* SentryLogOutput.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryLogOutput.swift; sourceTree = "<group>"; }; |
|
2444 | 2450 | path = Helper; |
2445 | 2451 | sourceTree = "<group>"; |
2446 | 2452 | }; |
2447 | | - 624729162DE597DB00DFEE00 /* SentryTestUtilsTests */ = { |
2448 | | - isa = PBXGroup; |
2449 | | - children = ( |
2450 | | - ); |
2451 | | - path = SentryTestUtilsTests; |
2452 | | - sourceTree = "<group>"; |
2453 | | - }; |
2454 | 2453 | 62872B602BA1B84400A4FA7D /* Swift */ = { |
2455 | 2454 | isa = PBXGroup; |
2456 | 2455 | children = ( |
|
2875 | 2874 | 63FE71D220DA66C500CDBAE8 /* SentryCrash */, |
2876 | 2875 | 7B944FAC2469B41600A10721 /* State */, |
2877 | 2876 | 7BF536D224BEF240004FA6A2 /* TestUtils */, |
2878 | | - 624729162DE597DB00DFEE00 /* SentryTestUtilsTests */, |
2879 | 2877 | D81FDF0F280E9FEC0045E0E4 /* Tools */, |
2880 | 2878 | 7B6C5ED4264E62B60010D138 /* Transaction */, |
2881 | 2879 | ); |
|
4550 | 4548 | FA67DCE92DDBD4EA00896B02 /* ViewCapture */ = { |
4551 | 4549 | isa = PBXGroup; |
4552 | 4550 | children = ( |
| 4551 | + D4CD2A7C2DE9F91900DA9F59 /* SentryRedactRegion.swift */, |
| 4552 | + D4CD2A7D2DE9F91900DA9F59 /* SentryRedactRegionType.swift */, |
4553 | 4553 | FA67DCDF2DDBD4EA00896B02 /* SentryDefaultMaskRenderer.swift */, |
4554 | 4554 | FA67DCE02DDBD4EA00896B02 /* SentryDefaultViewRenderer.swift */, |
4555 | 4555 | FA67DCE12DDBD4EA00896B02 /* SentryGraphicsImageRenderer.swift */, |
|
4559 | 4559 | FA67DCE52DDBD4EA00896B02 /* SentryViewRenderer.swift */, |
4560 | 4560 | FA67DCE62DDBD4EA00896B02 /* SentryViewRendererV2.swift */, |
4561 | 4561 | FA67DCE72DDBD4EA00896B02 /* SentryViewScreenshotProvider.swift */, |
4562 | | - FA67DCE82DDBD4EA00896B02 /* UIRedactBuilder.swift */, |
| 4562 | + FA67DCE82DDBD4EA00896B02 /* SentryUIRedactBuilder.swift */, |
| 4563 | + D41415A62DEEE532003B14D5 /* SentryRedactViewHelper.swift */, |
4563 | 4564 | ); |
4564 | 4565 | path = ViewCapture; |
4565 | 4566 | sourceTree = "<group>"; |
|
5418 | 5419 | FA67DCFD2DDBD4EA00896B02 /* SentryANRTracker.swift in Sources */, |
5419 | 5420 | FA67DCFE2DDBD4EA00896B02 /* SentryANRTrackerV2Delegate.swift in Sources */, |
5420 | 5421 | FA67DCFF2DDBD4EA00896B02 /* SentryMXManager.swift in Sources */, |
| 5422 | + D41415A72DEEE532003B14D5 /* SentryRedactViewHelper.swift in Sources */, |
5421 | 5423 | FA67DD002DDBD4EA00896B02 /* SentryMaskRenderer.swift in Sources */, |
5422 | 5424 | FA67DD012DDBD4EA00896B02 /* SentryMXCallStackTree.swift in Sources */, |
5423 | 5425 | FA67DD022DDBD4EA00896B02 /* SentryViewScreenshotProvider.swift in Sources */, |
|
5431 | 5433 | FA67DD0A2DDBD4EA00896B02 /* SentryBaggageSerialization.swift in Sources */, |
5432 | 5434 | FA67DD0B2DDBD4EA00896B02 /* UIViewExtensions.swift in Sources */, |
5433 | 5435 | FA67DD0C2DDBD4EA00896B02 /* SentryMaskRendererV2.swift in Sources */, |
5434 | | - FA67DD0D2DDBD4EA00896B02 /* UIRedactBuilder.swift in Sources */, |
| 5436 | + FA67DD0D2DDBD4EA00896B02 /* SentryUIRedactBuilder.swift in Sources */, |
5435 | 5437 | FA67DD0E2DDBD4EA00896B02 /* SentryFileContents.swift in Sources */, |
5436 | 5438 | FA67DD0F2DDBD4EA00896B02 /* SentryViewControllerBreadcrumbTracking.swift in Sources */, |
5437 | 5439 | FA67DD102DDBD4EA00896B02 /* StringExtensions.swift in Sources */, |
|
5493 | 5495 | 03F84D3227DD4191008FE43F /* SentryProfiler.mm in Sources */, |
5494 | 5496 | 635B3F391EBC6E2500A6176D /* SentryAsynchronousOperation.m in Sources */, |
5495 | 5497 | 63FE717520DA4C1100CDBAE8 /* SentryCrash.m in Sources */, |
| 5498 | + D4CD2A802DE9F91900DA9F59 /* SentryRedactRegion.swift in Sources */, |
| 5499 | + D4CD2A812DE9F91900DA9F59 /* SentryRedactRegionType.swift in Sources */, |
5496 | 5500 | 6344DDB11EC308E400D9160D /* SentryCrashInstallationReporter.m in Sources */, |
5497 | 5501 | 84BA62272CAE2EEF0049F636 /* SentryUserFeedbackWidgetButtonView.swift in Sources */, |
5498 | 5502 | D85596F3280580F10041FF8B /* SentryScreenshotIntegration.m in Sources */, |
|
0 commit comments