|
12 | 12 | 5CA996F8285A98FB00FF5D79 /* RegisterViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CA996F7285A98FB00FF5D79 /* RegisterViewModel.swift */; }; |
13 | 13 | A2A6AE83CC0E1DAC784999B1 /* Pods_AnimalsAppTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 290D574622CE042567539136 /* Pods_AnimalsAppTests.framework */; }; |
14 | 14 | A458A086285E58CC0057BC34 /* FavoritesViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A458A085285E58CC0057BC34 /* FavoritesViewModel.swift */; }; |
| 15 | + A458A08C2860BD2D0057BC34 /* Alert+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A458A08B2860BD2D0057BC34 /* Alert+UIViewController.swift */; }; |
15 | 16 | A463D0172858EBBB00929A3C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D0162858EBBB00929A3C /* AppDelegate.swift */; }; |
16 | 17 | A463D0212858EBBB00929A3C /* AnimalsApp.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = A463D01F2858EBBB00929A3C /* AnimalsApp.xcdatamodeld */; }; |
17 | 18 | A463D0232858EBBD00929A3C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A463D0222858EBBD00929A3C /* Assets.xcassets */; }; |
|
70 | 71 | 9D1DC7AE05F709A3F0E450DA /* Pods_AnimalsApp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AnimalsApp.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
71 | 72 | A1E75A013A1B19FF9D2B114B /* Pods_AnimalsApp_AnimalsAppUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AnimalsApp_AnimalsAppUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
72 | 73 | A458A085285E58CC0057BC34 /* FavoritesViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FavoritesViewModel.swift; sourceTree = "<group>"; }; |
| 74 | + A458A08B2860BD2D0057BC34 /* Alert+UIViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Alert+UIViewController.swift"; sourceTree = "<group>"; }; |
73 | 75 | A463D0132858EBBB00929A3C /* AnimalsApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AnimalsApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
74 | 76 | A463D0162858EBBB00929A3C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
75 | 77 | A463D0202858EBBB00929A3C /* AnimalsApp.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = AnimalsApp.xcdatamodel; sourceTree = "<group>"; }; |
|
144 | 146 | path = Pods; |
145 | 147 | sourceTree = "<group>"; |
146 | 148 | }; |
| 149 | + A458A08A2860BD1A0057BC34 /* Extensions */ = { |
| 150 | + isa = PBXGroup; |
| 151 | + children = ( |
| 152 | + A458A08B2860BD2D0057BC34 /* Alert+UIViewController.swift */, |
| 153 | + ); |
| 154 | + path = Extensions; |
| 155 | + sourceTree = "<group>"; |
| 156 | + }; |
147 | 157 | A463D00A2858EBBA00929A3C = { |
148 | 158 | isa = PBXGroup; |
149 | 159 | children = ( |
|
169 | 179 | A463D0152858EBBB00929A3C /* AnimalsApp */ = { |
170 | 180 | isa = PBXGroup; |
171 | 181 | children = ( |
| 182 | + A458A08A2860BD1A0057BC34 /* Extensions */, |
172 | 183 | A463D076285A59B500929A3C /* Resources */, |
173 | 184 | A463D067285A1A4300929A3C /* Services */, |
174 | 185 | A463D06028590CB700929A3C /* DesignSystem */, |
|
569 | 580 | buildActionMask = 2147483647; |
570 | 581 | files = ( |
571 | 582 | A463D06228590D0300929A3C /* Images.swift in Sources */, |
| 583 | + A458A08C2860BD2D0057BC34 /* Alert+UIViewController.swift in Sources */, |
572 | 584 | A463D07C285B9B6300929A3C /* CoreData.swift in Sources */, |
573 | 585 | A463D065285953F900929A3C /* AnimalTableViewCell.swift in Sources */, |
574 | 586 | A463D0212858EBBB00929A3C /* AnimalsApp.xcdatamodeld in Sources */, |
|
0 commit comments