|
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 | A458A09628621A570057BC34 /* StringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A458A09528621A570057BC34 /* StringExtensions.swift */; }; |
19 | 21 | A458A09828622EA90057BC34 /* CoreDataMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = A458A09728622EA90057BC34 /* CoreDataMock.swift */; }; |
20 | 22 | A463D0172858EBBB00929A3C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D0162858EBBB00929A3C /* AppDelegate.swift */; }; |
|
29 | 31 | A463D0542858F60C00929A3C /* HomeViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A463D0522858F60C00929A3C /* HomeViewController.xib */; }; |
30 | 32 | A463D0572858F62600929A3C /* RegisterViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D0552858F62600929A3C /* RegisterViewController.swift */; }; |
31 | 33 | A463D0582858F62600929A3C /* RegisterViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A463D0562858F62600929A3C /* RegisterViewController.xib */; }; |
32 | | - A463D05D2858F64B00929A3C /* FavoritesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D05B2858F64B00929A3C /* FavoritesViewController.swift */; }; |
33 | | - A463D05E2858F64B00929A3C /* FavoritesViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A463D05C2858F64B00929A3C /* FavoritesViewController.xib */; }; |
34 | 34 | A463D06228590D0300929A3C /* Images.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D06128590D0300929A3C /* Images.swift */; }; |
35 | 35 | A463D065285953F900929A3C /* AnimalTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D063285953F900929A3C /* AnimalTableViewCell.swift */; }; |
36 | 36 | A463D066285953F900929A3C /* AnimalTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = A463D064285953F900929A3C /* AnimalTableViewCell.xib */; }; |
|
80 | 80 | A458A08B2860BD2D0057BC34 /* Alert+UIViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Alert+UIViewController.swift"; sourceTree = "<group>"; }; |
81 | 81 | A458A0912860F7C40057BC34 /* success.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = success.json; sourceTree = "<group>"; }; |
82 | 82 | A458A093286128FF0057BC34 /* empty.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = empty.json; sourceTree = "<group>"; }; |
| 83 | + A458A09C28628B600057BC34 /* FavoritesViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FavoritesViewController.swift; sourceTree = "<group>"; }; |
| 84 | + A458A09D28628B600057BC34 /* FavoritesViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = FavoritesViewController.xib; sourceTree = "<group>"; }; |
83 | 85 | A458A09528621A570057BC34 /* StringExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StringExtensions.swift; sourceTree = "<group>"; }; |
84 | 86 | A458A09728622EA90057BC34 /* CoreDataMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataMock.swift; sourceTree = "<group>"; }; |
85 | 87 | A463D0132858EBBB00929A3C /* AnimalsApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AnimalsApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
98 | 100 | A463D0522858F60C00929A3C /* HomeViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeViewController.xib; sourceTree = "<group>"; }; |
99 | 101 | A463D0552858F62600929A3C /* RegisterViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegisterViewController.swift; sourceTree = "<group>"; }; |
100 | 102 | A463D0562858F62600929A3C /* RegisterViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = RegisterViewController.xib; sourceTree = "<group>"; }; |
101 | | - A463D05B2858F64B00929A3C /* FavoritesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FavoritesViewController.swift; sourceTree = "<group>"; }; |
102 | | - A463D05C2858F64B00929A3C /* FavoritesViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = FavoritesViewController.xib; sourceTree = "<group>"; }; |
103 | 103 | A463D06128590D0300929A3C /* Images.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Images.swift; sourceTree = "<group>"; }; |
104 | 104 | A463D063285953F900929A3C /* AnimalTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnimalTableViewCell.swift; sourceTree = "<group>"; }; |
105 | 105 | A463D064285953F900929A3C /* AnimalTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = AnimalTableViewCell.xib; sourceTree = "<group>"; }; |
|
273 | 273 | A463D0502858F4DE00929A3C /* FavoritesViewController */ = { |
274 | 274 | isa = PBXGroup; |
275 | 275 | children = ( |
276 | | - A463D05B2858F64B00929A3C /* FavoritesViewController.swift */, |
277 | | - A463D05C2858F64B00929A3C /* FavoritesViewController.xib */, |
| 276 | + A458A09C28628B600057BC34 /* FavoritesViewController.swift */, |
| 277 | + A458A09D28628B600057BC34 /* FavoritesViewController.xib */, |
278 | 278 | ); |
279 | 279 | path = FavoritesViewController; |
280 | 280 | sourceTree = "<group>"; |
|
506 | 506 | A458A094286128FF0057BC34 /* empty.json in Resources */, |
507 | 507 | A463D066285953F900929A3C /* AnimalTableViewCell.xib in Resources */, |
508 | 508 | A463D06E285A22D300929A3C /* DetailViewController.xib in Resources */, |
| 509 | + A458A09F28628B600057BC34 /* FavoritesViewController.xib in Resources */, |
509 | 510 | A463D0262858EBBD00929A3C /* LaunchScreen.storyboard in Resources */, |
510 | 511 | A458A0922860F7C40057BC34 /* success.json in Resources */, |
511 | 512 | A463D0232858EBBD00929A3C /* Assets.xcassets in Resources */, |
512 | | - A463D05E2858F64B00929A3C /* FavoritesViewController.xib in Resources */, |
513 | 513 | A463D078285A5A8000929A3C /* OpenSans-Regular.ttf in Resources */, |
514 | 514 | A463D0542858F60C00929A3C /* HomeViewController.xib in Resources */, |
515 | 515 | ); |
|
649 | 649 | A463D071285A373800929A3C /* Animals.swift in Sources */, |
650 | 650 | A458A086285E58CC0057BC34 /* FavoritesViewModel.swift in Sources */, |
651 | 651 | A463D04B2858F39000929A3C /* MainTabBarController.swift in Sources */, |
| 652 | + A458A09E28628B600057BC34 /* FavoritesViewController.swift in Sources */, |
652 | 653 | A463D074285A398900929A3C /* HomeViewModel.swift in Sources */, |
653 | 654 | A463D07A285B8D8E00929A3C /* Colors.swift in Sources */, |
654 | 655 | A458A09628621A570057BC34 /* StringExtensions.swift in Sources */, |
655 | 656 | 5CA996F8285A98FB00FF5D79 /* RegisterViewModel.swift in Sources */, |
656 | | - A463D05D2858F64B00929A3C /* FavoritesViewController.swift in Sources */, |
657 | 657 | A463D06D285A22D200929A3C /* DetailViewController.swift in Sources */, |
658 | 658 | A463D069285A1A5A00929A3C /* WebServices.swift in Sources */, |
659 | 659 | A463D0532858F60C00929A3C /* HomeViewController.swift in Sources */, |
|
0 commit comments