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