|
25 | 25 | A463D0582858F62600929A3C /* RegisterViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A463D0562858F62600929A3C /* RegisterViewController.xib */; }; |
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 | + A463D06228590D0300929A3C /* Images.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D06128590D0300929A3C /* Images.swift */; }; |
28 | 29 | /* End PBXBuildFile section */ |
29 | 30 |
|
30 | 31 | /* Begin PBXContainerItemProxy section */ |
|
73 | 74 | A463D0562858F62600929A3C /* RegisterViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = RegisterViewController.xib; sourceTree = "<group>"; }; |
74 | 75 | A463D05B2858F64B00929A3C /* FavoritesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FavoritesViewController.swift; sourceTree = "<group>"; }; |
75 | 76 | A463D05C2858F64B00929A3C /* FavoritesViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = FavoritesViewController.xib; sourceTree = "<group>"; }; |
| 77 | + A463D06128590D0300929A3C /* Images.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Images.swift; sourceTree = "<group>"; }; |
76 | 78 | /* End PBXFileReference section */ |
77 | 79 |
|
78 | 80 | /* Begin PBXFrameworksBuildPhase section */ |
|
141 | 143 | A463D0152858EBBB00929A3C /* AnimalsApp */ = { |
142 | 144 | isa = PBXGroup; |
143 | 145 | children = ( |
| 146 | + A463D06028590CB700929A3C /* DesignSystem */, |
144 | 147 | A463D05F2858F66B00929A3C /* Views */, |
145 | 148 | A463D0162858EBBB00929A3C /* AppDelegate.swift */, |
146 | 149 | A463D0222858EBBD00929A3C /* Assets.xcassets */, |
|
215 | 218 | path = Views; |
216 | 219 | sourceTree = "<group>"; |
217 | 220 | }; |
| 221 | + A463D06028590CB700929A3C /* DesignSystem */ = { |
| 222 | + isa = PBXGroup; |
| 223 | + children = ( |
| 224 | + A463D06128590D0300929A3C /* Images.swift */, |
| 225 | + ); |
| 226 | + path = DesignSystem; |
| 227 | + sourceTree = "<group>"; |
| 228 | + }; |
218 | 229 | A9C6C33CA0A11D6B033AAEA1 /* Frameworks */ = { |
219 | 230 | isa = PBXGroup; |
220 | 231 | children = ( |
|
467 | 478 | isa = PBXSourcesBuildPhase; |
468 | 479 | buildActionMask = 2147483647; |
469 | 480 | files = ( |
| 481 | + A463D06228590D0300929A3C /* Images.swift in Sources */, |
470 | 482 | A463D0212858EBBB00929A3C /* AnimalsApp.xcdatamodeld in Sources */, |
471 | 483 | A463D0572858F62600929A3C /* RegisterViewController.swift in Sources */, |
472 | 484 | A463D0172858EBBB00929A3C /* AppDelegate.swift in Sources */, |
|
0 commit comments