|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + A68EAF90239634A000158120 /* ExampleListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A68EAF8F239634A000158120 /* ExampleListViewController.swift */; }; |
| 11 | + A68EAF922396361C00158120 /* BasicViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A68EAF912396361C00158120 /* BasicViewController.swift */; }; |
| 12 | + A68EAF9423963A9100158120 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A68EAF9323963A9100158120 /* Extensions.swift */; }; |
| 13 | + A68EAF9623963B3600158120 /* WithURLViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A68EAF9523963B3600158120 /* WithURLViewController.swift */; }; |
| 14 | + A6AB18E4239752C800BF0681 /* WithURLsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6AB18E3239752C800BF0681 /* WithURLsViewController.swift */; }; |
10 | 15 | A6BC0BC8239139F8004A4E46 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BC0BC7239139F8004A4E46 /* AppDelegate.swift */; }; |
11 | 16 | A6BC0BD1239139F9004A4E46 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A6BC0BD0239139F9004A4E46 /* Assets.xcassets */; }; |
12 | 17 | A6BC0BD4239139F9004A4E46 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A6BC0BD2239139F9004A4E46 /* LaunchScreen.storyboard */; }; |
|
20 | 25 | /* Begin PBXFileReference section */ |
21 | 26 | 10710A5B07A80798DED8269E /* Pods_Demo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Demo.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
22 | 27 | 20E424F2DB4A27D25989365C /* Pods-Demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.release.xcconfig"; path = "Target Support Files/Pods-Demo/Pods-Demo.release.xcconfig"; sourceTree = "<group>"; }; |
| 28 | + A68EAF8F239634A000158120 /* ExampleListViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleListViewController.swift; sourceTree = "<group>"; }; |
| 29 | + A68EAF912396361C00158120 /* BasicViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BasicViewController.swift; sourceTree = "<group>"; }; |
| 30 | + A68EAF9323963A9100158120 /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; }; |
| 31 | + A68EAF9523963B3600158120 /* WithURLViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WithURLViewController.swift; sourceTree = "<group>"; }; |
| 32 | + A6AB18E3239752C800BF0681 /* WithURLsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WithURLsViewController.swift; sourceTree = "<group>"; }; |
23 | 33 | A6BC0BC4239139F8004A4E46 /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
24 | 34 | A6BC0BC7239139F8004A4E46 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
25 | 35 | A6BC0BD0239139F9004A4E46 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
|
78 | 88 | A6BC0BD2239139F9004A4E46 /* LaunchScreen.storyboard */, |
79 | 89 | A6BC0BD5239139F9004A4E46 /* Info.plist */, |
80 | 90 | A6BC0BDD23913C30004A4E46 /* GalleryFlowLayout.swift */, |
81 | | - A6BC0BDF23913C66004A4E46 /* GalleryViewController.swift */, |
82 | 91 | A6BC0BE123914239004A4E46 /* ThumbCell.swift */, |
83 | 92 | A6BC0BE723915420004A4E46 /* Data.swift */, |
| 93 | + A68EAF9323963A9100158120 /* Extensions.swift */, |
| 94 | + A68EAF8F239634A000158120 /* ExampleListViewController.swift */, |
| 95 | + A68EAF912396361C00158120 /* BasicViewController.swift */, |
| 96 | + A68EAF9523963B3600158120 /* WithURLViewController.swift */, |
| 97 | + A6BC0BDF23913C66004A4E46 /* GalleryViewController.swift */, |
| 98 | + A6AB18E3239752C800BF0681 /* WithURLsViewController.swift */, |
84 | 99 | ); |
85 | 100 | path = Demo; |
86 | 101 | sourceTree = "<group>"; |
|
208 | 223 | isa = PBXSourcesBuildPhase; |
209 | 224 | buildActionMask = 2147483647; |
210 | 225 | files = ( |
| 226 | + A68EAF9623963B3600158120 /* WithURLViewController.swift in Sources */, |
211 | 227 | A6BC0BE023913C66004A4E46 /* GalleryViewController.swift in Sources */, |
| 228 | + A6AB18E4239752C800BF0681 /* WithURLsViewController.swift in Sources */, |
212 | 229 | A6BC0BE823915420004A4E46 /* Data.swift in Sources */, |
| 230 | + A68EAF9423963A9100158120 /* Extensions.swift in Sources */, |
213 | 231 | A6BC0BDE23913C30004A4E46 /* GalleryFlowLayout.swift in Sources */, |
| 232 | + A68EAF90239634A000158120 /* ExampleListViewController.swift in Sources */, |
214 | 233 | A6BC0BE223914239004A4E46 /* ThumbCell.swift in Sources */, |
215 | 234 | A6BC0BC8239139F8004A4E46 /* AppDelegate.swift in Sources */, |
| 235 | + A68EAF922396361C00158120 /* BasicViewController.swift in Sources */, |
216 | 236 | ); |
217 | 237 | runOnlyForDeploymentPostprocessing = 0; |
218 | 238 | }; |
|
0 commit comments