Pallet: Use default SDK rather than 10.8 one in xcode build

git-svn-id: https://svn.macports.org/repository/macports/branches/gsoc15-pallet@141398 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Clemens Lang
2015-10-17 13:29:30 +00:00
parent ba9e172f61
commit be3c93c9a4
@@ -610,7 +610,7 @@
name = Test;
productName = "Test Cases";
productReference = 489DD8F40C94365F00595506 /* Test.octest */;
productType = "com.apple.product-type.bundle";
productType = "com.apple.product-type.bundle.ocunit-test";
};
6EC260860E426FF10013BC48 /* MPHelperInstallTool */ = {
isa = PBXNativeTarget;
@@ -1032,13 +1032,13 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "";
DEBUG_INFORMATION_FORMAT = stabs;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_OBJC_GC = unsupported;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
SDKROOT = macosx10.8;
SDKROOT = macosx;
ZERO_LINK = NO;
};
name = Debug;
@@ -1048,11 +1048,12 @@
buildSettings = {
ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "ppc i386 ppc64 x86_64";
CODE_SIGN_IDENTITY = "";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_OBJC_GC = unsupported;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = macosx10.8;
SDKROOT = macosx;
ZERO_LINK = NO;
};
name = Release;
@@ -1061,12 +1062,13 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_OBJC_GC = unsupported;
GCC_VERSION = 4.0;
GCC_VERSION = "";
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = macosx10.8;
SDKROOT = macosx;
ZERO_LINK = NO;
};
name = "Release-Tiger";