From 32eb80e5c4f79bb4e3f385a41252ac7a00edaac5 Mon Sep 17 00:00:00 2001 From: Watson Date: Wed, 18 Dec 2013 23:40:25 +0900 Subject: [PATCH] update build script for Xcode51-DP2 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4e50f3a1..a3edb791 100755 --- a/build.sh +++ b/build.sh @@ -4,4 +4,4 @@ # ./build.sh clean:vm # ./build.sh rake $* -SDK_BETA=1 PLATFORMS_DIR=/Applications/Xcode51-DP.app/Contents/Developer/Platforms rake $* +SDK_BETA=1 PLATFORMS_DIR=/Applications/Xcode51-DP2.app/Contents/Developer/Platforms rake $*