|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 7561272D266794AE0085F3BF /* AnimatedImageApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7561272C266794AE0085F3BF /* AnimatedImageApp.swift */; };
|
11 |
| - 7561272F266794AE0085F3BF /* AnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7561272E266794AE0085F3BF /* AnimatedImage.swift */; }; |
12 | 11 | 75612731266794AF0085F3BF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 75612730266794AF0085F3BF /* Assets.xcassets */; };
|
13 | 12 | 75612734266794AF0085F3BF /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 75612733266794AF0085F3BF /* Preview Assets.xcassets */; };
|
| 13 | + 75B14C4E26B4D1CC005757F9 /* AnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B14C4D26B4D1CC005757F9 /* AnimatedImage.swift */; }; |
14 | 14 | /* End PBXBuildFile section */
|
15 | 15 |
|
16 | 16 | /* Begin PBXFileReference section */
|
17 | 17 | 75612729266794AE0085F3BF /* AnimatedImage.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AnimatedImage.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
18 | 18 | 7561272C266794AE0085F3BF /* AnimatedImageApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnimatedImageApp.swift; sourceTree = "<group>"; };
|
19 |
| - 7561272E266794AE0085F3BF /* AnimatedImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnimatedImage.swift; sourceTree = "<group>"; }; |
20 | 19 | 75612730266794AF0085F3BF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
21 | 20 | 75612733266794AF0085F3BF /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
22 | 21 | 75612735266794AF0085F3BF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 22 | + 75B14C4D26B4D1CC005757F9 /* AnimatedImage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnimatedImage.swift; sourceTree = "<group>"; }; |
23 | 23 | /* End PBXFileReference section */
|
24 | 24 |
|
25 | 25 | /* Begin PBXFrameworksBuildPhase section */
|
|
52 | 52 | 7561272B266794AE0085F3BF /* AnimatedImage */ = {
|
53 | 53 | isa = PBXGroup;
|
54 | 54 | children = (
|
| 55 | + 75B14C4C26B4D1CC005757F9 /* AnimatedImage */, |
55 | 56 | 7561272C266794AE0085F3BF /* AnimatedImageApp.swift */,
|
56 |
| - 7561272E266794AE0085F3BF /* AnimatedImage.swift */, |
57 | 57 | 75612730266794AF0085F3BF /* Assets.xcassets */,
|
58 | 58 | 75612735266794AF0085F3BF /* Info.plist */,
|
59 | 59 | 75612732266794AF0085F3BF /* Preview Content */,
|
|
69 | 69 | path = "Preview Content";
|
70 | 70 | sourceTree = "<group>";
|
71 | 71 | };
|
| 72 | + 75B14C4C26B4D1CC005757F9 /* AnimatedImage */ = { |
| 73 | + isa = PBXGroup; |
| 74 | + children = ( |
| 75 | + 75B14C4D26B4D1CC005757F9 /* AnimatedImage.swift */, |
| 76 | + ); |
| 77 | + name = AnimatedImage; |
| 78 | + path = Sources/AnimatedImage; |
| 79 | + sourceTree = SOURCE_ROOT; |
| 80 | + }; |
72 | 81 | /* End PBXGroup section */
|
73 | 82 |
|
74 | 83 | /* Begin PBXNativeTarget section */
|
|
138 | 147 | isa = PBXSourcesBuildPhase;
|
139 | 148 | buildActionMask = 2147483647;
|
140 | 149 | files = (
|
141 |
| - 7561272F266794AE0085F3BF /* AnimatedImage.swift in Sources */, |
| 150 | + 75B14C4E26B4D1CC005757F9 /* AnimatedImage.swift in Sources */, |
142 | 151 | 7561272D266794AE0085F3BF /* AnimatedImageApp.swift in Sources */,
|
143 | 152 | );
|
144 | 153 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments