|
26 | 26 | A463D05D2858F64B00929A3C /* FavoritesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D05B2858F64B00929A3C /* FavoritesViewController.swift */; }; |
27 | 27 | A463D05E2858F64B00929A3C /* FavoritesViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A463D05C2858F64B00929A3C /* FavoritesViewController.xib */; }; |
28 | 28 | A463D06228590D0300929A3C /* Images.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D06128590D0300929A3C /* Images.swift */; }; |
| 29 | + A463D069285A1A5A00929A3C /* WebServices.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D068285A1A5A00929A3C /* WebServices.swift */; }; |
29 | 30 | /* End PBXBuildFile section */ |
30 | 31 |
|
31 | 32 | /* Begin PBXContainerItemProxy section */ |
|
75 | 76 | A463D05B2858F64B00929A3C /* FavoritesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FavoritesViewController.swift; sourceTree = "<group>"; }; |
76 | 77 | A463D05C2858F64B00929A3C /* FavoritesViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = FavoritesViewController.xib; sourceTree = "<group>"; }; |
77 | 78 | A463D06128590D0300929A3C /* Images.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Images.swift; sourceTree = "<group>"; }; |
| 79 | + A463D068285A1A5A00929A3C /* WebServices.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebServices.swift; sourceTree = "<group>"; }; |
78 | 80 | /* End PBXFileReference section */ |
79 | 81 |
|
80 | 82 | /* Begin PBXFrameworksBuildPhase section */ |
|
143 | 145 | A463D0152858EBBB00929A3C /* AnimalsApp */ = { |
144 | 146 | isa = PBXGroup; |
145 | 147 | children = ( |
| 148 | + A463D067285A1A4300929A3C /* Services */, |
146 | 149 | A463D06028590CB700929A3C /* DesignSystem */, |
147 | 150 | A463D05F2858F66B00929A3C /* Views */, |
148 | 151 | A463D0162858EBBB00929A3C /* AppDelegate.swift */, |
|
226 | 229 | path = DesignSystem; |
227 | 230 | sourceTree = "<group>"; |
228 | 231 | }; |
| 232 | + A463D067285A1A4300929A3C /* Services */ = { |
| 233 | + isa = PBXGroup; |
| 234 | + children = ( |
| 235 | + A463D068285A1A5A00929A3C /* WebServices.swift */, |
| 236 | + ); |
| 237 | + path = Services; |
| 238 | + sourceTree = "<group>"; |
| 239 | + }; |
229 | 240 | A9C6C33CA0A11D6B033AAEA1 /* Frameworks */ = { |
230 | 241 | isa = PBXGroup; |
231 | 242 | children = ( |
|
484 | 495 | A463D0172858EBBB00929A3C /* AppDelegate.swift in Sources */, |
485 | 496 | A463D04B2858F39000929A3C /* MainTabBarController.swift in Sources */, |
486 | 497 | A463D05D2858F64B00929A3C /* FavoritesViewController.swift in Sources */, |
| 498 | + A463D069285A1A5A00929A3C /* WebServices.swift in Sources */, |
487 | 499 | A463D0532858F60C00929A3C /* HomeViewController.swift in Sources */, |
488 | 500 | ); |
489 | 501 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments