update Mac OSX xcode project

This commit is contained in:
erwin.coumans
2011-03-07 23:48:40 +00:00
parent b67da9e50a
commit 5a4d65f2fe

View File

@@ -1219,7 +1219,14 @@
isa = PBXProject; isa = PBXProject;
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "AllBulletDemos" */; buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "AllBulletDemos" */;
compatibilityVersion = "Xcode 2.4"; compatibilityVersion = "Xcode 2.4";
developmentRegion = English;
hasScannedForEncodings = 1; hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* AllBulletDemos */; mainGroup = 29B97314FDCFA39411CA2CEA /* AllBulletDemos */;
projectDirPath = ""; projectDirPath = "";
projectRoot = ""; projectRoot = "";
@@ -1764,7 +1771,7 @@
); );
ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH)"; ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH)";
PREBINDING = NO; PREBINDING = NO;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; SDKROOT = macosx;
}; };
name = Debug; name = Debug;
}; };
@@ -1793,7 +1800,7 @@
/System/Library/Frameworks/GLUT.framework/Headers, /System/Library/Frameworks/GLUT.framework/Headers,
); );
PREBINDING = NO; PREBINDING = NO;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; SDKROOT = macosx;
}; };
name = Release; name = Release;
}; };