From 92ff23e77fa586455b427b71f49e1d9502470e6e Mon Sep 17 00:00:00 2001 From: Landon Fuller Date: Sat, 12 Feb 2011 10:24:49 -0500 Subject: [PATCH] Switch to the current iOS 4.2 SDK. --- build-ios.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-ios.sh b/build-ios.sh index 751fc698..1035843b 100755 --- a/build-ios.sh +++ b/build-ios.sh @@ -2,7 +2,7 @@ PLATFORM_IOS=/Developer/Platforms/iPhoneOS.platform/ PLATFORM_IOS_SIM=/Developer/Platforms/iPhoneSimulator.platform/ -SDK_IOS_VERSION="4.1" +SDK_IOS_VERSION="4.2" MIN_IOS_VERSION="3.0" mkdir -p "build-ios"