OpenCores
URL https://opencores.org/ocsvn/i650/i650/trunk

Subversion Repositories i650

[/] [i650/] [trunk/] [utils/] [i650_objutil/] [i650_objutil.xcodeproj/] [project.pbxproj] - Rev 29

Compare with Previous | Blame | View Log

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

/* Begin PBXBuildFile section */
                2B0DFB191AF156CD00690E1F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2B0DFB181AF156CD00690E1F /* main.cpp */; };
/* End PBXBuildFile section */

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

/* Begin PBXFileReference section */
                2B0DFB151AF156CD00690E1F /* i650_objutil */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = i650_objutil; sourceTree = BUILT_PRODUCTS_DIR; };
                2B0DFB181AF156CD00690E1F /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
                2B0DFB121AF156CD00690E1F /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
                2B0DFB0C1AF156CD00690E1F = {
                        isa = PBXGroup;
                        children = (
                                2B0DFB171AF156CD00690E1F /* i650_objutil */,
                                2B0DFB161AF156CD00690E1F /* Products */,
                        );
                        sourceTree = "<group>";
                };
                2B0DFB161AF156CD00690E1F /* Products */ = {
                        isa = PBXGroup;
                        children = (
                                2B0DFB151AF156CD00690E1F /* i650_objutil */,
                        );
                        name = Products;
                        sourceTree = "<group>";
                };
                2B0DFB171AF156CD00690E1F /* i650_objutil */ = {
                        isa = PBXGroup;
                        children = (
                                2B0DFB181AF156CD00690E1F /* main.cpp */,
                        );
                        path = i650_objutil;
                        sourceTree = "<group>";
                };
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
                2B0DFB141AF156CD00690E1F /* i650_objutil */ = {
                        isa = PBXNativeTarget;
                        buildConfigurationList = 2B0DFB1C1AF156CD00690E1F /* Build configuration list for PBXNativeTarget "i650_objutil" */;
                        buildPhases = (
                                2B0DFB111AF156CD00690E1F /* Sources */,
                                2B0DFB121AF156CD00690E1F /* Frameworks */,
                                2B0DFB131AF156CD00690E1F /* CopyFiles */,
                        );
                        buildRules = (
                        );
                        dependencies = (
                        );
                        name = i650_objutil;
                        productName = i650_objutil;
                        productReference = 2B0DFB151AF156CD00690E1F /* i650_objutil */;
                        productType = "com.apple.product-type.tool";
                };
/* End PBXNativeTarget section */

/* Begin PBXProject section */
                2B0DFB0D1AF156CD00690E1F /* Project object */ = {
                        isa = PBXProject;
                        attributes = {
                                LastUpgradeCheck = 0630;
                                ORGANIZATIONNAME = "Robert Abeles";
                                TargetAttributes = {
                                        2B0DFB141AF156CD00690E1F = {
                                                CreatedOnToolsVersion = 6.3.1;
                                        };
                                };
                        };
                        buildConfigurationList = 2B0DFB101AF156CD00690E1F /* Build configuration list for PBXProject "i650_objutil" */;
                        compatibilityVersion = "Xcode 3.2";
                        developmentRegion = English;
                        hasScannedForEncodings = 0;
                        knownRegions = (
                                en,
                        );
                        mainGroup = 2B0DFB0C1AF156CD00690E1F;
                        productRefGroup = 2B0DFB161AF156CD00690E1F /* Products */;
                        projectDirPath = "";
                        projectRoot = "";
                        targets = (
                                2B0DFB141AF156CD00690E1F /* i650_objutil */,
                        );
                };
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
                2B0DFB111AF156CD00690E1F /* Sources */ = {
                        isa = PBXSourcesBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
                                2B0DFB191AF156CD00690E1F /* main.cpp in Sources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
                2B0DFB1A1AF156CD00690E1F /* 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;
                                COPY_PHASE_STRIP = NO;
                                DEBUG_INFORMATION_FORMAT = dwarf;
                                ENABLE_STRICT_OBJC_MSGSEND = 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_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.10;
                                MTL_ENABLE_DEBUG_INFO = YES;
                                ONLY_ACTIVE_ARCH = YES;
                                SDKROOT = macosx;
                        };
                        name = Debug;
                };
                2B0DFB1B1AF156CD00690E1F /* 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;
                                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;
                };
                2B0DFB1D1AF156CD00690E1F /* Debug */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Debug;
                };
                2B0DFB1E1AF156CD00690E1F /* Release */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Release;
                };
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
                2B0DFB101AF156CD00690E1F /* Build configuration list for PBXProject "i650_objutil" */ = {
                        isa = XCConfigurationList;
                        buildConfigurations = (
                                2B0DFB1A1AF156CD00690E1F /* Debug */,
                                2B0DFB1B1AF156CD00690E1F /* Release */,
                        );
                        defaultConfigurationIsVisible = 0;
                        defaultConfigurationName = Release;
                };
                2B0DFB1C1AF156CD00690E1F /* Build configuration list for PBXNativeTarget "i650_objutil" */ = {
                        isa = XCConfigurationList;
                        buildConfigurations = (
                                2B0DFB1D1AF156CD00690E1F /* Debug */,
                                2B0DFB1E1AF156CD00690E1F /* Release */,
                        );
                        defaultConfigurationIsVisible = 0;
                };
/* End XCConfigurationList section */
        };
        rootObject = 2B0DFB0D1AF156CD00690E1F /* Project object */;
}

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.