// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ CD3A75F51E2597A8008C6DC2 /* expect_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3A75F31E2597A8008C6DC2 /* expect_tc.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ CD3A75E91E259748008C6DC2 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ CD2973D21D7B684400E37217 /* expect.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = expect.hpp; sourceTree = ""; }; CD3A75E51E2596B9008C6DC2 /* expect.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = expect.t.h; sourceTree = ""; }; CD3A75EB1E259748008C6DC2 /* expect_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = expect_tc; sourceTree = BUILT_PRODUCTS_DIR; }; CD3A75F31E2597A8008C6DC2 /* expect_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = expect_tc.cpp; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ CD3A75E81E259748008C6DC2 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ CD2973BB1D7B67EF00E37217 = { isa = PBXGroup; children = ( CD3A75F71E25B2FF008C6DC2 /* src */, CD3A75F61E25B2FB008C6DC2 /* test */, CD2973C51D7B67EF00E37217 /* Products */, ); sourceTree = ""; }; CD2973C51D7B67EF00E37217 /* Products */ = { isa = PBXGroup; children = ( CD3A75EB1E259748008C6DC2 /* expect_tc */, ); name = Products; sourceTree = ""; }; CD3A75F61E25B2FB008C6DC2 /* test */ = { isa = PBXGroup; children = ( CD3A75E51E2596B9008C6DC2 /* expect.t.h */, CD3A75F31E2597A8008C6DC2 /* expect_tc.cpp */, ); name = test; sourceTree = ""; }; CD3A75F71E25B2FF008C6DC2 /* src */ = { isa = PBXGroup; children = ( CD2973D21D7B684400E37217 /* expect.hpp */, ); name = src; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ CD3A75EA1E259748008C6DC2 /* expect_tc */ = { isa = PBXNativeTarget; buildConfigurationList = CD3A75EF1E259748008C6DC2 /* Build configuration list for PBXNativeTarget "expect_tc" */; buildPhases = ( CD3A75F21E259771008C6DC2 /* ShellScript */, CD3A75E71E259748008C6DC2 /* Sources */, CD3A75E81E259748008C6DC2 /* Frameworks */, CD3A75E91E259748008C6DC2 /* CopyFiles */, ); buildRules = ( ); dependencies = ( ); name = expect_tc; productName = expect_tc; productReference = CD3A75EB1E259748008C6DC2 /* expect_tc */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ CD2973BC1D7B67EF00E37217 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0720; ORGANIZATIONNAME = "Sam Jaffe"; TargetAttributes = { CD3A75EA1E259748008C6DC2 = { CreatedOnToolsVersion = 7.2.1; }; }; }; buildConfigurationList = CD2973BF1D7B67EF00E37217 /* Build configuration list for PBXProject "expect" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); mainGroup = CD2973BB1D7B67EF00E37217; productRefGroup = CD2973C51D7B67EF00E37217 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( CD3A75EA1E259748008C6DC2 /* expect_tc */, ); }; /* End PBXProject section */ /* Begin PBXShellScriptBuildPhase section */ CD3A75F21E259771008C6DC2 /* ShellScript */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( "$(SRCROOT)/expect.t.h", ); outputPaths = ( "$(SRCROOT)/expect_tc.cpp", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "cxxtestgen --error-printer -o expect_tc.cpp expect.t.h"; }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ CD3A75E71E259748008C6DC2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( CD3A75F51E2597A8008C6DC2 /* expect_tc.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ CD2973CD1D7B67EF00E37217 /* 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; WARNING_CFLAGS = "-Wno-gnu-zero-variadic-macro-arguments"; }; name = Debug; }; CD2973CE1D7B67EF00E37217 /* 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; WARNING_CFLAGS = "-Wno-gnu-zero-variadic-macro-arguments"; }; name = Release; }; CD3A75F01E259748008C6DC2 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { HEADER_SEARCH_PATHS = /usr/local/include/; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; CD3A75F11E259748008C6DC2 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { HEADER_SEARCH_PATHS = /usr/local/include/; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ CD2973BF1D7B67EF00E37217 /* Build configuration list for PBXProject "expect" */ = { isa = XCConfigurationList; buildConfigurations = ( CD2973CD1D7B67EF00E37217 /* Debug */, CD2973CE1D7B67EF00E37217 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; CD3A75EF1E259748008C6DC2 /* Build configuration list for PBXNativeTarget "expect_tc" */ = { isa = XCConfigurationList; buildConfigurations = ( CD3A75F01E259748008C6DC2 /* Debug */, CD3A75F11E259748008C6DC2 /* Release */, ); defaultConfigurationIsVisible = 0; }; /* End XCConfigurationList section */ }; rootObject = CD2973BC1D7B67EF00E37217 /* Project object */; }