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