Update osx project

This commit is contained in:
optixx
2016-02-09 21:59:51 +01:00
parent b09aa72e38
commit 69616740eb
6 changed files with 136 additions and 6 deletions

View File

@@ -147,9 +147,15 @@
/* Begin PBXProject section */
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Quickdev16" */;
compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
en,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* Quickdev16 */;
projectDirPath = "";
projectRoot = "";
@@ -253,9 +259,10 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.10;
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
SDKROOT = macosx10.6;
SDKROOT = macosx10.11;
};
name = Debug;
};
@@ -266,8 +273,9 @@
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.10;
PREBINDING = NO;
SDKROOT = macosx10.6;
SDKROOT = macosx10.11;
};
name = Release;
};