project.pbxproj 26.7 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 51;
	objects = {

/* Begin PBXBuildFile section */
		5FF85C0DA68B808CDC399639 /* Pods_ProductosPY.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 33852ED78B1405189468D0C4 /* Pods_ProductosPY.framework */; };
		BB5A71F62463773C00B51D4E /* PageView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BB5A71F52463773C00B51D4E /* PageView.xib */; };
		BB5A71F82465A25000B51D4E /* PageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB5A71F72465A25000B51D4E /* PageView.swift */; };
		BB5A71FB2465A5EC00B51D4E /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB5A71FA2465A5EC00B51D4E /* Constants.swift */; };
		BB5A71FE2465C7D800B51D4E /* ScreenTwoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB5A71FD2465C7D800B51D4E /* ScreenTwoViewController.swift */; };
		BB5A7201246610BE00B51D4E /* HTTPClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB5A7200246610BE00B51D4E /* HTTPClient.swift */; };
		BB5A72032466114400B51D4E /* APIError.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB5A72022466114400B51D4E /* APIError.swift */; };
		BB5A72052466117C00B51D4E /* APISessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB5A72042466117C00B51D4E /* APISessionManager.swift */; };
		BB5A7209246A1AFC00B51D4E /* FeatureCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB5A7208246A1AFC00B51D4E /* FeatureCollection.swift */; };
19 20 21 22 23 24 25 26 27 28
		BB5A720B246CBC0600B51D4E /* CustomMarkerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB5A720A246CBC0600B51D4E /* CustomMarkerView.swift */; };
		BB5A7238246DEFF500B51D4E /* ScreenForDetailsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB5A7237246DEFF400B51D4E /* ScreenForDetailsViewController.swift */; };
		BB5A723A2471336A00B51D4E /* screenThreInfomationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB5A72392471336A00B51D4E /* screenThreInfomationViewController.swift */; };
		BB5A726C2473279B00B51D4E /* ProductosPY.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = BB5A726A2473279B00B51D4E /* ProductosPY.xcdatamodeld */; };
		BB5A727224732B3B00B51D4E /* Favorito.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB5A727124732B3B00B51D4E /* Favorito.swift */; };
		BB5A727424734E7800B51D4E /* ScreenFiveFavoritesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB5A727324734E7800B51D4E /* ScreenFiveFavoritesViewController.swift */; };
		BB5A727624734FB600B51D4E /* FavoriteCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB5A727524734FB600B51D4E /* FavoriteCell.swift */; };
		BB8DBE3824738BC6006891EF /* FavToVendorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8DBE3724738BC6006891EF /* FavToVendorViewController.swift */; };
		BB8DBE3A2473B1E7006891EF /* DistanceVendorsCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8DBE392473B1E7006891EF /* DistanceVendorsCell.swift */; };
		BB8DBE3C2473BAFD006891EF /* FeatureWithDistance.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8DBE3B2473BAFD006891EF /* FeatureWithDistance.swift */; };
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
		BBDA25AB2463193100819183 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBDA25AA2463193100819183 /* AppDelegate.swift */; };
		BBDA25AD2463193100819183 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBDA25AC2463193100819183 /* SceneDelegate.swift */; };
		BBDA25AF2463193100819183 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBDA25AE2463193100819183 /* ViewController.swift */; };
		BBDA25B22463193100819183 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BBDA25B02463193100819183 /* Main.storyboard */; };
		BBDA25B42463194600819183 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BBDA25B32463194600819183 /* Assets.xcassets */; };
		BBDA25B72463194600819183 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BBDA25B52463194600819183 /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		33852ED78B1405189468D0C4 /* Pods_ProductosPY.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ProductosPY.framework; sourceTree = BUILT_PRODUCTS_DIR; };
		B203AABE016BF67CB04CC8FF /* Pods-ProductosPY.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ProductosPY.release.xcconfig"; path = "Target Support Files/Pods-ProductosPY/Pods-ProductosPY.release.xcconfig"; sourceTree = "<group>"; };
		BB5A71F52463773C00B51D4E /* PageView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PageView.xib; sourceTree = "<group>"; };
		BB5A71F72465A25000B51D4E /* PageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PageView.swift; sourceTree = "<group>"; };
		BB5A71FA2465A5EC00B51D4E /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
		BB5A71FD2465C7D800B51D4E /* ScreenTwoViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScreenTwoViewController.swift; sourceTree = "<group>"; };
		BB5A7200246610BE00B51D4E /* HTTPClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPClient.swift; sourceTree = "<group>"; };
		BB5A72022466114400B51D4E /* APIError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APIError.swift; sourceTree = "<group>"; };
		BB5A72042466117C00B51D4E /* APISessionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APISessionManager.swift; sourceTree = "<group>"; };
		BB5A7208246A1AFC00B51D4E /* FeatureCollection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeatureCollection.swift; sourceTree = "<group>"; };
48 49 50 51 52 53 54 55 56 57
		BB5A720A246CBC0600B51D4E /* CustomMarkerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomMarkerView.swift; sourceTree = "<group>"; };
		BB5A7237246DEFF400B51D4E /* ScreenForDetailsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScreenForDetailsViewController.swift; sourceTree = "<group>"; };
		BB5A72392471336A00B51D4E /* screenThreInfomationViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = screenThreInfomationViewController.swift; sourceTree = "<group>"; };
		BB5A726B2473279B00B51D4E /* ProductosPY.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = ProductosPY.xcdatamodel; sourceTree = "<group>"; };
		BB5A727124732B3B00B51D4E /* Favorito.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Favorito.swift; sourceTree = "<group>"; };
		BB5A727324734E7800B51D4E /* ScreenFiveFavoritesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScreenFiveFavoritesViewController.swift; sourceTree = "<group>"; };
		BB5A727524734FB600B51D4E /* FavoriteCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FavoriteCell.swift; sourceTree = "<group>"; };
		BB8DBE3724738BC6006891EF /* FavToVendorViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FavToVendorViewController.swift; sourceTree = "<group>"; };
		BB8DBE392473B1E7006891EF /* DistanceVendorsCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DistanceVendorsCell.swift; sourceTree = "<group>"; };
		BB8DBE3B2473BAFD006891EF /* FeatureWithDistance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeatureWithDistance.swift; sourceTree = "<group>"; };
58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
		BBDA25A72463193100819183 /* ProductosPY.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ProductosPY.app; sourceTree = BUILT_PRODUCTS_DIR; };
		BBDA25AA2463193100819183 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
		BBDA25AC2463193100819183 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
		BBDA25AE2463193100819183 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
		BBDA25B12463193100819183 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
		BBDA25B32463194600819183 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
		BBDA25B62463194600819183 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
		BBDA25B82463194600819183 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
		C3CEE7E979F83FF9012FDC54 /* Pods-ProductosPY.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ProductosPY.debug.xcconfig"; path = "Target Support Files/Pods-ProductosPY/Pods-ProductosPY.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		BBDA25A42463193100819183 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				5FF85C0DA68B808CDC399639 /* Pods_ProductosPY.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		2566EFE170E457DE296AD41E /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				33852ED78B1405189468D0C4 /* Pods_ProductosPY.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		38803EEDE9CF2864479B26E2 /* Pods */ = {
			isa = PBXGroup;
			children = (
				C3CEE7E979F83FF9012FDC54 /* Pods-ProductosPY.debug.xcconfig */,
				B203AABE016BF67CB04CC8FF /* Pods-ProductosPY.release.xcconfig */,
			);
			path = Pods;
			sourceTree = "<group>";
		};
		BB5A71F124636A7400B51D4E /* xib */ = {
			isa = PBXGroup;
			children = (
				BB5A71F52463773C00B51D4E /* PageView.xib */,
			);
			path = xib;
			sourceTree = "<group>";
		};
		BB5A71F224636A8200B51D4E /* entities */ = {
			isa = PBXGroup;
			children = (
				BB5A71F72465A25000B51D4E /* PageView.swift */,
110 111 112
				BB5A720A246CBC0600B51D4E /* CustomMarkerView.swift */,
				BB5A727524734FB600B51D4E /* FavoriteCell.swift */,
				BB8DBE392473B1E7006891EF /* DistanceVendorsCell.swift */,
113 114 115 116 117 118 119 120 121
			);
			path = entities;
			sourceTree = "<group>";
		};
		BB5A71F92465A5C400B51D4E /* structs */ = {
			isa = PBXGroup;
			children = (
				BB5A71FA2465A5EC00B51D4E /* Constants.swift */,
				BB5A7208246A1AFC00B51D4E /* FeatureCollection.swift */,
122
				BB8DBE3B2473BAFD006891EF /* FeatureWithDistance.swift */,
123 124 125 126 127 128 129 130 131
			);
			path = structs;
			sourceTree = "<group>";
		};
		BB5A71FC2465C7AC00B51D4E /* ViewControllers */ = {
			isa = PBXGroup;
			children = (
				BBDA25AE2463193100819183 /* ViewController.swift */,
				BB5A71FD2465C7D800B51D4E /* ScreenTwoViewController.swift */,
132 133 134 135
				BB5A7237246DEFF400B51D4E /* ScreenForDetailsViewController.swift */,
				BB5A72392471336A00B51D4E /* screenThreInfomationViewController.swift */,
				BB5A727324734E7800B51D4E /* ScreenFiveFavoritesViewController.swift */,
				BB8DBE3724738BC6006891EF /* FavToVendorViewController.swift */,
136 137 138 139 140 141 142 143 144 145 146 147 148 149
			);
			path = ViewControllers;
			sourceTree = "<group>";
		};
		BB5A71FF24660D8600B51D4E /* utilities */ = {
			isa = PBXGroup;
			children = (
				BB5A7200246610BE00B51D4E /* HTTPClient.swift */,
				BB5A72022466114400B51D4E /* APIError.swift */,
				BB5A72042466117C00B51D4E /* APISessionManager.swift */,
			);
			path = utilities;
			sourceTree = "<group>";
		};
150 151 152 153 154 155 156 157
		BB5A723E2473226900B51D4E /* entitiesCoreData */ = {
			isa = PBXGroup;
			children = (
				BB5A727124732B3B00B51D4E /* Favorito.swift */,
			);
			path = entitiesCoreData;
			sourceTree = "<group>";
		};
158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178
		BBDA259E2463193100819183 = {
			isa = PBXGroup;
			children = (
				BBDA25A92463193100819183 /* ProductosPY */,
				BBDA25A82463193100819183 /* Products */,
				38803EEDE9CF2864479B26E2 /* Pods */,
				2566EFE170E457DE296AD41E /* Frameworks */,
			);
			sourceTree = "<group>";
		};
		BBDA25A82463193100819183 /* Products */ = {
			isa = PBXGroup;
			children = (
				BBDA25A72463193100819183 /* ProductosPY.app */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		BBDA25A92463193100819183 /* ProductosPY */ = {
			isa = PBXGroup;
			children = (
179
				BB5A723E2473226900B51D4E /* entitiesCoreData */,
180 181 182 183 184 185 186 187 188 189 190
				BB5A71FF24660D8600B51D4E /* utilities */,
				BB5A71FC2465C7AC00B51D4E /* ViewControllers */,
				BB5A71F92465A5C400B51D4E /* structs */,
				BB5A71F224636A8200B51D4E /* entities */,
				BB5A71F124636A7400B51D4E /* xib */,
				BBDA25AA2463193100819183 /* AppDelegate.swift */,
				BBDA25AC2463193100819183 /* SceneDelegate.swift */,
				BBDA25B02463193100819183 /* Main.storyboard */,
				BBDA25B32463194600819183 /* Assets.xcassets */,
				BBDA25B52463194600819183 /* LaunchScreen.storyboard */,
				BBDA25B82463194600819183 /* Info.plist */,
191
				BB5A726A2473279B00B51D4E /* ProductosPY.xcdatamodeld */,
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330
			);
			path = ProductosPY;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		BBDA25A62463193100819183 /* ProductosPY */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = BBDA25BB2463194600819183 /* Build configuration list for PBXNativeTarget "ProductosPY" */;
			buildPhases = (
				D21C9E930D434AD4B02029C7 /* [CP] Check Pods Manifest.lock */,
				BBDA25A32463193100819183 /* Sources */,
				BBDA25A42463193100819183 /* Frameworks */,
				BBDA25A52463193100819183 /* Resources */,
				167ECD7029CBBDA9F5C6F527 /* [CP] Embed Pods Frameworks */,
				9B30DA49D3B5EBCD237ABCE5 /* [CP] Copy Pods Resources */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = ProductosPY;
			productName = ProductosPY;
			productReference = BBDA25A72463193100819183 /* ProductosPY.app */;
			productType = "com.apple.product-type.application";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		BBDA259F2463193100819183 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastSwiftUpdateCheck = 1110;
				LastUpgradeCheck = 1110;
				ORGANIZATIONNAME = "Mobile Roshka";
				TargetAttributes = {
					BBDA25A62463193100819183 = {
						CreatedOnToolsVersion = 11.1;
					};
				};
			};
			buildConfigurationList = BBDA25A22463193100819183 /* Build configuration list for PBXProject "ProductosPY" */;
			compatibilityVersion = "Xcode 9.3";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
				Base,
			);
			mainGroup = BBDA259E2463193100819183;
			productRefGroup = BBDA25A82463193100819183 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				BBDA25A62463193100819183 /* ProductosPY */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		BBDA25A52463193100819183 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				BBDA25B72463194600819183 /* LaunchScreen.storyboard in Resources */,
				BB5A71F62463773C00B51D4E /* PageView.xib in Resources */,
				BBDA25B42463194600819183 /* Assets.xcassets in Resources */,
				BBDA25B22463193100819183 /* Main.storyboard in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
		167ECD7029CBBDA9F5C6F527 /* [CP] Embed Pods Frameworks */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputFileListPaths = (
				"${PODS_ROOT}/Target Support Files/Pods-ProductosPY/Pods-ProductosPY-frameworks-${CONFIGURATION}-input-files.xcfilelist",
			);
			name = "[CP] Embed Pods Frameworks";
			outputFileListPaths = (
				"${PODS_ROOT}/Target Support Files/Pods-ProductosPY/Pods-ProductosPY-frameworks-${CONFIGURATION}-output-files.xcfilelist",
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ProductosPY/Pods-ProductosPY-frameworks.sh\"\n";
			showEnvVarsInLog = 0;
		};
		9B30DA49D3B5EBCD237ABCE5 /* [CP] Copy Pods Resources */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputFileListPaths = (
				"${PODS_ROOT}/Target Support Files/Pods-ProductosPY/Pods-ProductosPY-resources-${CONFIGURATION}-input-files.xcfilelist",
			);
			name = "[CP] Copy Pods Resources";
			outputFileListPaths = (
				"${PODS_ROOT}/Target Support Files/Pods-ProductosPY/Pods-ProductosPY-resources-${CONFIGURATION}-output-files.xcfilelist",
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ProductosPY/Pods-ProductosPY-resources.sh\"\n";
			showEnvVarsInLog = 0;
		};
		D21C9E930D434AD4B02029C7 /* [CP] Check Pods Manifest.lock */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputFileListPaths = (
			);
			inputPaths = (
				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
				"${PODS_ROOT}/Manifest.lock",
			);
			name = "[CP] Check Pods Manifest.lock";
			outputFileListPaths = (
			);
			outputPaths = (
				"$(DERIVED_FILE_DIR)/Pods-ProductosPY-checkManifestLockResult.txt",
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n    # print error to STDERR\n    echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n    exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
			showEnvVarsInLog = 0;
		};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		BBDA25A32463193100819183 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				BB5A71FB2465A5EC00B51D4E /* Constants.swift in Sources */,
331
				BB8DBE3824738BC6006891EF /* FavToVendorViewController.swift in Sources */,
332 333
				BBDA25AF2463193100819183 /* ViewController.swift in Sources */,
				BB5A72052466117C00B51D4E /* APISessionManager.swift in Sources */,
334
				BB5A7238246DEFF500B51D4E /* ScreenForDetailsViewController.swift in Sources */,
335
				BB5A7209246A1AFC00B51D4E /* FeatureCollection.swift in Sources */,
336 337
				BB5A720B246CBC0600B51D4E /* CustomMarkerView.swift in Sources */,
				BB5A726C2473279B00B51D4E /* ProductosPY.xcdatamodeld in Sources */,
338 339 340
				BB5A71F82465A25000B51D4E /* PageView.swift in Sources */,
				BB5A7201246610BE00B51D4E /* HTTPClient.swift in Sources */,
				BB5A71FE2465C7D800B51D4E /* ScreenTwoViewController.swift in Sources */,
341
				BB8DBE3C2473BAFD006891EF /* FeatureWithDistance.swift in Sources */,
342 343
				BB5A72032466114400B51D4E /* APIError.swift in Sources */,
				BBDA25AB2463193100819183 /* AppDelegate.swift in Sources */,
344
				BB5A723A2471336A00B51D4E /* screenThreInfomationViewController.swift in Sources */,
345
				BBDA25AD2463193100819183 /* SceneDelegate.swift in Sources */,
346 347 348 349
				BB5A727424734E7800B51D4E /* ScreenFiveFavoritesViewController.swift in Sources */,
				BB5A727224732B3B00B51D4E /* Favorito.swift in Sources */,
				BB8DBE3A2473B1E7006891EF /* DistanceVendorsCell.swift in Sources */,
				BB5A727624734FB600B51D4E /* FavoriteCell.swift in Sources */,
350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
		BBDA25B02463193100819183 /* Main.storyboard */ = {
			isa = PBXVariantGroup;
			children = (
				BBDA25B12463193100819183 /* Base */,
			);
			name = Main.storyboard;
			sourceTree = "<group>";
		};
		BBDA25B52463194600819183 /* LaunchScreen.storyboard */ = {
			isa = PBXVariantGroup;
			children = (
				BBDA25B62463194600819183 /* Base */,
			);
			name = LaunchScreen.storyboard;
			sourceTree = "<group>";
		};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
		BBDA25B92463194600819183 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_ENABLE_OBJC_WEAK = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = dwarf;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				ENABLE_TESTABILITY = YES;
				GCC_C_LANGUAGE_STANDARD = gnu11;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 13.1;
				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
				MTL_FAST_MATH = YES;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
			};
			name = Debug;
		};
		BBDA25BA2463194600819183 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_ENABLE_OBJC_WEAK = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				ENABLE_NS_ASSERTIONS = NO;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_C_LANGUAGE_STANDARD = gnu11;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 13.1;
				MTL_ENABLE_DEBUG_INFO = NO;
				MTL_FAST_MATH = YES;
				SDKROOT = iphoneos;
				SWIFT_COMPILATION_MODE = wholemodule;
				SWIFT_OPTIMIZATION_LEVEL = "-O";
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		BBDA25BC2463194600819183 /* Debug */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = C3CEE7E979F83FF9012FDC54 /* Pods-ProductosPY.debug.xcconfig */;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				CODE_SIGN_STYLE = Automatic;
				INFOPLIST_FILE = ProductosPY/Info.plist;
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
				);
				PRODUCT_BUNDLE_IDENTIFIER = com.roshka.ProductosPY;
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_VERSION = 5.0;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Debug;
		};
		BBDA25BD2463194600819183 /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = B203AABE016BF67CB04CC8FF /* Pods-ProductosPY.release.xcconfig */;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				CODE_SIGN_STYLE = Automatic;
				INFOPLIST_FILE = ProductosPY/Info.plist;
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
				);
				PRODUCT_BUNDLE_IDENTIFIER = com.roshka.ProductosPY;
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_VERSION = 5.0;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		BBDA25A22463193100819183 /* Build configuration list for PBXProject "ProductosPY" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				BBDA25B92463194600819183 /* Debug */,
				BBDA25BA2463194600819183 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		BBDA25BB2463194600819183 /* Build configuration list for PBXNativeTarget "ProductosPY" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				BBDA25BC2463194600819183 /* Debug */,
				BBDA25BD2463194600819183 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
547 548 549 550 551 552 553 554 555 556 557 558 559

/* Begin XCVersionGroup section */
		BB5A726A2473279B00B51D4E /* ProductosPY.xcdatamodeld */ = {
			isa = XCVersionGroup;
			children = (
				BB5A726B2473279B00B51D4E /* ProductosPY.xcdatamodel */,
			);
			currentVersion = BB5A726B2473279B00B51D4E /* ProductosPY.xcdatamodel */;
			path = ProductosPY.xcdatamodeld;
			sourceTree = "<group>";
			versionGroupType = wrapper.xcdatamodel;
		};
/* End XCVersionGroup section */
560 561 562
	};
	rootObject = BBDA259F2463193100819183 /* Project object */;
}