From 9fed1cecd59d9506aa6c5c9f6a12ba223999c08c Mon Sep 17 00:00:00 2001 From: Tom Conkling Date: Mon, 12 Sep 2011 20:32:55 +0000 Subject: [PATCH] Bring up-to-date with Xcode 4.1 and iOS SDK 4.3 git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6699 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- narya.xcodeproj/project.pbxproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/narya.xcodeproj/project.pbxproj b/narya.xcodeproj/project.pbxproj index 9f69650eb..f8d56fdda 100644 --- a/narya.xcodeproj/project.pbxproj +++ b/narya.xcodeproj/project.pbxproj @@ -415,6 +415,9 @@ /* Begin PBXProject section */ 08FB7793FE84155DC02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 0410; + }; buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "narya" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; @@ -496,6 +499,7 @@ 1DEB91EC08733DB70010E9CD /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + GCC_VERSION = com.apple.compilers.llvmgcc42; HEADER_SEARCH_PATHS = ( "$(BOOST_ROOT)", ./src/cpp, @@ -516,13 +520,13 @@ "$(BOOST_ROOT)/ThirdParty/boost_1_43_0", ./src/cpp, ); + IPHONEOS_DEPLOYMENT_TARGET = 4.3; ONLY_ACTIVE_ARCH = YES; OTHER_CPLUSPLUSFLAGS = ( "-fvisibility=hidden", "-fvisibility-inlines-hidden", ); - PREBINDING = NO; - SDKROOT = iphoneos4.2; + SDKROOT = iphoneos; STRIP_STYLE = debugging; SYMROOT = "dist/xcode-build"; };