|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | FB32E77F25768F45000C4F42 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB32E77E25768F45000C4F42 /* AppDelegate.swift */; }; |
11 | 11 | FB32E78125768F45000C4F42 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB32E78025768F45000C4F42 /* SceneDelegate.swift */; }; |
12 | | - FB32E78325768F45000C4F42 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB32E78225768F45000C4F42 /* ViewController.swift */; }; |
13 | | - FB32E78625768F45000C4F42 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FB32E78425768F45000C4F42 /* Main.storyboard */; }; |
14 | 12 | FB32E78825768F48000C4F42 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FB32E78725768F48000C4F42 /* Assets.xcassets */; }; |
15 | 13 | FB32E78B25768F48000C4F42 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FB32E78925768F48000C4F42 /* LaunchScreen.storyboard */; }; |
16 | 14 | FB32E79B2576A451000C4F42 /* MainListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB32E79A2576A451000C4F42 /* MainListViewController.swift */; }; |
|
24 | 22 | FB32E77B25768F45000C4F42 /* ASIGListKitSPM.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ASIGListKitSPM.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
25 | 23 | FB32E77E25768F45000C4F42 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
26 | 24 | FB32E78025768F45000C4F42 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; |
27 | | - FB32E78225768F45000C4F42 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
28 | | - FB32E78525768F45000C4F42 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
29 | 25 | FB32E78725768F48000C4F42 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
30 | 26 | FB32E78A25768F48000C4F42 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
31 | 27 | FB32E78C25768F48000C4F42 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
74 | 70 | FB38949E2576FB5C0025252E /* Texture */, |
75 | 71 | FB32E77E25768F45000C4F42 /* AppDelegate.swift */, |
76 | 72 | FB32E78025768F45000C4F42 /* SceneDelegate.swift */, |
77 | | - FB32E78225768F45000C4F42 /* ViewController.swift */, |
78 | | - FB32E78425768F45000C4F42 /* Main.storyboard */, |
| 73 | + FB32E79A2576A451000C4F42 /* MainListViewController.swift */, |
79 | 74 | FB32E78725768F48000C4F42 /* Assets.xcassets */, |
80 | 75 | FB32E78925768F48000C4F42 /* LaunchScreen.storyboard */, |
81 | 76 | FB32E78C25768F48000C4F42 /* Info.plist */, |
82 | | - FB32E79A2576A451000C4F42 /* MainListViewController.swift */, |
83 | 77 | ); |
84 | 78 | path = ASIGListKitSPM; |
85 | 79 | sourceTree = "<group>"; |
|
177 | 171 | files = ( |
178 | 172 | FB32E78B25768F48000C4F42 /* LaunchScreen.storyboard in Resources */, |
179 | 173 | FB32E78825768F48000C4F42 /* Assets.xcassets in Resources */, |
180 | | - FB32E78625768F45000C4F42 /* Main.storyboard in Resources */, |
181 | 174 | ); |
182 | 175 | runOnlyForDeploymentPostprocessing = 0; |
183 | 176 | }; |
|
188 | 181 | isa = PBXSourcesBuildPhase; |
189 | 182 | buildActionMask = 2147483647; |
190 | 183 | files = ( |
191 | | - FB32E78325768F45000C4F42 /* ViewController.swift in Sources */, |
192 | 184 | FB32E77F25768F45000C4F42 /* AppDelegate.swift in Sources */, |
193 | 185 | FB3894B2257705A80025252E /* NSObject+ListDiffable.swift in Sources */, |
194 | 186 | FB3894AB257705190025252E /* ItemSectionController.swift in Sources */, |
|
201 | 193 | /* End PBXSourcesBuildPhase section */ |
202 | 194 |
|
203 | 195 | /* Begin PBXVariantGroup section */ |
204 | | - FB32E78425768F45000C4F42 /* Main.storyboard */ = { |
205 | | - isa = PBXVariantGroup; |
206 | | - children = ( |
207 | | - FB32E78525768F45000C4F42 /* Base */, |
208 | | - ); |
209 | | - name = Main.storyboard; |
210 | | - sourceTree = "<group>"; |
211 | | - }; |
212 | 196 | FB32E78925768F48000C4F42 /* LaunchScreen.storyboard */ = { |
213 | 197 | isa = PBXVariantGroup; |
214 | 198 | children = ( |
|
0 commit comments