|
15 | 15 | A458A08C2860BD2D0057BC34 /* Alert+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A458A08B2860BD2D0057BC34 /* Alert+UIViewController.swift */; }; |
16 | 16 | A458A0922860F7C40057BC34 /* success.json in Resources */ = {isa = PBXBuildFile; fileRef = A458A0912860F7C40057BC34 /* success.json */; }; |
17 | 17 | A458A094286128FF0057BC34 /* empty.json in Resources */ = {isa = PBXBuildFile; fileRef = A458A093286128FF0057BC34 /* empty.json */; }; |
| 18 | + A458A09E28628B600057BC34 /* FavoritesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A458A09C28628B600057BC34 /* FavoritesViewController.swift */; }; |
| 19 | + A458A09F28628B600057BC34 /* FavoritesViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A458A09D28628B600057BC34 /* FavoritesViewController.xib */; }; |
18 | 20 | A463D0172858EBBB00929A3C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D0162858EBBB00929A3C /* AppDelegate.swift */; }; |
19 | 21 | A463D0212858EBBB00929A3C /* AnimalsApp.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = A463D01F2858EBBB00929A3C /* AnimalsApp.xcdatamodeld */; }; |
20 | 22 | A463D0232858EBBD00929A3C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A463D0222858EBBD00929A3C /* Assets.xcassets */; }; |
|
28 | 30 | A463D0542858F60C00929A3C /* HomeViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A463D0522858F60C00929A3C /* HomeViewController.xib */; }; |
29 | 31 | A463D0572858F62600929A3C /* RegisterViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D0552858F62600929A3C /* RegisterViewController.swift */; }; |
30 | 32 | A463D0582858F62600929A3C /* RegisterViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A463D0562858F62600929A3C /* RegisterViewController.xib */; }; |
31 | | - A463D05D2858F64B00929A3C /* FavoritesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D05B2858F64B00929A3C /* FavoritesViewController.swift */; }; |
32 | | - A463D05E2858F64B00929A3C /* FavoritesViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A463D05C2858F64B00929A3C /* FavoritesViewController.xib */; }; |
33 | 33 | A463D06228590D0300929A3C /* Images.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D06128590D0300929A3C /* Images.swift */; }; |
34 | 34 | A463D065285953F900929A3C /* AnimalTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D063285953F900929A3C /* AnimalTableViewCell.swift */; }; |
35 | 35 | A463D066285953F900929A3C /* AnimalTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = A463D064285953F900929A3C /* AnimalTableViewCell.xib */; }; |
|
76 | 76 | A458A08B2860BD2D0057BC34 /* Alert+UIViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Alert+UIViewController.swift"; sourceTree = "<group>"; }; |
77 | 77 | A458A0912860F7C40057BC34 /* success.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = success.json; sourceTree = "<group>"; }; |
78 | 78 | A458A093286128FF0057BC34 /* empty.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = empty.json; sourceTree = "<group>"; }; |
| 79 | + A458A09C28628B600057BC34 /* FavoritesViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FavoritesViewController.swift; sourceTree = "<group>"; }; |
| 80 | + A458A09D28628B600057BC34 /* FavoritesViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = FavoritesViewController.xib; sourceTree = "<group>"; }; |
79 | 81 | A463D0132858EBBB00929A3C /* AnimalsApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AnimalsApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
80 | 82 | A463D0162858EBBB00929A3C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
81 | 83 | A463D0202858EBBB00929A3C /* AnimalsApp.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = AnimalsApp.xcdatamodel; sourceTree = "<group>"; }; |
|
93 | 95 | A463D0522858F60C00929A3C /* HomeViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeViewController.xib; sourceTree = "<group>"; }; |
94 | 96 | A463D0552858F62600929A3C /* RegisterViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegisterViewController.swift; sourceTree = "<group>"; }; |
95 | 97 | A463D0562858F62600929A3C /* RegisterViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = RegisterViewController.xib; sourceTree = "<group>"; }; |
96 | | - A463D05B2858F64B00929A3C /* FavoritesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FavoritesViewController.swift; sourceTree = "<group>"; }; |
97 | | - A463D05C2858F64B00929A3C /* FavoritesViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = FavoritesViewController.xib; sourceTree = "<group>"; }; |
98 | 98 | A463D06128590D0300929A3C /* Images.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Images.swift; sourceTree = "<group>"; }; |
99 | 99 | A463D063285953F900929A3C /* AnimalTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnimalTableViewCell.swift; sourceTree = "<group>"; }; |
100 | 100 | A463D064285953F900929A3C /* AnimalTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = AnimalTableViewCell.xib; sourceTree = "<group>"; }; |
|
262 | 262 | A463D0502858F4DE00929A3C /* FavoritesViewController */ = { |
263 | 263 | isa = PBXGroup; |
264 | 264 | children = ( |
265 | | - A463D05B2858F64B00929A3C /* FavoritesViewController.swift */, |
266 | | - A463D05C2858F64B00929A3C /* FavoritesViewController.xib */, |
| 265 | + A458A09C28628B600057BC34 /* FavoritesViewController.swift */, |
| 266 | + A458A09D28628B600057BC34 /* FavoritesViewController.xib */, |
267 | 267 | ); |
268 | 268 | path = FavoritesViewController; |
269 | 269 | sourceTree = "<group>"; |
|
470 | 470 | A458A094286128FF0057BC34 /* empty.json in Resources */, |
471 | 471 | A463D066285953F900929A3C /* AnimalTableViewCell.xib in Resources */, |
472 | 472 | A463D06E285A22D300929A3C /* DetailViewController.xib in Resources */, |
| 473 | + A458A09F28628B600057BC34 /* FavoritesViewController.xib in Resources */, |
473 | 474 | A463D0262858EBBD00929A3C /* LaunchScreen.storyboard in Resources */, |
474 | 475 | A458A0922860F7C40057BC34 /* success.json in Resources */, |
475 | 476 | A463D0232858EBBD00929A3C /* Assets.xcassets in Resources */, |
476 | | - A463D05E2858F64B00929A3C /* FavoritesViewController.xib in Resources */, |
477 | 477 | A463D078285A5A8000929A3C /* OpenSans-Regular.ttf in Resources */, |
478 | 478 | A463D0542858F60C00929A3C /* HomeViewController.xib in Resources */, |
479 | 479 | ); |
|
613 | 613 | A463D071285A373800929A3C /* Animals.swift in Sources */, |
614 | 614 | A458A086285E58CC0057BC34 /* FavoritesViewModel.swift in Sources */, |
615 | 615 | A463D04B2858F39000929A3C /* MainTabBarController.swift in Sources */, |
| 616 | + A458A09E28628B600057BC34 /* FavoritesViewController.swift in Sources */, |
616 | 617 | A463D074285A398900929A3C /* HomeViewModel.swift in Sources */, |
617 | 618 | A463D07A285B8D8E00929A3C /* Colors.swift in Sources */, |
618 | 619 | 5CA996F8285A98FB00FF5D79 /* RegisterViewModel.swift in Sources */, |
619 | | - A463D05D2858F64B00929A3C /* FavoritesViewController.swift in Sources */, |
620 | 620 | A463D06D285A22D200929A3C /* DetailViewController.swift in Sources */, |
621 | 621 | A463D07E285CF28200929A3C /* String.swift in Sources */, |
622 | 622 | A463D069285A1A5A00929A3C /* WebServices.swift in Sources */, |
|
0 commit comments