# HG changeset patch # User Sam Lantinga # Date 1295398503 28800 # Node ID 0f36ef361705a12122d6357954804fbca5a712ff # Parent 63034cfd33def00f28d24a2eb435971083ff4a7b Fixed building with the latest iOS SDK (4.2) diff -r 63034cfd33de -r 0f36ef361705 Xcode-iPhoneOS/Demos/DemosiPhoneOS.xcodeproj/project.pbxproj --- a/Xcode-iPhoneOS/Demos/DemosiPhoneOS.xcodeproj/project.pbxproj Tue Jan 18 16:47:14 2011 -0800 +++ b/Xcode-iPhoneOS/Demos/DemosiPhoneOS.xcodeproj/project.pbxproj Tue Jan 18 16:55:03 2011 -0800 @@ -508,7 +508,14 @@ isa = PBXProject; buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "DemosiPhoneOS" */; compatibilityVersion = "Xcode 3.1"; + developmentRegion = English; hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; projectDirPath = ""; projectReferences = ( @@ -746,7 +753,7 @@ OTHER_CFLAGS = ""; PREBINDING = NO; PRELINK_LIBS = ""; - SDKROOT = iphoneos3.2; + SDKROOT = iphoneos; }; name = Debug; }; @@ -764,7 +771,7 @@ OTHER_CFLAGS = ""; PREBINDING = NO; PRELINK_LIBS = ""; - SDKROOT = iphoneos3.2; + SDKROOT = iphoneos; }; name = Release; };