cgddrd/CS39440-major-project

View on GitHub
src/optical_flow_lk_two_images/optical_flow_lk_two_images.xcodeproj/project.pbxproj

Summary

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

/* Begin PBXBuildFile section */
        9980079E1A8CAD7E005BC23B /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9980079D1A8CAD7E005BC23B /* main.cpp */; };
        99DD732E1A992E3A006E73B7 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99DD732C1A992E3A006E73B7 /* Utils.cpp */; };
/* End PBXBuildFile section */

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

/* Begin PBXFileReference section */
        9980079A1A8CAD7E005BC23B /* optical_flow_lk_two_images */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = optical_flow_lk_two_images; sourceTree = BUILT_PRODUCTS_DIR; };
        9980079D1A8CAD7E005BC23B /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
        99DD732C1A992E3A006E73B7 /* Utils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Utils.cpp; sourceTree = "<group>"; };
        99DD732F1A993CE4006E73B7 /* Utils.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = Utils.hpp; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
        998007911A8CAD7E005BC23B = {
            isa = PBXGroup;
            children = (
                9980079C1A8CAD7E005BC23B /* optical_flow_lk_two_images */,
                9980079B1A8CAD7E005BC23B /* Products */,
            );
            sourceTree = "<group>";
        };
        9980079B1A8CAD7E005BC23B /* Products */ = {
            isa = PBXGroup;
            children = (
                9980079A1A8CAD7E005BC23B /* optical_flow_lk_two_images */,
            );
            name = Products;
            sourceTree = "<group>";
        };
        9980079C1A8CAD7E005BC23B /* optical_flow_lk_two_images */ = {
            isa = PBXGroup;
            children = (
                9980079D1A8CAD7E005BC23B /* main.cpp */,
                99DD732C1A992E3A006E73B7 /* Utils.cpp */,
                99DD732F1A993CE4006E73B7 /* Utils.hpp */,
            );
            path = optical_flow_lk_two_images;
            sourceTree = "<group>";
        };
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
        998007991A8CAD7E005BC23B /* optical_flow_lk_two_images */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 998007A11A8CAD7E005BC23B /* Build configuration list for PBXNativeTarget "optical_flow_lk_two_images" */;
            buildPhases = (
                998007961A8CAD7E005BC23B /* Sources */,
                998007971A8CAD7E005BC23B /* Frameworks */,
                998007981A8CAD7E005BC23B /* CopyFiles */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = optical_flow_lk_two_images;
            productName = optical_flow_lk_two_images;
            productReference = 9980079A1A8CAD7E005BC23B /* optical_flow_lk_two_images */;
            productType = "com.apple.product-type.tool";
        };
/* End PBXNativeTarget section */

/* Begin PBXProject section */
        998007921A8CAD7E005BC23B /* Project object */ = {
            isa = PBXProject;
            attributes = {
                LastUpgradeCheck = 0610;
                ORGANIZATIONNAME = "Connor Goddard";
                TargetAttributes = {
                    998007991A8CAD7E005BC23B = {
                        CreatedOnToolsVersion = 6.1.1;
                    };
                };
            };
            buildConfigurationList = 998007951A8CAD7E005BC23B /* Build configuration list for PBXProject "optical_flow_lk_two_images" */;
            compatibilityVersion = "Xcode 3.2";
            developmentRegion = English;
            hasScannedForEncodings = 0;
            knownRegions = (
                en,
            );
            mainGroup = 998007911A8CAD7E005BC23B;
            productRefGroup = 9980079B1A8CAD7E005BC23B /* Products */;
            projectDirPath = "";
            projectRoot = "";
            targets = (
                998007991A8CAD7E005BC23B /* optical_flow_lk_two_images */,
            );
        };
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
        998007961A8CAD7E005BC23B /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                9980079E1A8CAD7E005BC23B /* main.cpp in Sources */,
                99DD732E1A992E3A006E73B7 /* Utils.cpp in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
        9980079F1A8CAD7E005BC23B /* 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;
                ENABLE_STRICT_OBJC_MSGSEND = YES;
                GCC_C_LANGUAGE_STANDARD = gnu99;
                GCC_DYNAMIC_NO_PIC = NO;
                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;
        };
        998007A01A8CAD7E005BC23B /* 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 = YES;
                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
                ENABLE_NS_ASSERTIONS = NO;
                ENABLE_STRICT_OBJC_MSGSEND = YES;
                GCC_C_LANGUAGE_STANDARD = gnu99;
                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;
        };
        998007A21A8CAD7E005BC23B /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                HEADER_SEARCH_PATHS = (
                    "$(inherited)",
                    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
                    /usr/local/include,
                );
                LIBRARY_SEARCH_PATHS = /usr/local/lib;
                OTHER_LDFLAGS = (
                    "-lopencv_calib3d",
                    "-lopencv_core",
                    "-lopencv_features2d",
                    "-lopencv_highgui",
                    "-lopencv_imgproc",
                    "-lopencv_objdetect",
                    "-lopencv_video",
                    "-lopencv_nonfree",
                );
                PRODUCT_NAME = "$(TARGET_NAME)";
            };
            name = Debug;
        };
        998007A31A8CAD7E005BC23B /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                HEADER_SEARCH_PATHS = (
                    "$(inherited)",
                    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
                    /usr/local/include,
                );
                LIBRARY_SEARCH_PATHS = /usr/local/lib;
                OTHER_LDFLAGS = (
                    "-lopencv_calib3d",
                    "-lopencv_core",
                    "-lopencv_features2d",
                    "-lopencv_highgui",
                    "-lopencv_imgproc",
                    "-lopencv_objdetect",
                    "-lopencv_video",
                    "-lopencv_nonfree",
                );
                PRODUCT_NAME = "$(TARGET_NAME)";
            };
            name = Release;
        };
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
        998007951A8CAD7E005BC23B /* Build configuration list for PBXProject "optical_flow_lk_two_images" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                9980079F1A8CAD7E005BC23B /* Debug */,
                998007A01A8CAD7E005BC23B /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        998007A11A8CAD7E005BC23B /* Build configuration list for PBXNativeTarget "optical_flow_lk_two_images" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                998007A21A8CAD7E005BC23B /* Debug */,
                998007A31A8CAD7E005BC23B /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
/* End XCConfigurationList section */
    };
    rootObject = 998007921A8CAD7E005BC23B /* Project object */;
}