diff --git a/RelativeHeaderPath.xcodeproj/project.pbxproj b/RelativeHeaderPath.xcodeproj/project.pbxproj new file mode 100644 index 0000000..f4e0be9 --- /dev/null +++ b/RelativeHeaderPath.xcodeproj/project.pbxproj @@ -0,0 +1,281 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + E7FB451021FF702000A2EDB6 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E7FB450F21FF702000A2EDB6 /* main.cpp */; }; +/* End PBXBuildFile section */ + +/* Begin PBXCopyFilesBuildPhase section */ + E7FB450A21FF702000A2EDB6 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 1; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + E7FB450C21FF702000A2EDB6 /* RelativeHeaderPath */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = RelativeHeaderPath; sourceTree = BUILT_PRODUCTS_DIR; }; + E7FB450F21FF702000A2EDB6 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + E7FB450921FF702000A2EDB6 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + E7FB450321FF702000A2EDB6 = { + isa = PBXGroup; + children = ( + E7FB450E21FF702000A2EDB6 /* RelativeHeaderPath */, + E7FB450D21FF702000A2EDB6 /* Products */, + ); + sourceTree = ""; + }; + E7FB450D21FF702000A2EDB6 /* Products */ = { + isa = PBXGroup; + children = ( + E7FB450C21FF702000A2EDB6 /* RelativeHeaderPath */, + ); + name = Products; + sourceTree = ""; + }; + E7FB450E21FF702000A2EDB6 /* RelativeHeaderPath */ = { + isa = PBXGroup; + children = ( + E7FB450F21FF702000A2EDB6 /* main.cpp */, + ); + path = RelativeHeaderPath; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + E7FB450B21FF702000A2EDB6 /* RelativeHeaderPath */ = { + isa = PBXNativeTarget; + buildConfigurationList = E7FB451321FF702000A2EDB6 /* Build configuration list for PBXNativeTarget "RelativeHeaderPath" */; + buildPhases = ( + E7FB450821FF702000A2EDB6 /* Sources */, + E7FB450921FF702000A2EDB6 /* Frameworks */, + E7FB450A21FF702000A2EDB6 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = RelativeHeaderPath; + productName = RelativeHeaderPath; + productReference = E7FB450C21FF702000A2EDB6 /* RelativeHeaderPath */; + productType = "com.apple.product-type.tool"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + E7FB450421FF702000A2EDB6 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1010; + ORGANIZATIONNAME = "Anton Matosov"; + TargetAttributes = { + E7FB450B21FF702000A2EDB6 = { + CreatedOnToolsVersion = 10.1; + }; + }; + }; + buildConfigurationList = E7FB450721FF702000A2EDB6 /* Build configuration list for PBXProject "RelativeHeaderPath" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = E7FB450321FF702000A2EDB6; + productRefGroup = E7FB450D21FF702000A2EDB6 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + E7FB450B21FF702000A2EDB6 /* RelativeHeaderPath */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + E7FB450821FF702000A2EDB6 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E7FB451021FF702000A2EDB6 /* main.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + E7FB451121FF702000A2EDB6 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "Mac Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + 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; + MACOSX_DEPLOYMENT_TARGET = 10.14; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + E7FB451221FF702000A2EDB6 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "Mac Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + 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.14; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = macosx; + }; + name = Release; + }; + E7FB451421FF702000A2EDB6 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = YJBPWVJ32D; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + E7FB451521FF702000A2EDB6 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = YJBPWVJ32D; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + E7FB450721FF702000A2EDB6 /* Build configuration list for PBXProject "RelativeHeaderPath" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E7FB451121FF702000A2EDB6 /* Debug */, + E7FB451221FF702000A2EDB6 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + E7FB451321FF702000A2EDB6 /* Build configuration list for PBXNativeTarget "RelativeHeaderPath" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E7FB451421FF702000A2EDB6 /* Debug */, + E7FB451521FF702000A2EDB6 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = E7FB450421FF702000A2EDB6 /* Project object */; +} diff --git a/RelativeHeaderPath.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/RelativeHeaderPath.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..e6e1a3e --- /dev/null +++ b/RelativeHeaderPath.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/RelativeHeaderPath.xcodeproj/xcuserdata/amatosov.xcuserdatad/xcschemes/xcschememanagement.plist b/RelativeHeaderPath.xcodeproj/xcuserdata/amatosov.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..8179b29 --- /dev/null +++ b/RelativeHeaderPath.xcodeproj/xcuserdata/amatosov.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + RelativeHeaderPath.xcscheme_^#shared#^_ + + orderHint + 0 + + + + diff --git a/RelativeHeaderPath/main.cpp b/RelativeHeaderPath/main.cpp new file mode 100644 index 0000000..dd91d34 --- /dev/null +++ b/RelativeHeaderPath/main.cpp @@ -0,0 +1,15 @@ +// +// main.cpp +// RelativeHeaderPath +// +// Created by Anton Matosov on 1/28/19. +// Copyright © 2019 Anton Matosov. All rights reserved. +// + +#include + +int main(int argc, const char * argv[]) { + // insert code here... + std::cout << "Hello, World!\n"; + return 0; +}