|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 49588A0F5E1A5829806CF162 /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C685BA161AB98E8D668D2F26 /* Pods.framework */; }; |
| 11 | + 9349943A1C399D70006C4B97 /* IntroViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 934994391C399D70006C4B97 /* IntroViewController.swift */; }; |
| 12 | + 9349943C1C399D99006C4B97 /* Intro.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9349943B1C399D99006C4B97 /* Intro.storyboard */; }; |
| 13 | + 9349943F1C39A5B9006C4B97 /* IntroCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9349943D1C39A5B9006C4B97 /* IntroCollectionViewCell.swift */; }; |
| 14 | + 934994401C39A5B9006C4B97 /* IntroCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9349943E1C39A5B9006C4B97 /* IntroCollectionViewCell.xib */; }; |
| 15 | + 934994421C39B0F4006C4B97 /* SecoundViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 934994411C39B0F4006C4B97 /* SecoundViewController.swift */; }; |
| 16 | + 934994441C39B102006C4B97 /* Secound.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 934994431C39B102006C4B97 /* Secound.storyboard */; }; |
11 | 17 | 93DC8E391BD232CA004BCCBC /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93DC8E381BD232CA004BCCBC /* AppDelegate.swift */; }; |
12 | 18 | 93DC8E3B1BD232CA004BCCBC /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93DC8E3A1BD232CA004BCCBC /* ViewController.swift */; }; |
13 | 19 | 93DC8E3E1BD232CA004BCCBC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 93DC8E3C1BD232CA004BCCBC /* Main.storyboard */; }; |
|
16 | 22 | /* End PBXBuildFile section */ |
17 | 23 |
|
18 | 24 | /* Begin PBXFileReference section */ |
| 25 | + 934994391C399D70006C4B97 /* IntroViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntroViewController.swift; sourceTree = "<group>"; }; |
| 26 | + 9349943B1C399D99006C4B97 /* Intro.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Intro.storyboard; sourceTree = "<group>"; }; |
| 27 | + 9349943D1C39A5B9006C4B97 /* IntroCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntroCollectionViewCell.swift; sourceTree = "<group>"; }; |
| 28 | + 9349943E1C39A5B9006C4B97 /* IntroCollectionViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = IntroCollectionViewCell.xib; sourceTree = "<group>"; }; |
| 29 | + 934994411C39B0F4006C4B97 /* SecoundViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SecoundViewController.swift; sourceTree = "<group>"; }; |
| 30 | + 934994431C39B102006C4B97 /* Secound.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Secound.storyboard; sourceTree = "<group>"; }; |
19 | 31 | 93DC8E351BD232CA004BCCBC /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
20 | 32 | 93DC8E381BD232CA004BCCBC /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
21 | 33 | 93DC8E3A1BD232CA004BCCBC /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
|
63 | 75 | children = ( |
64 | 76 | 93DC8E381BD232CA004BCCBC /* AppDelegate.swift */, |
65 | 77 | 93DC8E3A1BD232CA004BCCBC /* ViewController.swift */, |
| 78 | + 934994411C39B0F4006C4B97 /* SecoundViewController.swift */, |
| 79 | + 934994431C39B102006C4B97 /* Secound.storyboard */, |
| 80 | + 934994391C399D70006C4B97 /* IntroViewController.swift */, |
| 81 | + 9349943D1C39A5B9006C4B97 /* IntroCollectionViewCell.swift */, |
| 82 | + 9349943E1C39A5B9006C4B97 /* IntroCollectionViewCell.xib */, |
66 | 83 | 93DC8E3C1BD232CA004BCCBC /* Main.storyboard */, |
| 84 | + 9349943B1C399D99006C4B97 /* Intro.storyboard */, |
67 | 85 | 93DC8E3F1BD232CA004BCCBC /* Assets.xcassets */, |
68 | 86 | 93DC8E411BD232CA004BCCBC /* LaunchScreen.storyboard */, |
69 | 87 | 93DC8E441BD232CA004BCCBC /* Info.plist */, |
|
150 | 168 | files = ( |
151 | 169 | 93DC8E431BD232CA004BCCBC /* LaunchScreen.storyboard in Resources */, |
152 | 170 | 93DC8E401BD232CA004BCCBC /* Assets.xcassets in Resources */, |
| 171 | + 934994441C39B102006C4B97 /* Secound.storyboard in Resources */, |
| 172 | + 934994401C39A5B9006C4B97 /* IntroCollectionViewCell.xib in Resources */, |
153 | 173 | 93DC8E3E1BD232CA004BCCBC /* Main.storyboard in Resources */, |
| 174 | + 9349943C1C399D99006C4B97 /* Intro.storyboard in Resources */, |
154 | 175 | ); |
155 | 176 | runOnlyForDeploymentPostprocessing = 0; |
156 | 177 | }; |
|
209 | 230 | isa = PBXSourcesBuildPhase; |
210 | 231 | buildActionMask = 2147483647; |
211 | 232 | files = ( |
| 233 | + 9349943A1C399D70006C4B97 /* IntroViewController.swift in Sources */, |
212 | 234 | 93DC8E3B1BD232CA004BCCBC /* ViewController.swift in Sources */, |
| 235 | + 934994421C39B0F4006C4B97 /* SecoundViewController.swift in Sources */, |
213 | 236 | 93DC8E391BD232CA004BCCBC /* AppDelegate.swift in Sources */, |
| 237 | + 9349943F1C39A5B9006C4B97 /* IntroCollectionViewCell.swift in Sources */, |
214 | 238 | ); |
215 | 239 | runOnlyForDeploymentPostprocessing = 0; |
216 | 240 | }; |
|
0 commit comments