|
33 | 33 | 01CB44543F614B69AEE58DE3 /* Pods_SnapshotArticle.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SnapshotArticle.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
34 | 34 | 621BA060A9C61105BD6576A4 /* Pods-SnapshotArticle.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SnapshotArticle.debug.xcconfig"; path = "Target Support Files/Pods-SnapshotArticle/Pods-SnapshotArticle.debug.xcconfig"; sourceTree = "<group>"; };
|
35 | 35 | 92D34A561CB043B8C2BA8413 /* Pods-SnapshotArticle.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SnapshotArticle.release.xcconfig"; path = "Target Support Files/Pods-SnapshotArticle/Pods-SnapshotArticle.release.xcconfig"; sourceTree = "<group>"; };
|
| 36 | + D002AD482A860EF70046500F /* SnapshotArticleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SnapshotArticleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
36 | 37 | D05AD4052A7A418B007362F3 /* SnapshotArticleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnapshotArticleApp.swift; sourceTree = "<group>"; };
|
37 | 38 | D05AD4072A7A418B007362F3 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
38 | 39 | D05AD4092A7A418C007362F3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
39 | 40 | D05AD40C2A7A418C007362F3 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
40 | 41 | D05AD4132A7A6210007362F3 /* SecondView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecondView.swift; sourceTree = "<group>"; };
|
41 |
| - D05AD41F2A7BEF24007362F3 /* SnapshotArticleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = SnapshotArticleTests.xctest; path = "/Users/robi/Development/Apter/SnapshotArticle/build/Debug-iphoneos/SnapshotArticleTests.xctest"; sourceTree = "<absolute>"; }; |
42 |
| - D05AD4282A7BF6A3007362F3 /* Podfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Podfile; sourceTree = "<group>"; }; |
| 42 | + D05AD4282A7BF6A3007362F3 /* Podfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Podfile; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; |
43 | 43 | D05AD42B2A7BF783007362F3 /* SnapshotTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SnapshotTest.swift; sourceTree = "<group>"; };
|
44 | 44 | D05AD42E2A7BF811007362F3 /* View+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+Extensions.swift"; sourceTree = "<group>"; };
|
45 | 45 | D05AD43A2A8231C3007362F3 /* SnapshotArticle.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SnapshotArticle.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
92 | 92 | 8AD50023BEA73622E104A975 /* Frameworks */,
|
93 | 93 | 370939526343A7A3B7F680C6 /* Pods */,
|
94 | 94 | D05AD43A2A8231C3007362F3 /* SnapshotArticle.app */,
|
| 95 | + D002AD482A860EF70046500F /* SnapshotArticleTests.xctest */, |
95 | 96 | );
|
96 | 97 | sourceTree = "<group>";
|
97 | 98 | };
|
|
173 | 174 | D05AD4382A7BFB00007362F3 /* SnapshotTesting */,
|
174 | 175 | );
|
175 | 176 | productName = SnapshotArticleTests;
|
176 |
| - productReference = D05AD41F2A7BEF24007362F3 /* SnapshotArticleTests.xctest */; |
| 177 | + productReference = D002AD482A860EF70046500F /* SnapshotArticleTests.xctest */; |
177 | 178 | productType = "com.apple.product-type.bundle.unit-test";
|
178 | 179 | };
|
179 | 180 | /* End PBXNativeTarget section */
|
|
277 | 278 | );
|
278 | 279 | runOnlyForDeploymentPostprocessing = 0;
|
279 | 280 | shellPath = /bin/sh;
|
280 |
| - shellScript = ""; |
| 281 | + shellScript = "# After the first run you need to copy the output swift file into the project\nPods/Sourcery/bin/sourcery --sources ../SnapshotArticle --templates PreviewProvider.stencil --output SnapshotArticleTests/SnapshotTest.swift\n"; |
281 | 282 | };
|
282 | 283 | /* End PBXShellScriptBuildPhase section */
|
283 | 284 |
|
|
0 commit comments