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