|
35 | 35 | 9B3FF3672BA1054B00C87F80 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9B3FF34A2BA1054A00C87F80 /* Assets.xcassets */; };
|
36 | 36 | 9B3FF3692BA1054B00C87F80 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 9B3FF34C2BA1054A00C87F80 /* Localizable.xcstrings */; };
|
37 | 37 | 9B3FF36A2BA1054B00C87F80 /* ImageCdnURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B3FF34E2BA1054A00C87F80 /* ImageCdnURL.swift */; };
|
| 38 | + 9B7667F02BA1B0F300F415F0 /* XCTestCase-Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B7667EF2BA1B0F300F415F0 /* XCTestCase-Extensions.swift */; }; |
| 39 | + 9B7667F22BA1B1B500F415F0 /* TestNamespace.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B7667F12BA1B1B500F415F0 /* TestNamespace.swift */; }; |
| 40 | + 9B7667F72BA2369C00F415F0 /* SnapshotDeviceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B7667F62BA2369C00F415F0 /* SnapshotDeviceType.swift */; }; |
| 41 | + 9B7667F92BA236F600F415F0 /* SnapshotAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B7667F82BA236F600F415F0 /* SnapshotAppearance.swift */; }; |
| 42 | + 9B7667FB2BA2377900F415F0 /* UITraitCollection-Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B7667FA2BA2377900F415F0 /* UITraitCollection-Extensions.swift */; }; |
| 43 | + 9B7667FD2BA237C000F415F0 /* SnapshotTestContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B7667FC2BA237C000F415F0 /* SnapshotTestContext.swift */; }; |
| 44 | + 9B7667FF2BA237ED00F415F0 /* ViewImageConfig-Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B7667FE2BA237ED00F415F0 /* ViewImageConfig-Extensions.swift */; }; |
| 45 | + 9B76681D2BA239D900F415F0 /* __Snapshots__ in Resources */ = {isa = PBXBuildFile; fileRef = 9B76681C2BA239D900F415F0 /* __Snapshots__ */; }; |
38 | 46 | 9BD958922B66E0590073C8E7 /* SnapshotTesting in Frameworks */ = {isa = PBXBuildFile; productRef = 9BD958912B66E0590073C8E7 /* SnapshotTesting */; };
|
39 | 47 | 9BD958952B66E0A10073C8E7 /* Tagged in Frameworks */ = {isa = PBXBuildFile; productRef = 9BD958942B66E0A10073C8E7 /* Tagged */; };
|
40 | 48 | /* End PBXBuildFile section */
|
|
80 | 88 | 9B3FF34C2BA1054A00C87F80 /* Localizable.xcstrings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json.xcstrings; path = Localizable.xcstrings; sourceTree = "<group>"; };
|
81 | 89 | 9B3FF34E2BA1054A00C87F80 /* ImageCdnURL.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageCdnURL.swift; sourceTree = "<group>"; };
|
82 | 90 | 9B5C6BD82B6C1F0600D3AEE1 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
| 91 | + 9B7667EF2BA1B0F300F415F0 /* XCTestCase-Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "XCTestCase-Extensions.swift"; sourceTree = "<group>"; }; |
| 92 | + 9B7667F12BA1B1B500F415F0 /* TestNamespace.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestNamespace.swift; sourceTree = "<group>"; }; |
| 93 | + 9B7667F62BA2369C00F415F0 /* SnapshotDeviceType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnapshotDeviceType.swift; sourceTree = "<group>"; }; |
| 94 | + 9B7667F82BA236F600F415F0 /* SnapshotAppearance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnapshotAppearance.swift; sourceTree = "<group>"; }; |
| 95 | + 9B7667FA2BA2377900F415F0 /* UITraitCollection-Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITraitCollection-Extensions.swift"; sourceTree = "<group>"; }; |
| 96 | + 9B7667FC2BA237C000F415F0 /* SnapshotTestContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnapshotTestContext.swift; sourceTree = "<group>"; }; |
| 97 | + 9B7667FE2BA237ED00F415F0 /* ViewImageConfig-Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ViewImageConfig-Extensions.swift"; sourceTree = "<group>"; }; |
| 98 | + 9B76681C2BA239D900F415F0 /* __Snapshots__ */ = {isa = PBXFileReference; lastKnownFileType = folder; path = __Snapshots__; sourceTree = "<group>"; }; |
83 | 99 | 9BBB7CBF2B653E4800393882 /* SampleProject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SampleProject.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
84 | 100 | 9BD958872B66E0380073C8E7 /* SampleProjectTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SampleProjectTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
85 | 101 | 9BEF4A8C2BA10C240001B853 /* ci_post_clone.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = ci_post_clone.sh; sourceTree = "<group>"; };
|
|
124 | 140 | 9B3FF3162BA1053E00C87F80 /* SampleProjectTests */ = {
|
125 | 141 | isa = PBXGroup;
|
126 | 142 | children = (
|
| 143 | + 9B76681C2BA239D900F415F0 /* __Snapshots__ */, |
| 144 | + 9B3FF3152BA1053E00C87F80 /* HelloWorldViewTests.swift */, |
| 145 | + 9B7667F12BA1B1B500F415F0 /* TestNamespace.swift */, |
| 146 | + 9B7667EE2BA1B0E500F415F0 /* Extensions */, |
127 | 147 | 9B3FF30B2BA1053E00C87F80 /* MovieDetails */,
|
128 | 148 | 9B3FF3142BA1053E00C87F80 /* TrendingMovies */,
|
129 |
| - 9B3FF3152BA1053E00C87F80 /* HelloWorldViewTests.swift */, |
130 | 149 | );
|
131 | 150 | path = SampleProjectTests;
|
132 | 151 | sourceTree = "<group>";
|
|
300 | 319 | path = SampleProject;
|
301 | 320 | sourceTree = "<group>";
|
302 | 321 | };
|
| 322 | + 9B7667EE2BA1B0E500F415F0 /* Extensions */ = { |
| 323 | + isa = PBXGroup; |
| 324 | + children = ( |
| 325 | + 9B7667F52BA2369000F415F0 /* SnapshotTesting */, |
| 326 | + ); |
| 327 | + path = Extensions; |
| 328 | + sourceTree = "<group>"; |
| 329 | + }; |
| 330 | + 9B7667F52BA2369000F415F0 /* SnapshotTesting */ = { |
| 331 | + isa = PBXGroup; |
| 332 | + children = ( |
| 333 | + 9B7667F82BA236F600F415F0 /* SnapshotAppearance.swift */, |
| 334 | + 9B7667F62BA2369C00F415F0 /* SnapshotDeviceType.swift */, |
| 335 | + 9B7667FC2BA237C000F415F0 /* SnapshotTestContext.swift */, |
| 336 | + 9B7667FA2BA2377900F415F0 /* UITraitCollection-Extensions.swift */, |
| 337 | + 9B7667FE2BA237ED00F415F0 /* ViewImageConfig-Extensions.swift */, |
| 338 | + 9B7667EF2BA1B0F300F415F0 /* XCTestCase-Extensions.swift */, |
| 339 | + ); |
| 340 | + path = SnapshotTesting; |
| 341 | + sourceTree = "<group>"; |
| 342 | + }; |
303 | 343 | 9BBB7CB62B653E4700393882 = {
|
304 | 344 | isa = PBXGroup;
|
305 | 345 | children = (
|
|
434 | 474 | isa = PBXResourcesBuildPhase;
|
435 | 475 | buildActionMask = 2147483647;
|
436 | 476 | files = (
|
| 477 | + 9B76681D2BA239D900F415F0 /* __Snapshots__ in Resources */, |
437 | 478 | );
|
438 | 479 | runOnlyForDeploymentPostprocessing = 0;
|
439 | 480 | };
|
|
471 | 512 | isa = PBXSourcesBuildPhase;
|
472 | 513 | buildActionMask = 2147483647;
|
473 | 514 | files = (
|
| 515 | + 9B7667FB2BA2377900F415F0 /* UITraitCollection-Extensions.swift in Sources */, |
| 516 | + 9B7667F22BA1B1B500F415F0 /* TestNamespace.swift in Sources */, |
| 517 | + 9B7667FF2BA237ED00F415F0 /* ViewImageConfig-Extensions.swift in Sources */, |
| 518 | + 9B7667F72BA2369C00F415F0 /* SnapshotDeviceType.swift in Sources */, |
| 519 | + 9B7667F02BA1B0F300F415F0 /* XCTestCase-Extensions.swift in Sources */, |
474 | 520 | 9B3FF3232BA1053E00C87F80 /* TrendingMovieViewTests.swift in Sources */,
|
| 521 | + 9B7667FD2BA237C000F415F0 /* SnapshotTestContext.swift in Sources */, |
475 | 522 | 9B3FF31D2BA1053E00C87F80 /* MovieDetailsViewTests.swift in Sources */,
|
| 523 | + 9B7667F92BA236F600F415F0 /* SnapshotAppearance.swift in Sources */, |
476 | 524 | 9B3FF3242BA1053E00C87F80 /* HelloWorldViewTests.swift in Sources */,
|
477 | 525 | );
|
478 | 526 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments