diff --git a/Simplex.xcodeproj/project.pbxproj b/Simplex.xcodeproj/project.pbxproj new file mode 100644 index 0000000..2b1dd41 --- /dev/null +++ b/Simplex.xcodeproj/project.pbxproj @@ -0,0 +1,246 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 42E6D9151CD7771A00C80A05 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42E6D9141CD7771A00C80A05 /* main.cpp */; }; +/* End PBXBuildFile section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 42E6D90F1CD7771900C80A05 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 1; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 42E6D9111CD7771A00C80A05 /* Simplex */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Simplex; sourceTree = BUILT_PRODUCTS_DIR; }; + 42E6D9141CD7771A00C80A05 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 42E6D90E1CD7771900C80A05 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 42E6D9081CD7771200C80A05 = { + isa = PBXGroup; + children = ( + 42E6D9131CD7771A00C80A05 /* Simplex */, + 42E6D9121CD7771A00C80A05 /* Products */, + ); + sourceTree = ""; + }; + 42E6D9121CD7771A00C80A05 /* Products */ = { + isa = PBXGroup; + children = ( + 42E6D9111CD7771A00C80A05 /* Simplex */, + ); + name = Products; + sourceTree = ""; + }; + 42E6D9131CD7771A00C80A05 /* Simplex */ = { + isa = PBXGroup; + children = ( + 42E6D9141CD7771A00C80A05 /* main.cpp */, + ); + path = Simplex; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 42E6D9101CD7771900C80A05 /* Simplex */ = { + isa = PBXNativeTarget; + buildConfigurationList = 42E6D9181CD7771A00C80A05 /* Build configuration list for PBXNativeTarget "Simplex" */; + buildPhases = ( + 42E6D90D1CD7771900C80A05 /* Sources */, + 42E6D90E1CD7771900C80A05 /* Frameworks */, + 42E6D90F1CD7771900C80A05 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Simplex; + productName = Simplex; + productReference = 42E6D9111CD7771A00C80A05 /* Simplex */; + productType = "com.apple.product-type.tool"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 42E6D9091CD7771200C80A05 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0730; + ORGANIZATIONNAME = Lettiery; + TargetAttributes = { + 42E6D9101CD7771900C80A05 = { + CreatedOnToolsVersion = 7.3; + }; + }; + }; + buildConfigurationList = 42E6D90C1CD7771200C80A05 /* Build configuration list for PBXProject "Simplex" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 42E6D9081CD7771200C80A05; + productRefGroup = 42E6D9121CD7771A00C80A05 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 42E6D9101CD7771900C80A05 /* Simplex */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + 42E6D90D1CD7771900C80A05 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 42E6D9151CD7771A00C80A05 /* main.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 42E6D9161CD7771A00C80A05 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = 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; + MACOSX_DEPLOYMENT_TARGET = 10.11; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + 42E6D9171CD7771A00C80A05 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = 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; + MACOSX_DEPLOYMENT_TARGET = 10.11; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = macosx; + }; + name = Release; + }; + 42E6D9191CD7771A00C80A05 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 42E6D91A1CD7771A00C80A05 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 42E6D90C1CD7771200C80A05 /* Build configuration list for PBXProject "Simplex" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 42E6D9161CD7771A00C80A05 /* Debug */, + 42E6D9171CD7771A00C80A05 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 42E6D9181CD7771A00C80A05 /* Build configuration list for PBXNativeTarget "Simplex" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 42E6D9191CD7771A00C80A05 /* Debug */, + 42E6D91A1CD7771A00C80A05 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 42E6D9091CD7771200C80A05 /* Project object */; +} diff --git a/Simplex.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Simplex.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..d68120f --- /dev/null +++ b/Simplex.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Simplex.xcodeproj/xcuserdata/Lettiery.xcuserdatad/xcschemes/Simplex.xcscheme b/Simplex.xcodeproj/xcuserdata/Lettiery.xcuserdatad/xcschemes/Simplex.xcscheme new file mode 100644 index 0000000..6413e0d --- /dev/null +++ b/Simplex.xcodeproj/xcuserdata/Lettiery.xcuserdatad/xcschemes/Simplex.xcscheme @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Simplex.xcodeproj/xcuserdata/Lettiery.xcuserdatad/xcschemes/xcschememanagement.plist b/Simplex.xcodeproj/xcuserdata/Lettiery.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..929d330 --- /dev/null +++ b/Simplex.xcodeproj/xcuserdata/Lettiery.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + Simplex.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 42E6D9101CD7771900C80A05 + + primary + + + + + diff --git a/Simplex/main.cpp b/Simplex/main.cpp new file mode 100644 index 0000000..6035c3f --- /dev/null +++ b/Simplex/main.cpp @@ -0,0 +1,15 @@ +// +// main.cpp +// Simplex +// +// Created by Lettiery on 02/05/16. +// Copyright © 2016 Lettiery. All rights reserved. +// + +#include + +int main(int argc, const char * argv[]) { + // insert code here... + std::cout << "Hello, World!\n"; + return 0; +}