// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ CD78202B1E44DB26001D22E5 /* case_matcher_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD7820291E44DB26001D22E5 /* case_matcher_tc.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ CD7820201E44DAD1001D22E5 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ CD6E2CEC1D84BF64002C1FB3 /* match.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = match.hpp; sourceTree = ""; }; CD78201D1E44DABD001D22E5 /* match.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = match.t.h; sourceTree = ""; }; CD7820221E44DAD1001D22E5 /* case_matcher_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = case_matcher_tc; sourceTree = BUILT_PRODUCTS_DIR; }; CD7820291E44DB26001D22E5 /* case_matcher_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = case_matcher_tc.cpp; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ CD78201F1E44DAD1001D22E5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ CD6E2CD31D84BF3C002C1FB3 = { isa = PBXGroup; children = ( CD6E2CEA1D84BF45002C1FB3 /* src */, CD78201C1E44DAAE001D22E5 /* test */, CD6E2CDD1D84BF3C002C1FB3 /* Products */, ); sourceTree = ""; }; CD6E2CDD1D84BF3C002C1FB3 /* Products */ = { isa = PBXGroup; children = ( CD7820221E44DAD1001D22E5 /* case_matcher_tc */, ); name = Products; sourceTree = ""; }; CD6E2CEA1D84BF45002C1FB3 /* src */ = { isa = PBXGroup; children = ( CD6E2CEC1D84BF64002C1FB3 /* match.hpp */, ); name = src; sourceTree = ""; }; CD78201C1E44DAAE001D22E5 /* test */ = { isa = PBXGroup; children = ( CD78201D1E44DABD001D22E5 /* match.t.h */, CD7820291E44DB26001D22E5 /* case_matcher_tc.cpp */, ); name = test; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ CD7820211E44DAD1001D22E5 /* case_matcher_tc */ = { isa = PBXNativeTarget; buildConfigurationList = CD7820261E44DAD1001D22E5 /* Build configuration list for PBXNativeTarget "case_matcher_tc" */; buildPhases = ( CD78202C1E44DB3B001D22E5 /* ShellScript */, CD78201E1E44DAD1001D22E5 /* Sources */, CD78201F1E44DAD1001D22E5 /* Frameworks */, CD7820201E44DAD1001D22E5 /* CopyFiles */, ); buildRules = ( ); dependencies = ( ); name = case_matcher_tc; productName = case_matcher_tc; productReference = CD7820221E44DAD1001D22E5 /* case_matcher_tc */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ CD6E2CD41D84BF3C002C1FB3 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 1000; ORGANIZATIONNAME = "Sam Jaffe"; TargetAttributes = { CD7820211E44DAD1001D22E5 = { CreatedOnToolsVersion = 7.2.1; }; }; }; buildConfigurationList = CD6E2CD71D84BF3C002C1FB3 /* Build configuration list for PBXProject "case-matcher" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); mainGroup = CD6E2CD31D84BF3C002C1FB3; productRefGroup = CD6E2CDD1D84BF3C002C1FB3 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( CD7820211E44DAD1001D22E5 /* case_matcher_tc */, ); }; /* End PBXProject section */ /* Begin PBXShellScriptBuildPhase section */ CD78202C1E44DB3B001D22E5 /* ShellScript */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( "$(SRCROOT)/match.t.h", ); outputPaths = ( "$(SRCROOT)/case_matcher_tc.cpp", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "cxxtestgen --error-printer -o case_matcher_tc.cpp match.t.h"; }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ CD78201E1E44DAD1001D22E5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( CD78202B1E44DB26001D22E5 /* case_matcher_tc.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ CD6E2CE51D84BF3C002C1FB3 /* 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_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; 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; }; CD6E2CE61D84BF3C002C1FB3 /* 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_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; 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; }; CD7820271E44DAD1001D22E5 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { HEADER_SEARCH_PATHS = /usr/local/include/; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; CD7820281E44DAD1001D22E5 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { HEADER_SEARCH_PATHS = /usr/local/include/; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ CD6E2CD71D84BF3C002C1FB3 /* Build configuration list for PBXProject "case-matcher" */ = { isa = XCConfigurationList; buildConfigurations = ( CD6E2CE51D84BF3C002C1FB3 /* Debug */, CD6E2CE61D84BF3C002C1FB3 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; CD7820261E44DAD1001D22E5 /* Build configuration list for PBXNativeTarget "case_matcher_tc" */ = { isa = XCConfigurationList; buildConfigurations = ( CD7820271E44DAD1001D22E5 /* Debug */, CD7820281E44DAD1001D22E5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = CD6E2CD41D84BF3C002C1FB3 /* Project object */; }