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
This commit is contained in:
@@ -415,6 +415,9 @@
|
|||||||
/* Begin PBXProject section */
|
/* Begin PBXProject section */
|
||||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||||
isa = PBXProject;
|
isa = PBXProject;
|
||||||
|
attributes = {
|
||||||
|
LastUpgradeCheck = 0410;
|
||||||
|
};
|
||||||
buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "narya" */;
|
buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "narya" */;
|
||||||
compatibilityVersion = "Xcode 3.2";
|
compatibilityVersion = "Xcode 3.2";
|
||||||
developmentRegion = English;
|
developmentRegion = English;
|
||||||
@@ -496,6 +499,7 @@
|
|||||||
1DEB91EC08733DB70010E9CD /* Debug */ = {
|
1DEB91EC08733DB70010E9CD /* Debug */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
|
GCC_VERSION = com.apple.compilers.llvmgcc42;
|
||||||
HEADER_SEARCH_PATHS = (
|
HEADER_SEARCH_PATHS = (
|
||||||
"$(BOOST_ROOT)",
|
"$(BOOST_ROOT)",
|
||||||
./src/cpp,
|
./src/cpp,
|
||||||
@@ -516,13 +520,13 @@
|
|||||||
"$(BOOST_ROOT)/ThirdParty/boost_1_43_0",
|
"$(BOOST_ROOT)/ThirdParty/boost_1_43_0",
|
||||||
./src/cpp,
|
./src/cpp,
|
||||||
);
|
);
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
ONLY_ACTIVE_ARCH = YES;
|
||||||
OTHER_CPLUSPLUSFLAGS = (
|
OTHER_CPLUSPLUSFLAGS = (
|
||||||
"-fvisibility=hidden",
|
"-fvisibility=hidden",
|
||||||
"-fvisibility-inlines-hidden",
|
"-fvisibility-inlines-hidden",
|
||||||
);
|
);
|
||||||
PREBINDING = NO;
|
SDKROOT = iphoneos;
|
||||||
SDKROOT = iphoneos4.2;
|
|
||||||
STRIP_STYLE = debugging;
|
STRIP_STYLE = debugging;
|
||||||
SYMROOT = "dist/xcode-build";
|
SYMROOT = "dist/xcode-build";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user