|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 830DA5871CF437F100203B41 /* StarWarsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830DA5861CF437F100203B41 /* StarWarsViewController.swift */; }; |
11 | 11 | 830DA5891CF57DEE00203B41 /* SWAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830DA5881CF57DEE00203B41 /* SWAPI.swift */; }; |
| 12 | + 83229B671CFC842800FF94B7 /* Structs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83229B661CFC842800FF94B7 /* Structs.swift */; }; |
12 | 13 | 872A275C1CF0D87100A988C4 /* APIResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 872A275B1CF0D87100A988C4 /* APIResource.swift */; }; |
13 | 14 | 874D06591CEF295E009A494D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 874D06581CEF295E009A494D /* AppDelegate.swift */; }; |
14 | 15 | 874D065E1CEF295E009A494D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 874D065C1CEF295E009A494D /* Main.storyboard */; }; |
|
20 | 21 | /* Begin PBXFileReference section */ |
21 | 22 | 830DA5861CF437F100203B41 /* StarWarsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StarWarsViewController.swift; sourceTree = "<group>"; }; |
22 | 23 | 830DA5881CF57DEE00203B41 /* SWAPI.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SWAPI.swift; sourceTree = "<group>"; }; |
| 24 | + 83229B661CFC842800FF94B7 /* Structs.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Structs.swift; sourceTree = "<group>"; }; |
23 | 25 | 872A275B1CF0D87100A988C4 /* APIResource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = APIResource.swift; sourceTree = "<group>"; }; |
24 | 26 | 874D06551CEF295E009A494D /* APIClient.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = APIClient.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
25 | 27 | 874D06581CEF295E009A494D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
|
64 | 66 | children = ( |
65 | 67 | 872A275B1CF0D87100A988C4 /* APIResource.swift */, |
66 | 68 | 830DA5881CF57DEE00203B41 /* SWAPI.swift */, |
| 69 | + 83229B661CFC842800FF94B7 /* Structs.swift */, |
67 | 70 | ); |
68 | 71 | name = Model; |
69 | 72 | sourceTree = "<group>"; |
|
250 | 253 | files = ( |
251 | 254 | 830DA5871CF437F100203B41 /* StarWarsViewController.swift in Sources */, |
252 | 255 | 872A275C1CF0D87100A988C4 /* APIResource.swift in Sources */, |
| 256 | + 83229B671CFC842800FF94B7 /* Structs.swift in Sources */, |
253 | 257 | 830DA5891CF57DEE00203B41 /* SWAPI.swift in Sources */, |
254 | 258 | 874D06591CEF295E009A494D /* AppDelegate.swift in Sources */, |
255 | 259 | ); |
|
0 commit comments