// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 38C138481D3FC3F600A8162D /* JailMonkey.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 38C138471D3FC3F600A8162D /* JailMonkey.h */; }; 38C1384A1D3FC3F600A8162D /* JailMonkey.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C138491D3FC3F600A8162D /* JailMonkey.m */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ 38C138421D3FC3F600A8162D /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = "include/$(PRODUCT_NAME)"; dstSubfolderSpec = 16; files = ( 38C138481D3FC3F600A8162D /* JailMonkey.h in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ 38C138441D3FC3F600A8162D /* libJailMonkey.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libJailMonkey.a; sourceTree = BUILT_PRODUCTS_DIR; }; 38C138471D3FC3F600A8162D /* JailMonkey.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JailMonkey.h; sourceTree = ""; }; 38C138491D3FC3F600A8162D /* JailMonkey.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = JailMonkey.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 38C138411D3FC3F600A8162D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 38C1383B1D3FC3F600A8162D = { isa = PBXGroup; children = ( 38C138461D3FC3F600A8162D /* JailMonkey */, 38C138451D3FC3F600A8162D /* Products */, ); sourceTree = ""; }; 38C138451D3FC3F600A8162D /* Products */ = { isa = PBXGroup; children = ( 38C138441D3FC3F600A8162D /* libJailMonkey.a */, ); name = Products; sourceTree = ""; }; 38C138461D3FC3F600A8162D /* JailMonkey */ = { isa = PBXGroup; children = ( 38C138471D3FC3F600A8162D /* JailMonkey.h */, 38C138491D3FC3F600A8162D /* JailMonkey.m */, ); path = JailMonkey; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 38C138431D3FC3F600A8162D /* JailMonkey */ = { isa = PBXNativeTarget; buildConfigurationList = 38C1384D1D3FC3F600A8162D /* Build configuration list for PBXNativeTarget "JailMonkey" */; buildPhases = ( 38C138401D3FC3F600A8162D /* Sources */, 38C138411D3FC3F600A8162D /* Frameworks */, 38C138421D3FC3F600A8162D /* CopyFiles */, ); buildRules = ( ); dependencies = ( ); name = JailMonkey; productName = JailMonkey; productReference = 38C138441D3FC3F600A8162D /* libJailMonkey.a */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 38C1383C1D3FC3F600A8162D /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0730; ORGANIZATIONNAME = "Gant Laborde"; TargetAttributes = { 38C138431D3FC3F600A8162D = { CreatedOnToolsVersion = 7.3.1; }; }; }; buildConfigurationList = 38C1383F1D3FC3F600A8162D /* Build configuration list for PBXProject "JailMonkey" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); mainGroup = 38C1383B1D3FC3F600A8162D; productRefGroup = 38C138451D3FC3F600A8162D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 38C138431D3FC3F600A8162D /* JailMonkey */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ 38C138401D3FC3F600A8162D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 38C1384A1D3FC3F600A8162D /* JailMonkey.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ 38C1384B1D3FC3F600A8162D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; 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 = 9.3; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; }; name = Debug; }; 38C1384C1D3FC3F600A8162D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99; 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 = 9.3; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; }; name = Release; }; 38C1384E1D3FC3F600A8162D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { HEADER_SEARCH_PATHS = ( "$(SRCROOT)/../../React/**", "$(inherited)", "$(SRCROOT)/node_modules/react-native/React/**", "$(SRCROOT)/../react-native/React/**", "$(SRCROOT)/../../../node_modules/react-native/React/**", ); OTHER_LDFLAGS = "-ObjC"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; }; name = Debug; }; 38C1384F1D3FC3F600A8162D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { HEADER_SEARCH_PATHS = ( "$(SRCROOT)/../../React/**", "$(inherited)", "$(SRCROOT)/node_modules/react-native/React/**", "$(SRCROOT)/../react-native/React/**", "$(SRCROOT)/../../../node_modules/react-native/React/**", ); OTHER_LDFLAGS = "-ObjC"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 38C1383F1D3FC3F600A8162D /* Build configuration list for PBXProject "JailMonkey" */ = { isa = XCConfigurationList; buildConfigurations = ( 38C1384B1D3FC3F600A8162D /* Debug */, 38C1384C1D3FC3F600A8162D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 38C1384D1D3FC3F600A8162D /* Build configuration list for PBXNativeTarget "JailMonkey" */ = { isa = XCConfigurationList; buildConfigurations = ( 38C1384E1D3FC3F600A8162D /* Debug */, 38C1384F1D3FC3F600A8162D /* Release */, ); defaultConfigurationIsVisible = 0; }; /* End XCConfigurationList section */ }; rootObject = 38C1383C1D3FC3F600A8162D /* Project object */; }