1// !$*UTF8*$!
2{
3	archiveVersion = 1;
4	classes = {
5	};
6	objectVersion = 46;
7	objects = {
8
9/* Begin PBXBuildFile section */
10		13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
11		13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
12/* End PBXBuildFile section */
13
14/* Begin PBXFileReference section */
15		008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
16		13B07F961A680F5B00A75B9A /* app.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = app.app; sourceTree = BUILT_PRODUCTS_DIR; };
17		13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = app/AppDelegate.h; sourceTree = "<group>"; };
18		13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = app/AppDelegate.m; sourceTree = "<group>"; };
19		13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = app/Info.plist; sourceTree = "<group>"; };
20		13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = app/main.m; sourceTree = "<group>"; };
21		58EEBF8E8E6FB1BC6CAF49B5 /* libPods-app.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-app.a"; sourceTree = BUILT_PRODUCTS_DIR; };
22		6C2E3173556A471DD304B334 /* Pods-app.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-app.debug.xcconfig"; path = "Target Support Files/Pods-app/Pods-app.debug.xcconfig"; sourceTree = "<group>"; };
23		7A4D352CD337FB3A3BF06240 /* Pods-app.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-app.release.xcconfig"; path = "Target Support Files/Pods-app/Pods-app.release.xcconfig"; sourceTree = "<group>"; };
24		ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
25		ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
26/* End PBXFileReference section */
27
28/* Begin PBXFrameworksBuildPhase section */
29		13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
30			isa = PBXFrameworksBuildPhase;
31			buildActionMask = 2147483647;
32			files = (
33			);
34			runOnlyForDeploymentPostprocessing = 0;
35		};
36/* End PBXFrameworksBuildPhase section */
37
38/* Begin PBXGroup section */
39		13B07FAE1A68108700A75B9A /* app */ = {
40			isa = PBXGroup;
41			children = (
42				008F07F21AC5B25A0029DE68 /* main.jsbundle */,
43				13B07FAF1A68108700A75B9A /* AppDelegate.h */,
44				13B07FB01A68108700A75B9A /* AppDelegate.m */,
45				13B07FB61A68108700A75B9A /* Info.plist */,
46				13B07FB71A68108700A75B9A /* main.m */,
47			);
48			name = app;
49			sourceTree = "<group>";
50		};
51		2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
52			isa = PBXGroup;
53			children = (
54				ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
55				ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
56				58EEBF8E8E6FB1BC6CAF49B5 /* libPods-app.a */,
57			);
58			name = Frameworks;
59			sourceTree = "<group>";
60		};
61		832341AE1AAA6A7D00B99B32 /* Libraries */ = {
62			isa = PBXGroup;
63			children = (
64			);
65			name = Libraries;
66			sourceTree = "<group>";
67		};
68		83CBB9F61A601CBA00E9B192 = {
69			isa = PBXGroup;
70			children = (
71				13B07FAE1A68108700A75B9A /* app */,
72				832341AE1AAA6A7D00B99B32 /* Libraries */,
73				83CBBA001A601CBA00E9B192 /* Products */,
74				2D16E6871FA4F8E400B85C8A /* Frameworks */,
75				D65327D7A22EEC0BE12398D9 /* Pods */,
76			);
77			indentWidth = 2;
78			sourceTree = "<group>";
79			tabWidth = 2;
80			usesTabs = 0;
81		};
82		83CBBA001A601CBA00E9B192 /* Products */ = {
83			isa = PBXGroup;
84			children = (
85				13B07F961A680F5B00A75B9A /* app.app */,
86			);
87			name = Products;
88			sourceTree = "<group>";
89		};
90		D65327D7A22EEC0BE12398D9 /* Pods */ = {
91			isa = PBXGroup;
92			children = (
93				6C2E3173556A471DD304B334 /* Pods-app.debug.xcconfig */,
94				7A4D352CD337FB3A3BF06240 /* Pods-app.release.xcconfig */,
95			);
96			path = Pods;
97			sourceTree = "<group>";
98		};
99/* End PBXGroup section */
100
101/* Begin PBXNativeTarget section */
102		13B07F861A680F5B00A75B9A /* app */ = {
103			isa = PBXNativeTarget;
104			buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "app" */;
105			buildPhases = (
106				08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */,
107				FD10A7F022414F080027D42C /* Start Packager */,
108				13B07F871A680F5B00A75B9A /* Sources */,
109				13B07F8C1A680F5B00A75B9A /* Frameworks */,
110				13B07F8E1A680F5B00A75B9A /* Resources */,
111				00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
112				800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */,
113			);
114			buildRules = (
115			);
116			dependencies = (
117			);
118			name = app;
119			productName = app;
120			productReference = 13B07F961A680F5B00A75B9A /* app.app */;
121			productType = "com.apple.product-type.application";
122		};
123/* End PBXNativeTarget section */
124
125/* Begin PBXProject section */
126		83CBB9F71A601CBA00E9B192 /* Project object */ = {
127			isa = PBXProject;
128			attributes = {
129				LastUpgradeCheck = 1130;
130				TargetAttributes = {
131					13B07F861A680F5B00A75B9A = {
132						DevelopmentTeam = QQ57RJ5UTD;
133						LastSwiftMigration = 1120;
134					};
135				};
136			};
137			buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "app" */;
138			compatibilityVersion = "Xcode 3.2";
139			developmentRegion = en;
140			hasScannedForEncodings = 0;
141			knownRegions = (
142				en,
143				Base,
144			);
145			mainGroup = 83CBB9F61A601CBA00E9B192;
146			productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
147			projectDirPath = "";
148			projectRoot = "";
149			targets = (
150				13B07F861A680F5B00A75B9A /* app */,
151			);
152		};
153/* End PBXProject section */
154
155/* Begin PBXResourcesBuildPhase section */
156		13B07F8E1A680F5B00A75B9A /* Resources */ = {
157			isa = PBXResourcesBuildPhase;
158			buildActionMask = 2147483647;
159			files = (
160			);
161			runOnlyForDeploymentPostprocessing = 0;
162		};
163/* End PBXResourcesBuildPhase section */
164
165/* Begin PBXShellScriptBuildPhase section */
166		00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
167			isa = PBXShellScriptBuildPhase;
168			buildActionMask = 2147483647;
169			files = (
170			);
171			inputPaths = (
172			);
173			name = "Bundle React Native code and images";
174			outputPaths = (
175			);
176			runOnlyForDeploymentPostprocessing = 0;
177			shellPath = /bin/sh;
178			shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n../node_modules/expo-constants/scripts/get-app-config-ios.sh\n../node_modules/expo-updates/scripts/create-manifest-ios.sh\n";
179		};
180		08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */ = {
181			isa = PBXShellScriptBuildPhase;
182			buildActionMask = 2147483647;
183			files = (
184			);
185			inputFileListPaths = (
186			);
187			inputPaths = (
188				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
189				"${PODS_ROOT}/Manifest.lock",
190			);
191			name = "[CP] Check Pods Manifest.lock";
192			outputFileListPaths = (
193			);
194			outputPaths = (
195				"$(DERIVED_FILE_DIR)/Pods-app-checkManifestLockResult.txt",
196			);
197			runOnlyForDeploymentPostprocessing = 0;
198			shellPath = /bin/sh;
199			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";
200			showEnvVarsInLog = 0;
201		};
202		800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = {
203			isa = PBXShellScriptBuildPhase;
204			buildActionMask = 2147483647;
205			files = (
206			);
207			inputPaths = (
208				"${PODS_ROOT}/Target Support Files/Pods-app/Pods-app-resources.sh",
209				"${PODS_ROOT}/FBSDKCoreKit/FacebookSDKStrings.bundle",
210				"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
211			);
212			name = "[CP] Copy Pods Resources";
213			outputPaths = (
214				"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FacebookSDKStrings.bundle",
215				"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
216			);
217			runOnlyForDeploymentPostprocessing = 0;
218			shellPath = /bin/sh;
219			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-app/Pods-app-resources.sh\"\n";
220			showEnvVarsInLog = 0;
221		};
222		FD10A7F022414F080027D42C /* Start Packager */ = {
223			isa = PBXShellScriptBuildPhase;
224			buildActionMask = 2147483647;
225			files = (
226			);
227			inputFileListPaths = (
228			);
229			inputPaths = (
230			);
231			name = "Start Packager";
232			outputFileListPaths = (
233			);
234			outputPaths = (
235			);
236			runOnlyForDeploymentPostprocessing = 0;
237			shellPath = /bin/sh;
238			shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n  if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n    if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n      echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n      exit 2\n    fi\n  else\n    open \"$SRCROOT/../node_modules/expo/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n  fi\nfi\n";
239			showEnvVarsInLog = 0;
240		};
241/* End PBXShellScriptBuildPhase section */
242
243/* Begin PBXSourcesBuildPhase section */
244		13B07F871A680F5B00A75B9A /* Sources */ = {
245			isa = PBXSourcesBuildPhase;
246			buildActionMask = 2147483647;
247			files = (
248				13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
249				13B07FC11A68108700A75B9A /* main.m in Sources */,
250			);
251			runOnlyForDeploymentPostprocessing = 0;
252		};
253/* End PBXSourcesBuildPhase section */
254
255/* Begin XCBuildConfiguration section */
256		13B07F941A680F5B00A75B9A /* Debug */ = {
257			isa = XCBuildConfiguration;
258			baseConfigurationReference = 6C2E3173556A471DD304B334 /* Pods-app.debug.xcconfig */;
259			buildSettings = {
260				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
261				CLANG_ENABLE_MODULES = YES;
262				CODE_SIGN_ENTITLEMENTS = app/app.entitlements;
263				CURRENT_PROJECT_VERSION = 1;
264				DEVELOPMENT_TEAM = QQ57RJ5UTD;
265				ENABLE_BITCODE = NO;
266				"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
267				GCC_PREPROCESSOR_DEFINITIONS = (
268					"$(inherited)",
269					"FB_SONARKIT_ENABLED=1",
270				);
271				INFOPLIST_FILE = app/Info.plist;
272				IPHONEOS_DEPLOYMENT_TARGET = 11.0;
273				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
274				OTHER_LDFLAGS = (
275					"$(inherited)",
276					"-ObjC",
277					"-lc++",
278				);
279				PRODUCT_BUNDLE_IDENTIFIER = com.bacon.app;
280				PRODUCT_NAME = app;
281				SWIFT_OBJC_BRIDGING_HEADER = "app/app-Bridging-Header.h";
282				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
283				SWIFT_VERSION = 5.0;
284				TARGETED_DEVICE_FAMILY = "1,2";
285				VERSIONING_SYSTEM = "apple-generic";
286			};
287			name = Debug;
288		};
289		13B07F951A680F5B00A75B9A /* Release */ = {
290			isa = XCBuildConfiguration;
291			baseConfigurationReference = 7A4D352CD337FB3A3BF06240 /* Pods-app.release.xcconfig */;
292			buildSettings = {
293				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
294				CLANG_ENABLE_MODULES = YES;
295				CODE_SIGN_ENTITLEMENTS = app/app.entitlements;
296				CURRENT_PROJECT_VERSION = 1;
297				DEVELOPMENT_TEAM = QQ57RJ5UTD;
298				"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
299				INFOPLIST_FILE = app/Info.plist;
300				IPHONEOS_DEPLOYMENT_TARGET = 11.0;
301				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
302				OTHER_LDFLAGS = (
303					"$(inherited)",
304					"-ObjC",
305					"-lc++",
306				);
307				PRODUCT_BUNDLE_IDENTIFIER = com.bacon.app;
308				PRODUCT_NAME = app;
309				SWIFT_OBJC_BRIDGING_HEADER = "app/app-Bridging-Header.h";
310				SWIFT_VERSION = 5.0;
311				TARGETED_DEVICE_FAMILY = "1,2";
312				VERSIONING_SYSTEM = "apple-generic";
313			};
314			name = Release;
315		};
316		83CBBA201A601CBA00E9B192 /* Debug */ = {
317			isa = XCBuildConfiguration;
318			buildSettings = {
319				ALWAYS_SEARCH_USER_PATHS = NO;
320				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
321				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
322				CLANG_CXX_LIBRARY = "libc++";
323				CLANG_ENABLE_MODULES = YES;
324				CLANG_ENABLE_OBJC_ARC = YES;
325				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
326				CLANG_WARN_BOOL_CONVERSION = YES;
327				CLANG_WARN_COMMA = YES;
328				CLANG_WARN_CONSTANT_CONVERSION = YES;
329				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
330				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
331				CLANG_WARN_EMPTY_BODY = YES;
332				CLANG_WARN_ENUM_CONVERSION = YES;
333				CLANG_WARN_INFINITE_RECURSION = YES;
334				CLANG_WARN_INT_CONVERSION = YES;
335				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
336				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
337				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
338				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
339				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
340				CLANG_WARN_STRICT_PROTOTYPES = YES;
341				CLANG_WARN_SUSPICIOUS_MOVE = YES;
342				CLANG_WARN_UNREACHABLE_CODE = YES;
343				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
344				CODE_SIGN_ENTITLEMENTS = app/app.entitlements;
345				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
346				COPY_PHASE_STRIP = NO;
347				ENABLE_STRICT_OBJC_MSGSEND = YES;
348				ENABLE_TESTABILITY = YES;
349				GCC_C_LANGUAGE_STANDARD = gnu99;
350				GCC_DYNAMIC_NO_PIC = NO;
351				GCC_NO_COMMON_BLOCKS = YES;
352				GCC_OPTIMIZATION_LEVEL = 0;
353				GCC_PREPROCESSOR_DEFINITIONS = (
354					"DEBUG=1",
355					"$(inherited)",
356				);
357				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
358				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
359				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
360				GCC_WARN_UNDECLARED_SELECTOR = YES;
361				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
362				GCC_WARN_UNUSED_FUNCTION = YES;
363				GCC_WARN_UNUSED_VARIABLE = YES;
364				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
365				LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
366				LIBRARY_SEARCH_PATHS = (
367					"\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
368					"\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
369					"\"$(inherited)\"",
370				);
371				MTL_ENABLE_DEBUG_INFO = YES;
372				ONLY_ACTIVE_ARCH = YES;
373				SDKROOT = iphoneos;
374			};
375			name = Debug;
376		};
377		83CBBA211A601CBA00E9B192 /* Release */ = {
378			isa = XCBuildConfiguration;
379			buildSettings = {
380				ALWAYS_SEARCH_USER_PATHS = NO;
381				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
382				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
383				CLANG_CXX_LIBRARY = "libc++";
384				CLANG_ENABLE_MODULES = YES;
385				CLANG_ENABLE_OBJC_ARC = YES;
386				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
387				CLANG_WARN_BOOL_CONVERSION = YES;
388				CLANG_WARN_COMMA = YES;
389				CLANG_WARN_CONSTANT_CONVERSION = YES;
390				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
391				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
392				CLANG_WARN_EMPTY_BODY = YES;
393				CLANG_WARN_ENUM_CONVERSION = YES;
394				CLANG_WARN_INFINITE_RECURSION = YES;
395				CLANG_WARN_INT_CONVERSION = YES;
396				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
397				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
398				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
399				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
400				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
401				CLANG_WARN_STRICT_PROTOTYPES = YES;
402				CLANG_WARN_SUSPICIOUS_MOVE = YES;
403				CLANG_WARN_UNREACHABLE_CODE = YES;
404				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
405				CODE_SIGN_ENTITLEMENTS = app/app.entitlements;
406				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
407				COPY_PHASE_STRIP = YES;
408				ENABLE_NS_ASSERTIONS = NO;
409				ENABLE_STRICT_OBJC_MSGSEND = YES;
410				GCC_C_LANGUAGE_STANDARD = gnu99;
411				GCC_NO_COMMON_BLOCKS = YES;
412				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
413				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
414				GCC_WARN_UNDECLARED_SELECTOR = YES;
415				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
416				GCC_WARN_UNUSED_FUNCTION = YES;
417				GCC_WARN_UNUSED_VARIABLE = YES;
418				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
419				LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
420				LIBRARY_SEARCH_PATHS = (
421					"\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
422					"\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
423					"\"$(inherited)\"",
424				);
425				MTL_ENABLE_DEBUG_INFO = NO;
426				SDKROOT = iphoneos;
427				VALIDATE_PRODUCT = YES;
428			};
429			name = Release;
430		};
431/* End XCBuildConfiguration section */
432
433/* Begin XCConfigurationList section */
434		13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "app" */ = {
435			isa = XCConfigurationList;
436			buildConfigurations = (
437				13B07F941A680F5B00A75B9A /* Debug */,
438				13B07F951A680F5B00A75B9A /* Release */,
439			);
440			defaultConfigurationIsVisible = 0;
441			defaultConfigurationName = Release;
442		};
443		83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "app" */ = {
444			isa = XCConfigurationList;
445			buildConfigurations = (
446				83CBBA201A601CBA00E9B192 /* Debug */,
447				83CBBA211A601CBA00E9B192 /* Release */,
448			);
449			defaultConfigurationIsVisible = 0;
450			defaultConfigurationName = Release;
451		};
452/* End XCConfigurationList section */
453	};
454	rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
455}
456