|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 432FDDFDC9779A196A20F261 /* Pods_AnimalsApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9D1DC7AE05F709A3F0E450DA /* Pods_AnimalsApp.framework */; }; |
11 | 10 | 56CADB59A535B3ED60380013 /* Pods_AnimalsApp_AnimalsAppUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A1E75A013A1B19FF9D2B114B /* Pods_AnimalsApp_AnimalsAppUITests.framework */; }; |
12 | 11 | 5CA996F8285A98FB00FF5D79 /* RegisterViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CA996F7285A98FB00FF5D79 /* RegisterViewModel.swift */; }; |
13 | 12 | A2A6AE83CC0E1DAC784999B1 /* Pods_AnimalsAppTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 290D574622CE042567539136 /* Pods_AnimalsAppTests.framework */; }; |
14 | 13 | A458A086285E58CC0057BC34 /* FavoritesViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A458A085285E58CC0057BC34 /* FavoritesViewModel.swift */; }; |
15 | 14 | A458A08C2860BD2D0057BC34 /* Alert+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A458A08B2860BD2D0057BC34 /* Alert+UIViewController.swift */; }; |
16 | 15 | A458A0922860F7C40057BC34 /* success.json in Resources */ = {isa = PBXBuildFile; fileRef = A458A0912860F7C40057BC34 /* success.json */; }; |
17 | 16 | 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 */; }; |
20 | 17 | A458A09628621A570057BC34 /* StringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A458A09528621A570057BC34 /* StringExtensions.swift */; }; |
21 | 18 | A458A09828622EA90057BC34 /* CoreDataMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = A458A09728622EA90057BC34 /* CoreDataMock.swift */; }; |
| 19 | + A458A09E28628B600057BC34 /* FavoritesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A458A09C28628B600057BC34 /* FavoritesViewController.swift */; }; |
| 20 | + A458A09F28628B600057BC34 /* FavoritesViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A458A09D28628B600057BC34 /* FavoritesViewController.xib */; }; |
| 21 | + A458A0A0286351670057BC34 /* Pods_AnimalsApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9D1DC7AE05F709A3F0E450DA /* Pods_AnimalsApp.framework */; }; |
| 22 | + A458A0A1286351670057BC34 /* Pods_AnimalsApp.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9D1DC7AE05F709A3F0E450DA /* Pods_AnimalsApp.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
22 | 23 | A463D0172858EBBB00929A3C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A463D0162858EBBB00929A3C /* AppDelegate.swift */; }; |
23 | 24 | A463D0212858EBBB00929A3C /* AnimalsApp.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = A463D01F2858EBBB00929A3C /* AnimalsApp.xcdatamodeld */; }; |
24 | 25 | A463D0232858EBBD00929A3C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A463D0222858EBBD00929A3C /* Assets.xcassets */; }; |
|
65 | 66 | }; |
66 | 67 | /* End PBXContainerItemProxy section */ |
67 | 68 |
|
| 69 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 70 | + A458A0A2286351670057BC34 /* Embed Frameworks */ = { |
| 71 | + isa = PBXCopyFilesBuildPhase; |
| 72 | + buildActionMask = 2147483647; |
| 73 | + dstPath = ""; |
| 74 | + dstSubfolderSpec = 10; |
| 75 | + files = ( |
| 76 | + A458A0A1286351670057BC34 /* Pods_AnimalsApp.framework in Embed Frameworks */, |
| 77 | + ); |
| 78 | + name = "Embed Frameworks"; |
| 79 | + runOnlyForDeploymentPostprocessing = 0; |
| 80 | + }; |
| 81 | +/* End PBXCopyFilesBuildPhase section */ |
| 82 | + |
68 | 83 | /* Begin PBXFileReference section */ |
69 | 84 | 290D574622CE042567539136 /* Pods_AnimalsAppTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AnimalsAppTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
70 | 85 | 2DCF7719AB858998955D44F5 /* Pods-AnimalsApp-AnimalsAppUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AnimalsApp-AnimalsAppUITests.release.xcconfig"; path = "Target Support Files/Pods-AnimalsApp-AnimalsAppUITests/Pods-AnimalsApp-AnimalsAppUITests.release.xcconfig"; sourceTree = "<group>"; }; |
|
80 | 95 | A458A08B2860BD2D0057BC34 /* Alert+UIViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Alert+UIViewController.swift"; sourceTree = "<group>"; }; |
81 | 96 | A458A0912860F7C40057BC34 /* success.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = success.json; sourceTree = "<group>"; }; |
82 | 97 | 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>"; }; |
85 | 98 | A458A09528621A570057BC34 /* StringExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StringExtensions.swift; sourceTree = "<group>"; }; |
86 | 99 | A458A09728622EA90057BC34 /* CoreDataMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataMock.swift; sourceTree = "<group>"; }; |
| 100 | + A458A09C28628B600057BC34 /* FavoritesViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FavoritesViewController.swift; sourceTree = "<group>"; }; |
| 101 | + A458A09D28628B600057BC34 /* FavoritesViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = FavoritesViewController.xib; sourceTree = "<group>"; }; |
87 | 102 | A463D0132858EBBB00929A3C /* AnimalsApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AnimalsApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
88 | 103 | A463D0162858EBBB00929A3C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
89 | 104 | A463D0202858EBBB00929A3C /* AnimalsApp.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = AnimalsApp.xcdatamodel; sourceTree = "<group>"; }; |
|
122 | 137 | isa = PBXFrameworksBuildPhase; |
123 | 138 | buildActionMask = 2147483647; |
124 | 139 | files = ( |
125 | | - 432FDDFDC9779A196A20F261 /* Pods_AnimalsApp.framework in Frameworks */, |
| 140 | + A458A0A0286351670057BC34 /* Pods_AnimalsApp.framework in Frameworks */, |
126 | 141 | ); |
127 | 142 | runOnlyForDeploymentPostprocessing = 0; |
128 | 143 | }; |
|
404 | 419 | A463D0102858EBBB00929A3C /* Frameworks */, |
405 | 420 | A463D0112858EBBB00929A3C /* Resources */, |
406 | 421 | E3DA1FD4397577CB97B30CF8 /* [CP] Embed Pods Frameworks */, |
| 422 | + A458A0A2286351670057BC34 /* Embed Frameworks */, |
407 | 423 | ); |
408 | 424 | buildRules = ( |
409 | 425 | ); |
|
830 | 846 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
831 | 847 | CODE_SIGN_STYLE = Automatic; |
832 | 848 | CURRENT_PROJECT_VERSION = 1; |
| 849 | + DEVELOPMENT_TEAM = 499LUVNFHJ; |
833 | 850 | GENERATE_INFOPLIST_FILE = YES; |
834 | 851 | INFOPLIST_FILE = AnimalsApp/Info.plist; |
835 | 852 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
836 | 853 | INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
| 854 | + INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; |
837 | 855 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
838 | 856 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
839 | 857 | IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
|
858 | 876 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
859 | 877 | CODE_SIGN_STYLE = Automatic; |
860 | 878 | CURRENT_PROJECT_VERSION = 1; |
| 879 | + DEVELOPMENT_TEAM = 499LUVNFHJ; |
861 | 880 | GENERATE_INFOPLIST_FILE = YES; |
862 | 881 | INFOPLIST_FILE = AnimalsApp/Info.plist; |
863 | 882 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
864 | 883 | INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
| 884 | + INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; |
865 | 885 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
866 | 886 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
867 | 887 | IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
|
0 commit comments