Subversion Repositories gelsvn

Rev

Blame | Last modification | View Log | RSS feed

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

/* Begin PBXBuildFile section */
                0DF6951919410D39008F1E8C /* raytrace.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0DF6951819410D39008F1E8C /* raytrace.cpp */; };
                0DF6951B19410D49008F1E8C /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DF6951A19410D49008F1E8C /* OpenGL.framework */; };
                0DF6951D19410D51008F1E8C /* GLUT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DF6951C19410D51008F1E8C /* GLUT.framework */; };
                0DF6951F19410D55008F1E8C /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DF6951E19410D55008F1E8C /* Accelerate.framework */; };
                0DF6952119410D58008F1E8C /* GEL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DF6952019410D58008F1E8C /* GEL.framework */; };
/* End PBXBuildFile section */

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

/* Begin PBXFileReference section */
                0DF6950519410D1C008F1E8C /* RayTracer */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = RayTracer; sourceTree = BUILT_PRODUCTS_DIR; };
                0DF6951719410D39008F1E8C /* Camera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Camera.h; path = ../../../demo/Raytracer/Camera.h; sourceTree = "<group>"; };
                0DF6951819410D39008F1E8C /* raytrace.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = raytrace.cpp; path = ../../../demo/Raytracer/raytrace.cpp; sourceTree = "<group>"; };
                0DF6951A19410D49008F1E8C /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
                0DF6951C19410D51008F1E8C /* GLUT.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLUT.framework; path = System/Library/Frameworks/GLUT.framework; sourceTree = SDKROOT; };
                0DF6951E19410D55008F1E8C /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
                0DF6952019410D58008F1E8C /* GEL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GEL.framework; path = "../../../Library/Developer/Xcode/DerivedData/GEL-girpjowuwxphleewpuevkjrfaitq/Build/Products/Debug/GEL.framework"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
                0DF6950219410D1C008F1E8C /* Frameworks */ = {
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
                                0DF6951F19410D55008F1E8C /* Accelerate.framework in Frameworks */,
                                0DF6951D19410D51008F1E8C /* GLUT.framework in Frameworks */,
                                0DF6952119410D58008F1E8C /* GEL.framework in Frameworks */,
                                0DF6951B19410D49008F1E8C /* OpenGL.framework in Frameworks */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
                0DF694FC19410D1C008F1E8C = {
                        isa = PBXGroup;
                        children = (
                                0DF6952019410D58008F1E8C /* GEL.framework */,
                                0DF6951E19410D55008F1E8C /* Accelerate.framework */,
                                0DF6951C19410D51008F1E8C /* GLUT.framework */,
                                0DF6951A19410D49008F1E8C /* OpenGL.framework */,
                                0DF6950719410D1C008F1E8C /* RayTracer */,
                                0DF6950619410D1C008F1E8C /* Products */,
                        );
                        sourceTree = "<group>";
                };
                0DF6950619410D1C008F1E8C /* Products */ = {
                        isa = PBXGroup;
                        children = (
                                0DF6950519410D1C008F1E8C /* RayTracer */,
                        );
                        name = Products;
                        sourceTree = "<group>";
                };
                0DF6950719410D1C008F1E8C /* RayTracer */ = {
                        isa = PBXGroup;
                        children = (
                                0DF6951719410D39008F1E8C /* Camera.h */,
                                0DF6951819410D39008F1E8C /* raytrace.cpp */,
                        );
                        path = RayTracer;
                        sourceTree = "<group>";
                };
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
                0DF6950419410D1C008F1E8C /* RayTracer */ = {
                        isa = PBXNativeTarget;
                        buildConfigurationList = 0DF6950E19410D1C008F1E8C /* Build configuration list for PBXNativeTarget "RayTracer" */;
                        buildPhases = (
                                0DF6950119410D1C008F1E8C /* Sources */,
                                0DF6950219410D1C008F1E8C /* Frameworks */,
                                0DF6950319410D1C008F1E8C /* CopyFiles */,
                        );
                        buildRules = (
                        );
                        dependencies = (
                        );
                        name = RayTracer;
                        productName = RayTracer;
                        productReference = 0DF6950519410D1C008F1E8C /* RayTracer */;
                        productType = "com.apple.product-type.tool";
                };
/* End PBXNativeTarget section */

/* Begin PBXProject section */
                0DF694FD19410D1C008F1E8C /* Project object */ = {
                        isa = PBXProject;
                        attributes = {
                                LastUpgradeCheck = 0510;
                                ORGANIZATIONNAME = "J. Andreas Bærentzen";
                        };
                        buildConfigurationList = 0DF6950019410D1C008F1E8C /* Build configuration list for PBXProject "RayTracer" */;
                        compatibilityVersion = "Xcode 3.2";
                        developmentRegion = English;
                        hasScannedForEncodings = 0;
                        knownRegions = (
                                en,
                        );
                        mainGroup = 0DF694FC19410D1C008F1E8C;
                        productRefGroup = 0DF6950619410D1C008F1E8C /* Products */;
                        projectDirPath = "";
                        projectRoot = "";
                        targets = (
                                0DF6950419410D1C008F1E8C /* RayTracer */,
                        );
                };
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
                0DF6950119410D1C008F1E8C /* Sources */ = {
                        isa = PBXSourcesBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
                                0DF6951919410D39008F1E8C /* raytrace.cpp in Sources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
                0DF6950C19410D1C008F1E8C /* 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;
                };
                0DF6950D19410D1C008F1E8C /* 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;
                };
                0DF6950F19410D1C008F1E8C /* 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;
                };
                0DF6951019410D1C008F1E8C /* 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 */
                0DF6950019410D1C008F1E8C /* Build configuration list for PBXProject "RayTracer" */ = {
                        isa = XCConfigurationList;
                        buildConfigurations = (
                                0DF6950C19410D1C008F1E8C /* Debug */,
                                0DF6950D19410D1C008F1E8C /* Release */,
                        );
                        defaultConfigurationIsVisible = 0;
                        defaultConfigurationName = Release;
                };
                0DF6950E19410D1C008F1E8C /* Build configuration list for PBXNativeTarget "RayTracer" */ = {
                        isa = XCConfigurationList;
                        buildConfigurations = (
                                0DF6950F19410D1C008F1E8C /* Debug */,
                                0DF6951019410D1C008F1E8C /* Release */,
                        );
                        defaultConfigurationIsVisible = 0;
                };
/* End XCConfigurationList section */
        };
        rootObject = 0DF694FD19410D1C008F1E8C /* Project object */;
}