// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ CD2973951D7B117E00E37217 /* time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD2973931D7B117E00E37217 /* time.cpp */; }; CD2973961D7B117E00E37217 /* time.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD2973941D7B117E00E37217 /* time.hpp */; }; CDB1F8C81D7A312B00700C6B /* game_dispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */; }; CDB1F8C91D7A312B00700C6B /* game_dispatch.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB1F8C71D7A312B00700C6B /* game_dispatch.hpp */; }; CDB1F8CC1D7A319A00700C6B /* scene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB1F8CA1D7A319A00700C6B /* scene.cpp */; }; CDB1F8CD1D7A319A00700C6B /* scene.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB1F8CB1D7A319A00700C6B /* scene.hpp */; }; CDB1F8D21D7A32A300700C6B /* events.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB1F8D01D7A32A300700C6B /* events.cpp */; }; CDB1F8D31D7A32A300700C6B /* events.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB1F8D11D7A32A300700C6B /* events.hpp */; }; CDB1F8D51D7A32F800700C6B /* engine_fwd.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CDB1F8D41D7A32F800700C6B /* engine_fwd.hpp */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ CD2973931D7B117E00E37217 /* time.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time.cpp; sourceTree = ""; }; CD2973941D7B117E00E37217 /* time.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = time.hpp; sourceTree = ""; }; CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libengine.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = game_dispatch.cpp; sourceTree = ""; }; CDB1F8C71D7A312B00700C6B /* game_dispatch.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = game_dispatch.hpp; sourceTree = ""; }; CDB1F8CA1D7A319A00700C6B /* scene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scene.cpp; sourceTree = ""; }; CDB1F8CB1D7A319A00700C6B /* scene.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = scene.hpp; sourceTree = ""; }; CDB1F8D01D7A32A300700C6B /* events.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = events.cpp; sourceTree = ""; }; CDB1F8D11D7A32A300700C6B /* events.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = events.hpp; sourceTree = ""; }; CDB1F8D41D7A32F800700C6B /* engine_fwd.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = engine_fwd.hpp; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ CDB1F8AB1D7A30CD00700C6B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ CDB1F8A51D7A30CD00700C6B = { isa = PBXGroup; children = ( CDB1F8B01D7A30CD00700C6B /* src */, CDB1F8AF1D7A30CD00700C6B /* Products */, ); sourceTree = ""; }; CDB1F8AF1D7A30CD00700C6B /* Products */ = { isa = PBXGroup; children = ( CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */, ); name = Products; sourceTree = ""; }; CDB1F8B01D7A30CD00700C6B /* src */ = { isa = PBXGroup; children = ( CDB1F8D41D7A32F800700C6B /* engine_fwd.hpp */, CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */, CDB1F8C71D7A312B00700C6B /* game_dispatch.hpp */, CDB1F8CA1D7A319A00700C6B /* scene.cpp */, CDB1F8CB1D7A319A00700C6B /* scene.hpp */, CDB1F8D01D7A32A300700C6B /* events.cpp */, CDB1F8D11D7A32A300700C6B /* events.hpp */, CD2973931D7B117E00E37217 /* time.cpp */, CD2973941D7B117E00E37217 /* time.hpp */, ); name = src; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ CDB1F8AC1D7A30CD00700C6B /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( CDB1F8C91D7A312B00700C6B /* game_dispatch.hpp in Headers */, CDB1F8D31D7A32A300700C6B /* events.hpp in Headers */, CDB1F8D51D7A32F800700C6B /* engine_fwd.hpp in Headers */, CD2973961D7B117E00E37217 /* time.hpp in Headers */, CDB1F8CD1D7A319A00700C6B /* scene.hpp in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ CDB1F8AD1D7A30CD00700C6B /* engine */ = { isa = PBXNativeTarget; buildConfigurationList = CDB1F8B91D7A30CD00700C6B /* Build configuration list for PBXNativeTarget "engine" */; buildPhases = ( CDB1F8AA1D7A30CD00700C6B /* Sources */, CDB1F8AB1D7A30CD00700C6B /* Frameworks */, CDB1F8AC1D7A30CD00700C6B /* Headers */, ); buildRules = ( ); dependencies = ( ); name = engine; productName = engine; productReference = CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */; productType = "com.apple.product-type.library.dynamic"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ CDB1F8A61D7A30CD00700C6B /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0720; ORGANIZATIONNAME = "Sam Jaffe"; TargetAttributes = { CDB1F8AD1D7A30CD00700C6B = { CreatedOnToolsVersion = 7.2.1; }; }; }; buildConfigurationList = CDB1F8A91D7A30CD00700C6B /* Build configuration list for PBXProject "engine" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); mainGroup = CDB1F8A51D7A30CD00700C6B; productRefGroup = CDB1F8AF1D7A30CD00700C6B /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( CDB1F8AD1D7A30CD00700C6B /* engine */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ CDB1F8AA1D7A30CD00700C6B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( CD2973951D7B117E00E37217 /* time.cpp in Sources */, CDB1F8D21D7A32A300700C6B /* events.cpp in Sources */, CDB1F8CC1D7A319A00700C6B /* scene.cpp in Sources */, CDB1F8C81D7A312B00700C6B /* game_dispatch.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ CDB1F8B71D7A30CD00700C6B /* 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; }; CDB1F8B81D7A30CD00700C6B /* 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; }; CDB1F8BA1D7A30CD00700C6B /* 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)"; USER_HEADER_SEARCH_PATHS = ".. ../include"; }; name = Debug; }; CDB1F8BB1D7A30CD00700C6B /* 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)"; USER_HEADER_SEARCH_PATHS = ".. ../include"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ CDB1F8A91D7A30CD00700C6B /* Build configuration list for PBXProject "engine" */ = { isa = XCConfigurationList; buildConfigurations = ( CDB1F8B71D7A30CD00700C6B /* Debug */, CDB1F8B81D7A30CD00700C6B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; CDB1F8B91D7A30CD00700C6B /* Build configuration list for PBXNativeTarget "engine" */ = { isa = XCConfigurationList; buildConfigurations = ( CDB1F8BA1D7A30CD00700C6B /* Debug */, CDB1F8BB1D7A30CD00700C6B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = CDB1F8A61D7A30CD00700C6B /* Project object */; }