Subversion Repositories gelsvn

Rev

Blame | Last modification | View Log | RSS feed

// !$*UTF8*$!
{
        archiveVersion = 1;
        classes = {
        };
        objectVersion = 46;
        objects = {

/* Begin PBXBuildFile section */
                0D6D57AD1942545300726FDE /* GEL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0D6D57AC1942545300726FDE /* GEL.framework */; };
                0D6D57AF1942547900726FDE /* meshdist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0D6D57AE1942547900726FDE /* meshdist.cpp */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
                0D6D57981942544000726FDE /* CopyFiles */ = {
                        isa = PBXCopyFilesBuildPhase;
                        buildActionMask = 2147483647;
                        dstPath = /usr/share/man/man1/;
                        dstSubfolderSpec = 0;
                        files = (
                        );
                        runOnlyForDeploymentPostprocessing = 1;
                };
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
                0D6D579A1942544000726FDE /* MeshDistance */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MeshDistance; sourceTree = BUILT_PRODUCTS_DIR; };
                0D6D57AC1942545300726FDE /* GEL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GEL.framework; path = "../../../Library/Developer/Xcode/DerivedData/GEL-girpjowuwxphleewpuevkjrfaitq/Build/Products/Debug/GEL.framework"; sourceTree = "<group>"; };
                0D6D57AE1942547900726FDE /* meshdist.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = meshdist.cpp; path = ../../../demo/MeshDistance/meshdist.cpp; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
                0D6D57971942544000726FDE /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
                                0D6D57AD1942545300726FDE /* GEL.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
                0D6D57911942544000726FDE = {
                        isa = PBXGroup;
                        children = (
                                0D6D57AC1942545300726FDE /* GEL.framework */,
                                0D6D579C1942544000726FDE /* MeshDistance */,
                                0D6D579B1942544000726FDE /* Products */,
                        );
                        sourceTree = "<group>";
                };
                0D6D579B1942544000726FDE /* Products */ = {
                        isa = PBXGroup;
                        children = (
                                0D6D579A1942544000726FDE /* MeshDistance */,
                        );
                        name = Products;
                        sourceTree = "<group>";
                };
                0D6D579C1942544000726FDE /* MeshDistance */ = {
                        isa = PBXGroup;
                        children = (
                                0D6D57AE1942547900726FDE /* meshdist.cpp */,
                        );
                        path = MeshDistance;
                        sourceTree = "<group>";
                };
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
                0D6D57991942544000726FDE /* MeshDistance */ = {
                        isa = PBXNativeTarget;
                        buildConfigurationList = 0D6D57A31942544000726FDE /* Build configuration list for PBXNativeTarget "MeshDistance" */;
                        buildPhases = (
                                0D6D57961942544000726FDE /* Sources */,
                                0D6D57971942544000726FDE /* Frameworks */,
                                0D6D57981942544000726FDE /* CopyFiles */,
                        );
                        buildRules = (
                        );
                        dependencies = (
                        );
                        name = MeshDistance;
                        productName = MeshDistance;
                        productReference = 0D6D579A1942544000726FDE /* MeshDistance */;
                        productType = "com.apple.product-type.tool";
                };
/* End PBXNativeTarget section */

/* Begin PBXProject section */
                0D6D57921942544000726FDE /* Project object */ = {
                        isa = PBXProject;
                        attributes = {
                                LastUpgradeCheck = 0510;
                                ORGANIZATIONNAME = "J. Andreas Bærentzen";
                        };
                        buildConfigurationList = 0D6D57951942544000726FDE /* Build configuration list for PBXProject "MeshDistance" */;
                        compatibilityVersion = "Xcode 3.2";
                        developmentRegion = English;
                        hasScannedForEncodings = 0;
                        knownRegions = (
                                en,
                        );
                        mainGroup = 0D6D57911942544000726FDE;
                        productRefGroup = 0D6D579B1942544000726FDE /* Products */;
                        projectDirPath = "";
                        projectRoot = "";
                        targets = (
                                0D6D57991942544000726FDE /* MeshDistance */,
                        );
                };
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
                0D6D57961942544000726FDE /* Sources */ = {
                        isa = PBXSourcesBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
                                0D6D57AF1942547900726FDE /* meshdist.cpp in Sources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
                0D6D57A11942544000726FDE /* 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__DUPLICATE_METHOD_MATCH = YES;
                                COPY_PHASE_STRIP = NO;
                                GCC_C_LANGUAGE_STANDARD = gnu99;
                                GCC_DYNAMIC_NO_PIC = NO;
                                GCC_ENABLE_OBJC_EXCEPTIONS = YES;
                                GCC_OPTIMIZATION_LEVEL = 0;
                                GCC_PREPROCESSOR_DEFINITIONS = (
                                        "DEBUG=1",
                                        "$(inherited)",
                                );
                                GCC_SYMBOLS_PRIVATE_EXTERN = NO;
                                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.9;
                                ONLY_ACTIVE_ARCH = YES;
                                SDKROOT = macosx;
                        };
                        name = Debug;
                };
                0D6D57A21942544000726FDE /* 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__DUPLICATE_METHOD_MATCH = YES;
                                COPY_PHASE_STRIP = YES;
                                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
                                ENABLE_NS_ASSERTIONS = NO;
                                GCC_C_LANGUAGE_STANDARD = gnu99;
                                GCC_ENABLE_OBJC_EXCEPTIONS = 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.9;
                                SDKROOT = macosx;
                        };
                        name = Release;
                };
                0D6D57A41942544000726FDE /* Debug */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                FRAMEWORK_SEARCH_PATHS = (
                                        "$(inherited)",
                                        "$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/GEL-girpjowuwxphleewpuevkjrfaitq/Build/Products/Debug",
                                );
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Debug;
                };
                0D6D57A51942544000726FDE /* Release */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                FRAMEWORK_SEARCH_PATHS = (
                                        "$(inherited)",
                                        "$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/GEL-girpjowuwxphleewpuevkjrfaitq/Build/Products/Debug",
                                );
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Release;
                };
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
                0D6D57951942544000726FDE /* Build configuration list for PBXProject "MeshDistance" */ = {
                        isa = XCConfigurationList;
                        buildConfigurations = (
                                0D6D57A11942544000726FDE /* Debug */,
                                0D6D57A21942544000726FDE /* Release */,
                        );
                        defaultConfigurationIsVisible = 0;
                        defaultConfigurationName = Release;
                };
                0D6D57A31942544000726FDE /* Build configuration list for PBXNativeTarget "MeshDistance" */ = {
                        isa = XCConfigurationList;
                        buildConfigurations = (
                                0D6D57A41942544000726FDE /* Debug */,
                                0D6D57A51942544000726FDE /* Release */,
                        );
                        defaultConfigurationIsVisible = 0;
                };
/* End XCConfigurationList section */
        };
        rootObject = 0D6D57921942544000726FDE /* Project object */;
}