|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 0256BB50194F3F38003E2942 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0256BB4F194F3F38003E2942 /* AppDelegate.swift */; };
|
11 |
| - 0256BB52194F3F38003E2942 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0256BB51194F3F38003E2942 /* ViewController.swift */; }; |
| 11 | + 0256BB52194F3F38003E2942 /* SearchResultsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0256BB51194F3F38003E2942 /* SearchResultsViewController.swift */; }; |
12 | 12 | 0256BB55194F3F38003E2942 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0256BB53194F3F38003E2942 /* Main.storyboard */; };
|
13 | 13 | 0256BB57194F3F38003E2942 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0256BB56194F3F38003E2942 /* Images.xcassets */; };
|
14 | 14 | 0256BB63194F3F38003E2942 /* SwiftTutorialTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0256BB62194F3F38003E2942 /* SwiftTutorialTests.swift */; };
|
| 15 | + 0256BB6D194F41F5003E2942 /* APIController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0256BB6C194F41F5003E2942 /* APIController.swift */; }; |
15 | 16 | /* End PBXBuildFile section */
|
16 | 17 |
|
17 | 18 | /* Begin PBXContainerItemProxy section */
|
|
28 | 29 | 0256BB4A194F3F38003E2942 /* SwiftTutorial.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftTutorial.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
29 | 30 | 0256BB4E194F3F38003E2942 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
30 | 31 | 0256BB4F194F3F38003E2942 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
31 |
| - 0256BB51194F3F38003E2942 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
| 32 | + 0256BB51194F3F38003E2942 /* SearchResultsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchResultsViewController.swift; sourceTree = "<group>"; }; |
32 | 33 | 0256BB54194F3F38003E2942 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
33 | 34 | 0256BB56194F3F38003E2942 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
34 | 35 | 0256BB5C194F3F38003E2942 /* SwiftTutorialTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftTutorialTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
35 | 36 | 0256BB61194F3F38003E2942 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
36 | 37 | 0256BB62194F3F38003E2942 /* SwiftTutorialTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftTutorialTests.swift; sourceTree = "<group>"; };
|
| 38 | + 0256BB6C194F41F5003E2942 /* APIController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = APIController.swift; sourceTree = "<group>"; }; |
37 | 39 | /* End PBXFileReference section */
|
38 | 40 |
|
39 | 41 | /* Begin PBXFrameworksBuildPhase section */
|
|
76 | 78 | isa = PBXGroup;
|
77 | 79 | children = (
|
78 | 80 | 0256BB4F194F3F38003E2942 /* AppDelegate.swift */,
|
79 |
| - 0256BB51194F3F38003E2942 /* ViewController.swift */, |
| 81 | + 0256BB51194F3F38003E2942 /* SearchResultsViewController.swift */, |
80 | 82 | 0256BB53194F3F38003E2942 /* Main.storyboard */,
|
81 | 83 | 0256BB56194F3F38003E2942 /* Images.xcassets */,
|
82 | 84 | 0256BB4D194F3F38003E2942 /* Supporting Files */,
|
| 85 | + 0256BB6C194F41F5003E2942 /* APIController.swift */, |
83 | 86 | );
|
84 | 87 | path = SwiftTutorial;
|
85 | 88 | sourceTree = "<group>";
|
|
208 | 211 | isa = PBXSourcesBuildPhase;
|
209 | 212 | buildActionMask = 2147483647;
|
210 | 213 | files = (
|
211 |
| - 0256BB52194F3F38003E2942 /* ViewController.swift in Sources */, |
| 214 | + 0256BB52194F3F38003E2942 /* SearchResultsViewController.swift in Sources */, |
212 | 215 | 0256BB50194F3F38003E2942 /* AppDelegate.swift in Sources */,
|
| 216 | + 0256BB6D194F41F5003E2942 /* APIController.swift in Sources */, |
213 | 217 | );
|
214 | 218 | runOnlyForDeploymentPostprocessing = 0;
|
215 | 219 | };
|
|
0 commit comments