// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ CD217D911CCAD587007C50C6 /* json_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD217D8F1CCAD587007C50C6 /* json_test.cpp */; }; CD472C761CCC1ABD0084C8D6 /* json_common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD472C751CCC1ABD0084C8D6 /* json_common.cpp */; }; CD472C771CCC1ABD0084C8D6 /* json_common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD472C751CCC1ABD0084C8D6 /* json_common.cpp */; }; CD472C801CCDA4B00084C8D6 /* json_parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD472C7F1CCDA4B00084C8D6 /* json_parser.cpp */; }; CDB2F7431C5D48090067C2EC /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB2F7411C5D48090067C2EC /* json.cpp */; }; CDB2F7441C5D48090067C2EC /* json.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB2F7421C5D48090067C2EC /* json.hpp */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ CDF643301C6E9A8B0016A475 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ CD217D8F1CCAD587007C50C6 /* json_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_test.cpp; sourceTree = ""; }; CD217D921CCAD885007C50C6 /* json_common.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_common.hpp; sourceTree = ""; }; CD472C751CCC1ABD0084C8D6 /* json_common.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_common.cpp; sourceTree = ""; }; CD472C791CCC1CD80084C8D6 /* json_tuple_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_tuple_binder.hpp; sourceTree = ""; }; CD472C7A1CCC1D440084C8D6 /* json_object_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_object_binder.hpp; sourceTree = ""; }; CD472C7B1CCC1DA20084C8D6 /* json_direct_map_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_map_binder.hpp; sourceTree = ""; }; CD472C7C1CCC1DDF0084C8D6 /* json_direct_vector_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_vector_binder.hpp; sourceTree = ""; }; CD472C7D1CCC1E120084C8D6 /* json_direct_scalar_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_scalar_binder.hpp; sourceTree = ""; }; CD472C7E1CCC498C0084C8D6 /* json_direct_binder.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json_direct_binder.hpp; sourceTree = ""; }; CD472C7F1CCDA4B00084C8D6 /* json_parser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = json_parser.cpp; sourceTree = ""; }; CDB2F7331C5D47F70067C2EC /* libjson.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libjson.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; CDB2F7411C5D48090067C2EC /* json.cpp */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.cpp.cpp; path = json.cpp; sourceTree = ""; tabWidth = 2; }; CDB2F7421C5D48090067C2EC /* json.hpp */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.cpp.h; path = json.hpp; sourceTree = ""; tabWidth = 2; }; CDB2F7451C5E9BEB0067C2EC /* json_binder_parser.hpp */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.cpp.h; path = json_binder_parser.hpp; sourceTree = ""; tabWidth = 2; }; CDB2F7461C5EA2E80067C2EC /* json_binder.hpp */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.cpp.h; path = json_binder.hpp; sourceTree = SOURCE_ROOT; tabWidth = 2; }; CDF643321C6E9A8B0016A475 /* json-test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "json-test"; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ CDB2F7301C5D47F70067C2EC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; CDF6432F1C6E9A8B0016A475 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ CD472C781CCC1CB00084C8D6 /* impl */ = { isa = PBXGroup; children = ( CDB2F7451C5E9BEB0067C2EC /* json_binder_parser.hpp */, CD472C791CCC1CD80084C8D6 /* json_tuple_binder.hpp */, CD472C7A1CCC1D440084C8D6 /* json_object_binder.hpp */, CD472C7E1CCC498C0084C8D6 /* json_direct_binder.hpp */, CD472C7B1CCC1DA20084C8D6 /* json_direct_map_binder.hpp */, CD472C7D1CCC1E120084C8D6 /* json_direct_scalar_binder.hpp */, CD472C7C1CCC1DDF0084C8D6 /* json_direct_vector_binder.hpp */, ); name = impl; sourceTree = ""; }; CD472C821CCDA5830084C8D6 /* binder */ = { isa = PBXGroup; children = ( CDB2F7461C5EA2E80067C2EC /* json_binder.hpp */, CD472C781CCC1CB00084C8D6 /* impl */, ); name = binder; path = json; sourceTree = ""; }; CD472C831CCDA5990084C8D6 /* json */ = { isa = PBXGroup; children = ( CDB2F7411C5D48090067C2EC /* json.cpp */, CDB2F7421C5D48090067C2EC /* json.hpp */, CD472C7F1CCDA4B00084C8D6 /* json_parser.cpp */, ); name = json; sourceTree = ""; }; CDB2F72A1C5D47F70067C2EC = { isa = PBXGroup; children = ( CD217D8F1CCAD587007C50C6 /* json_test.cpp */, CD217D921CCAD885007C50C6 /* json_common.hpp */, CD472C751CCC1ABD0084C8D6 /* json_common.cpp */, CD472C831CCDA5990084C8D6 /* json */, CD472C821CCDA5830084C8D6 /* binder */, CDB2F7341C5D47F70067C2EC /* Products */, ); sourceTree = ""; }; CDB2F7341C5D47F70067C2EC /* Products */ = { isa = PBXGroup; children = ( CDB2F7331C5D47F70067C2EC /* libjson.dylib */, CDF643321C6E9A8B0016A475 /* json-test */, ); name = Products; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ CDB2F7311C5D47F70067C2EC /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( CDB2F7441C5D48090067C2EC /* json.hpp in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ CDB2F7321C5D47F70067C2EC /* json */ = { isa = PBXNativeTarget; buildConfigurationList = CDB2F73E1C5D47F70067C2EC /* Build configuration list for PBXNativeTarget "json" */; buildPhases = ( CDB2F72F1C5D47F70067C2EC /* Sources */, CDB2F7301C5D47F70067C2EC /* Frameworks */, CDB2F7311C5D47F70067C2EC /* Headers */, ); buildRules = ( ); dependencies = ( ); name = json; productName = json; productReference = CDB2F7331C5D47F70067C2EC /* libjson.dylib */; productType = "com.apple.product-type.library.dynamic"; }; CDF643311C6E9A8B0016A475 /* json-test */ = { isa = PBXNativeTarget; buildConfigurationList = CDF643381C6E9A8B0016A475 /* Build configuration list for PBXNativeTarget "json-test" */; buildPhases = ( CDF6432E1C6E9A8B0016A475 /* Sources */, CDF6432F1C6E9A8B0016A475 /* Frameworks */, CDF643301C6E9A8B0016A475 /* CopyFiles */, ); buildRules = ( ); dependencies = ( ); name = "json-test"; productName = "json-test"; productReference = CDF643321C6E9A8B0016A475 /* json-test */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ CDB2F72B1C5D47F70067C2EC /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0720; ORGANIZATIONNAME = "Sam Jaffe"; TargetAttributes = { CDB2F7321C5D47F70067C2EC = { CreatedOnToolsVersion = 7.2; }; CDF643311C6E9A8B0016A475 = { CreatedOnToolsVersion = 7.2.1; }; }; }; buildConfigurationList = CDB2F72E1C5D47F70067C2EC /* Build configuration list for PBXProject "json" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); mainGroup = CDB2F72A1C5D47F70067C2EC; productRefGroup = CDB2F7341C5D47F70067C2EC /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( CDB2F7321C5D47F70067C2EC /* json */, CDF643311C6E9A8B0016A475 /* json-test */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ CDB2F72F1C5D47F70067C2EC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( CD472C801CCDA4B00084C8D6 /* json_parser.cpp in Sources */, CDB2F7431C5D48090067C2EC /* json.cpp in Sources */, CD472C761CCC1ABD0084C8D6 /* json_common.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; CDF6432E1C6E9A8B0016A475 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( CD217D911CCAD587007C50C6 /* json_test.cpp in Sources */, CD472C771CCC1ABD0084C8D6 /* json_common.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ CDB2F73C1C5D47F70067C2EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; 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 = "-"; 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; MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; }; name = Debug; }; CDB2F73D1C5D47F70067C2EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; 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 = "-"; 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; MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = macosx; }; name = Release; }; CDB2F73F1C5D47F70067C2EC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; EXECUTABLE_PREFIX = lib; GCC_ENABLE_CPP_EXCEPTIONS = YES; GCC_ENABLE_CPP_RTTI = YES; GCC_SYMBOLS_PRIVATE_EXTERN = YES; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; CDB2F7401C5D47F70067C2EC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; EXECUTABLE_PREFIX = lib; GCC_ENABLE_CPP_EXCEPTIONS = YES; GCC_ENABLE_CPP_RTTI = YES; GCC_SYMBOLS_PRIVATE_EXTERN = YES; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; CDF643361C6E9A8B0016A475 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; CDF643371C6E9A8B0016A475 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ CDB2F72E1C5D47F70067C2EC /* Build configuration list for PBXProject "json" */ = { isa = XCConfigurationList; buildConfigurations = ( CDB2F73C1C5D47F70067C2EC /* Debug */, CDB2F73D1C5D47F70067C2EC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; CDB2F73E1C5D47F70067C2EC /* Build configuration list for PBXNativeTarget "json" */ = { isa = XCConfigurationList; buildConfigurations = ( CDB2F73F1C5D47F70067C2EC /* Debug */, CDB2F7401C5D47F70067C2EC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; CDF643381C6E9A8B0016A475 /* Build configuration list for PBXNativeTarget "json-test" */ = { isa = XCConfigurationList; buildConfigurations = ( CDF643361C6E9A8B0016A475 /* Debug */, CDF643371C6E9A8B0016A475 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = CDB2F72B1C5D47F70067C2EC /* Project object */; }