From 22f98f18fcc6d745ded2d3a97b940fdb637e53f1 Mon Sep 17 00:00:00 2001 From: Philipp Rouast Date: Wed, 5 Apr 2017 15:15:10 +1000 Subject: [PATCH] added gitignore --- .gitignore | 18 + Heartbeat.xcodeproj/project.pbxproj | 341 ------------------ .../contents.xcworkspacedata | 7 - .../xcdebugger/Breakpoints_v2.xcbkptlist | 119 ------ .../xcschemes/Heartbeat WebcamRec.xcscheme | 137 ------- .../xcschemes/Heartbeat.xcscheme | 91 ----- .../xcschemes/xcschememanagement.plist | 27 -- 7 files changed, 18 insertions(+), 722 deletions(-) create mode 100644 .gitignore delete mode 100644 Heartbeat.xcodeproj/project.pbxproj delete mode 100644 Heartbeat.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 Heartbeat.xcodeproj/xcuserdata/prouast.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist delete mode 100644 Heartbeat.xcodeproj/xcuserdata/prouast.xcuserdatad/xcschemes/Heartbeat WebcamRec.xcscheme delete mode 100644 Heartbeat.xcodeproj/xcuserdata/prouast.xcuserdatad/xcschemes/Heartbeat.xcscheme delete mode 100644 Heartbeat.xcodeproj/xcuserdata/prouast.xcuserdatad/xcschemes/xcschememanagement.plist diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..24f1210 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Xcode +.DS_Store +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +*.xcworkspace +!default.xcworkspace +xcuserdata +profile +*.moved-aside +DerivedData +.idea/ \ No newline at end of file diff --git a/Heartbeat.xcodeproj/project.pbxproj b/Heartbeat.xcodeproj/project.pbxproj deleted file mode 100644 index 49ee69b..0000000 --- a/Heartbeat.xcodeproj/project.pbxproj +++ /dev/null @@ -1,341 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - FF09C0991D03601E00BAB860 /* Heartbeat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FF09C0971D03601E00BAB860 /* Heartbeat.cpp */; }; - FF09C09B1D04344A00BAB860 /* haarcascade_frontalface_alt.xml in CopyFiles */ = {isa = PBXBuildFile; fileRef = FF09C09A1D04324400BAB860 /* haarcascade_frontalface_alt.xml */; }; - FF4D33E11CA6307C0041EABE /* FFmpegEncoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FF4D33DF1CA6307C0041EABE /* FFmpegEncoder.cpp */; }; - FFCCF4221D8D84E900D8F4C7 /* Baseline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FFCCF4201D8D84E900D8F4C7 /* Baseline.cpp */; }; - FFDC35601C879BB000B04501 /* opencv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FFDC355E1C879BB000B04501 /* opencv.cpp */; }; - FFDFC5A11C891C4400C994E3 /* FFmpegDecoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FFDFC59F1C891C4400C994E3 /* FFmpegDecoder.cpp */; }; - FFF4CA591D2E886A00684516 /* RPPG.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FFF4CA571D2E886A00684516 /* RPPG.cpp */; }; -/* End PBXBuildFile section */ - -/* Begin PBXCopyFilesBuildPhase section */ - FFB64BAC1C83FA3E00B3766E /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = usr/share/man/man1; - dstSubfolderSpec = 16; - files = ( - FF09C09B1D04344A00BAB860 /* haarcascade_frontalface_alt.xml in CopyFiles */, - ); - runOnlyForDeploymentPostprocessing = 1; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - FF09C0971D03601E00BAB860 /* Heartbeat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Heartbeat.cpp; sourceTree = ""; }; - FF09C0981D03601E00BAB860 /* Heartbeat.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Heartbeat.hpp; sourceTree = ""; }; - FF09C09A1D04324400BAB860 /* haarcascade_frontalface_alt.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = haarcascade_frontalface_alt.xml; sourceTree = SOURCE_ROOT; }; - FF4D33DF1CA6307C0041EABE /* FFmpegEncoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FFmpegEncoder.cpp; sourceTree = ""; }; - FF4D33E01CA6307C0041EABE /* FFmpegEncoder.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = FFmpegEncoder.hpp; sourceTree = ""; }; - FFB64BAE1C83FA3E00B3766E /* Heartbeat */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Heartbeat; sourceTree = BUILT_PRODUCTS_DIR; }; - FFCCF4201D8D84E900D8F4C7 /* Baseline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Baseline.cpp; sourceTree = ""; }; - FFCCF4211D8D84E900D8F4C7 /* Baseline.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = Baseline.hpp; sourceTree = ""; }; - FFDC355E1C879BB000B04501 /* opencv.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = opencv.cpp; sourceTree = ""; }; - FFDC355F1C879BB000B04501 /* opencv.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = opencv.hpp; sourceTree = ""; }; - FFDFC59F1C891C4400C994E3 /* FFmpegDecoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FFmpegDecoder.cpp; sourceTree = ""; }; - FFDFC5A01C891C4400C994E3 /* FFmpegDecoder.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = FFmpegDecoder.hpp; sourceTree = ""; }; - FFF4CA571D2E886A00684516 /* RPPG.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RPPG.cpp; sourceTree = ""; }; - FFF4CA581D2E886A00684516 /* RPPG.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = RPPG.hpp; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - FFB64BAB1C83FA3E00B3766E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - FFB64BA51C83FA3E00B3766E = { - isa = PBXGroup; - children = ( - FFFFF0931C8412C1007B4A79 /* Resource */, - FFB64BB01C83FA3E00B3766E /* Heartbeat */, - FFB64BAF1C83FA3E00B3766E /* Products */, - ); - sourceTree = ""; - }; - FFB64BAF1C83FA3E00B3766E /* Products */ = { - isa = PBXGroup; - children = ( - FFB64BAE1C83FA3E00B3766E /* Heartbeat */, - ); - name = Products; - sourceTree = ""; - }; - FFB64BB01C83FA3E00B3766E /* Heartbeat */ = { - isa = PBXGroup; - children = ( - FF09C0971D03601E00BAB860 /* Heartbeat.cpp */, - FF09C0981D03601E00BAB860 /* Heartbeat.hpp */, - FFF4CA571D2E886A00684516 /* RPPG.cpp */, - FFF4CA581D2E886A00684516 /* RPPG.hpp */, - FFDC355E1C879BB000B04501 /* opencv.cpp */, - FFDC355F1C879BB000B04501 /* opencv.hpp */, - FFDFC59F1C891C4400C994E3 /* FFmpegDecoder.cpp */, - FFDFC5A01C891C4400C994E3 /* FFmpegDecoder.hpp */, - FF4D33DF1CA6307C0041EABE /* FFmpegEncoder.cpp */, - FF4D33E01CA6307C0041EABE /* FFmpegEncoder.hpp */, - FFCCF4201D8D84E900D8F4C7 /* Baseline.cpp */, - FFCCF4211D8D84E900D8F4C7 /* Baseline.hpp */, - ); - path = Heartbeat; - sourceTree = ""; - }; - FFFFF0931C8412C1007B4A79 /* Resource */ = { - isa = PBXGroup; - children = ( - FF09C09A1D04324400BAB860 /* haarcascade_frontalface_alt.xml */, - ); - name = Resource; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - FFB64BAD1C83FA3E00B3766E /* Heartbeat */ = { - isa = PBXNativeTarget; - buildConfigurationList = FFB64BB51C83FA3E00B3766E /* Build configuration list for PBXNativeTarget "Heartbeat" */; - buildPhases = ( - FFB64BAA1C83FA3E00B3766E /* Sources */, - FFB64BAB1C83FA3E00B3766E /* Frameworks */, - FFB64BAC1C83FA3E00B3766E /* CopyFiles */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Heartbeat; - productName = Heartbeat; - productReference = FFB64BAE1C83FA3E00B3766E /* Heartbeat */; - productType = "com.apple.product-type.tool"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - FFB64BA61C83FA3E00B3766E /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0720; - ORGANIZATIONNAME = "Philipp Roüast"; - TargetAttributes = { - FFB64BAD1C83FA3E00B3766E = { - CreatedOnToolsVersion = 7.2.1; - }; - }; - }; - buildConfigurationList = FFB64BA91C83FA3E00B3766E /* Build configuration list for PBXProject "Heartbeat" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = FFB64BA51C83FA3E00B3766E; - productRefGroup = FFB64BAF1C83FA3E00B3766E /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - FFB64BAD1C83FA3E00B3766E /* Heartbeat */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - FFB64BAA1C83FA3E00B3766E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FFCCF4221D8D84E900D8F4C7 /* Baseline.cpp in Sources */, - FFDC35601C879BB000B04501 /* opencv.cpp in Sources */, - FF09C0991D03601E00BAB860 /* Heartbeat.cpp in Sources */, - FFDFC5A11C891C4400C994E3 /* FFmpegDecoder.cpp in Sources */, - FFF4CA591D2E886A00684516 /* RPPG.cpp in Sources */, - FF4D33E11CA6307C0041EABE /* FFmpegEncoder.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - FFB64BB31C83FA3E00B3766E /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = YES; - 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; - HEADER_SEARCH_PATHS = /usr/local/include; - LIBRARY_SEARCH_PATHS = /usr/local/lib; - MACOSX_DEPLOYMENT_TARGET = 10.11; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - }; - name = Debug; - }; - FFB64BB41C83FA3E00B3766E /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = YES; - 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; - HEADER_SEARCH_PATHS = /usr/local/include; - LIBRARY_SEARCH_PATHS = /usr/local/lib; - MACOSX_DEPLOYMENT_TARGET = 10.11; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = macosx; - }; - name = Release; - }; - FFB64BB61C83FA3E00B3766E /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - /usr/local/include, - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)", - /usr/local/lib, - ); - OTHER_LDFLAGS = ( - "$(inherited)", - "-lopencv_core", - "-lopencv_highgui", - "-lopencv_imgcodecs", - "-lopencv_imgproc", - "-lopencv_objdetect", - "-lopencv_video", - "-lopencv_videoio", - "-lavcodec", - "-lavformat", - "-lavutil", - "-lswscale", - ); - PRODUCT_NAME = Heartbeat; - }; - name = Debug; - }; - FFB64BB71C83FA3E00B3766E /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - /usr/local/include, - ); - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)", - /usr/local/lib, - ); - OTHER_LDFLAGS = ( - "$(inherited)", - "-lopencv_core", - "-lopencv_highgui", - "-lopencv_imgcodecs", - "-lopencv_imgproc", - "-lopencv_objdetect", - "-lopencv_video", - "-lopencv_videoio", - "-lavcodec", - "-lavformat", - "-lavutil", - "-lswscale", - ); - PRODUCT_NAME = Heartbeat; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - FFB64BA91C83FA3E00B3766E /* Build configuration list for PBXProject "Heartbeat" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - FFB64BB31C83FA3E00B3766E /* Debug */, - FFB64BB41C83FA3E00B3766E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - FFB64BB51C83FA3E00B3766E /* Build configuration list for PBXNativeTarget "Heartbeat" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - FFB64BB61C83FA3E00B3766E /* Debug */, - FFB64BB71C83FA3E00B3766E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = FFB64BA61C83FA3E00B3766E /* Project object */; -} diff --git a/Heartbeat.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Heartbeat.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 56ca2eb..0000000 --- a/Heartbeat.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/Heartbeat.xcodeproj/xcuserdata/prouast.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/Heartbeat.xcodeproj/xcuserdata/prouast.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist deleted file mode 100644 index f7398c5..0000000 --- a/Heartbeat.xcodeproj/xcuserdata/prouast.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Heartbeat.xcodeproj/xcuserdata/prouast.xcuserdatad/xcschemes/Heartbeat WebcamRec.xcscheme b/Heartbeat.xcodeproj/xcuserdata/prouast.xcuserdatad/xcschemes/Heartbeat WebcamRec.xcscheme deleted file mode 100644 index f287d64..0000000 --- a/Heartbeat.xcodeproj/xcuserdata/prouast.xcuserdatad/xcschemes/Heartbeat WebcamRec.xcscheme +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Heartbeat.xcodeproj/xcuserdata/prouast.xcuserdatad/xcschemes/Heartbeat.xcscheme b/Heartbeat.xcodeproj/xcuserdata/prouast.xcuserdatad/xcschemes/Heartbeat.xcscheme deleted file mode 100644 index 91c3b3b..0000000 --- a/Heartbeat.xcodeproj/xcuserdata/prouast.xcuserdatad/xcschemes/Heartbeat.xcscheme +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Heartbeat.xcodeproj/xcuserdata/prouast.xcuserdatad/xcschemes/xcschememanagement.plist b/Heartbeat.xcodeproj/xcuserdata/prouast.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index 0b99c8c..0000000 --- a/Heartbeat.xcodeproj/xcuserdata/prouast.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,27 +0,0 @@ - - - - - SchemeUserState - - Heartbeat WebcamRec.xcscheme - - orderHint - 1 - - Heartbeat.xcscheme - - orderHint - 0 - - - SuppressBuildableAutocreation - - FFB64BAD1C83FA3E00B3766E - - primary - - - - -