|
767 | 767 | D43B26D62D70964C007747FD /* SentrySpanOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = D43B26D52D709648007747FD /* SentrySpanOperation.m */; }; |
768 | 768 | D43B26D82D70A550007747FD /* SentryTraceOrigin.m in Sources */ = {isa = PBXBuildFile; fileRef = D43B26D72D70A54A007747FD /* SentryTraceOrigin.m */; }; |
769 | 769 | D43B26DA2D70A612007747FD /* SentrySpanDataKey.m in Sources */ = {isa = PBXBuildFile; fileRef = D43B26D92D70A60E007747FD /* SentrySpanDataKey.m */; }; |
| 770 | + D43C1BE82E8FB85400CD5D67 /* SnapshotTesting in Frameworks */ = {isa = PBXBuildFile; productRef = D43C1BE72E8FB85400CD5D67 /* SnapshotTesting */; }; |
770 | 771 | D4411DD52E02B74900EA4987 /* ArrayAccessesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4411DD42E02B74100EA4987 /* ArrayAccessesTests.swift */; }; |
771 | 772 | D44B16722DE464AD006DBDB3 /* TestDispatchFactoryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D44B16712DE464A9006DBDB3 /* TestDispatchFactoryTests.swift */; }; |
772 | 773 | D451ED5D2D92ECD200C9BEA8 /* SentryOnDemandReplayError.swift in Sources */ = {isa = PBXBuildFile; fileRef = D451ED5C2D92ECD200C9BEA8 /* SentryOnDemandReplayError.swift */; }; |
|
813 | 814 | D4AF00212D2E92FD00F5F3D7 /* SentryNSFileManagerSwizzling.m in Sources */ = {isa = PBXBuildFile; fileRef = D4AF00202D2E92FD00F5F3D7 /* SentryNSFileManagerSwizzling.m */; }; |
814 | 815 | D4AF00232D2E931000F5F3D7 /* SentryNSFileManagerSwizzling.h in Headers */ = {isa = PBXBuildFile; fileRef = D4AF00222D2E931000F5F3D7 /* SentryNSFileManagerSwizzling.h */; }; |
815 | 816 | D4AF00252D2E93C400F5F3D7 /* SentryNSFileManagerSwizzlingTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D4AF00242D2E93C400F5F3D7 /* SentryNSFileManagerSwizzlingTests.m */; }; |
| 817 | + D4AF7D2A2E940493004F0F59 /* SentryUIRedactBuilderTests+Common.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4AF7D292E940492004F0F59 /* SentryUIRedactBuilderTests+Common.swift */; }; |
816 | 818 | D4B0DC7F2DA9257A00DE61B6 /* SentryRenderVideoResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4B0DC7E2DA9257200DE61B6 /* SentryRenderVideoResult.swift */; }; |
817 | 819 | D4B339F92EA7823000359F3A /* SentryTestUtilsDynamic.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D84DAD4D2B17428D003CF120 /* SentryTestUtilsDynamic.framework */; }; |
818 | 820 | D4B339FA2EA7823000359F3A /* SentryTestUtilsDynamic.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D84DAD4D2B17428D003CF120 /* SentryTestUtilsDynamic.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
|
2178 | 2180 | D4AF00202D2E92FD00F5F3D7 /* SentryNSFileManagerSwizzling.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryNSFileManagerSwizzling.m; sourceTree = "<group>"; }; |
2179 | 2181 | D4AF00222D2E931000F5F3D7 /* SentryNSFileManagerSwizzling.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryNSFileManagerSwizzling.h; path = include/SentryNSFileManagerSwizzling.h; sourceTree = "<group>"; }; |
2180 | 2182 | D4AF00242D2E93C400F5F3D7 /* SentryNSFileManagerSwizzlingTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryNSFileManagerSwizzlingTests.m; sourceTree = "<group>"; }; |
| 2183 | + D4AF7D292E940492004F0F59 /* SentryUIRedactBuilderTests+Common.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SentryUIRedactBuilderTests+Common.swift"; sourceTree = "<group>"; }; |
2181 | 2184 | D4B0DC7E2DA9257200DE61B6 /* SentryRenderVideoResult.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryRenderVideoResult.swift; sourceTree = "<group>"; }; |
2182 | 2185 | D4BCA0C22DA93C25009E49AB /* SentrySessionReplayIntegration+Test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentrySessionReplayIntegration+Test.h"; sourceTree = "<group>"; }; |
2183 | 2186 | D4C5F5992D4249E0002A9BF6 /* DataSentryTracingIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataSentryTracingIntegrationTests.swift; sourceTree = "<group>"; }; |
|
2543 | 2546 | buildActionMask = 2147483647; |
2544 | 2547 | files = ( |
2545 | 2548 | 8431F01C29B2854200D8DC56 /* libSentryTestUtils.a in Frameworks */, |
| 2549 | + D43C1BE82E8FB85400CD5D67 /* SnapshotTesting in Frameworks */, |
2546 | 2550 | D84DAD592B1742C1003CF120 /* SentryTestUtilsDynamic.framework in Frameworks */, |
2547 | 2551 | 63AA766A1EB8CB2F00D153DE /* Sentry.framework in Frameworks */, |
2548 | 2552 | ); |
|
4233 | 4237 | D4009EA02D77196F0007AF30 /* ViewCapture */ = { |
4234 | 4238 | isa = PBXGroup; |
4235 | 4239 | children = ( |
| 4240 | + D4AF802E2E965188004F0F59 /* __Snapshots__ */, |
4236 | 4241 | D82915622C85EF0C00A6CDD4 /* SentryViewPhotographerTests.swift */, |
4237 | 4242 | D8F67AF22BE10F7600C9197B /* SentryUIRedactBuilderTests.swift */, |
| 4243 | + D4AF7D292E940492004F0F59 /* SentryUIRedactBuilderTests+Common.swift */, |
4238 | 4244 | D45E2D762E003EBF0072A6B7 /* TestRedactOptions.swift */, |
4239 | 4245 | ); |
4240 | 4246 | path = ViewCapture; |
|
4342 | 4348 | path = Screenshot; |
4343 | 4349 | sourceTree = "<group>"; |
4344 | 4350 | }; |
| 4351 | + D4AF802E2E965188004F0F59 /* __Snapshots__ */ = { |
| 4352 | + isa = PBXGroup; |
| 4353 | + children = ( |
| 4354 | + ); |
| 4355 | + path = __Snapshots__; |
| 4356 | + sourceTree = "<group>"; |
| 4357 | + }; |
4345 | 4358 | D4A0C22A2E9E3CE100791353 /* InfoPlist */ = { |
4346 | 4359 | isa = PBXGroup; |
4347 | 4360 | children = ( |
|
5374 | 5387 | ); |
5375 | 5388 | name = SentryTests; |
5376 | 5389 | packageProductDependencies = ( |
| 5390 | + D43C1BE72E8FB85400CD5D67 /* SnapshotTesting */, |
5377 | 5391 | ); |
5378 | 5392 | productName = "Tests-iOS"; |
5379 | 5393 | productReference = 63AA76651EB8CB2F00D153DE /* SentryTests.xctest */; |
|
5546 | 5560 | ); |
5547 | 5561 | mainGroup = 6327C5C91EB8A783004E799B; |
5548 | 5562 | packageReferences = ( |
| 5563 | + D43C1BE62E8FB85400CD5D67 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */, |
5549 | 5564 | ); |
5550 | 5565 | productRefGroup = 6327C5D41EB8A783004E799B /* Products */; |
5551 | 5566 | projectDirPath = ""; |
|
6201 | 6216 | 62F4DDA12C04CB9700588890 /* SentryBaggageSerializationTests.swift in Sources */, |
6202 | 6217 | 7BE912AF272166DD00E49E62 /* SentryNoOpSpanTests.swift in Sources */, |
6203 | 6218 | D4F2B5352D0C69D500649E42 /* SentryCrashCTests.swift in Sources */, |
| 6219 | + D4AF7D2A2E940493004F0F59 /* SentryUIRedactBuilderTests+Common.swift in Sources */, |
6204 | 6220 | 7B56D73524616E5600B842DA /* SentryConcurrentRateLimitsDictionaryTests.swift in Sources */, |
6205 | 6221 | 7B7D8730248648AD00D2ECFF /* SentryStacktraceBuilderTests.swift in Sources */, |
6206 | 6222 | FA21A2EF2E60E9CB00E7EADB /* EnvelopeComparison.swift in Sources */, |
|
8946 | 8962 | defaultConfigurationName = Release; |
8947 | 8963 | }; |
8948 | 8964 | /* End XCConfigurationList section */ |
| 8965 | + |
| 8966 | +/* Begin XCRemoteSwiftPackageReference section */ |
| 8967 | + D43C1BE62E8FB85400CD5D67 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = { |
| 8968 | + isa = XCRemoteSwiftPackageReference; |
| 8969 | + repositoryURL = "https://github.com/pointfreeco/swift-snapshot-testing"; |
| 8970 | + requirement = { |
| 8971 | + kind = upToNextMajorVersion; |
| 8972 | + minimumVersion = 1.18.7; |
| 8973 | + }; |
| 8974 | + }; |
| 8975 | +/* End XCRemoteSwiftPackageReference section */ |
| 8976 | + |
| 8977 | +/* Begin XCSwiftPackageProductDependency section */ |
| 8978 | + D43C1BE72E8FB85400CD5D67 /* SnapshotTesting */ = { |
| 8979 | + isa = XCSwiftPackageProductDependency; |
| 8980 | + package = D43C1BE62E8FB85400CD5D67 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */; |
| 8981 | + productName = SnapshotTesting; |
| 8982 | + }; |
| 8983 | +/* End XCSwiftPackageProductDependency section */ |
8949 | 8984 | }; |
8950 | 8985 | rootObject = 6327C5CA1EB8A783004E799B /* Project object */; |
8951 | 8986 | } |
0 commit comments