From 25975ec040b6f6c64fdd1dbe8b54d607bce15e30 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Mon, 2 Jun 2014 22:27:06 -0700 Subject: [PATCH] update for xcode 6 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 520bca41..9abe866d 100755 --- a/build.sh +++ b/build.sh @@ -4,4 +4,4 @@ # ./build.sh clean:vm # ./build.sh rake $* -SDK_BETA=1 XCODE_PLATFORMS_DIR=/Applications/Xcode51-Beta5.app/Contents/Developer/Platforms rake $* +SDK_BETA=1 XCODE_PLATFORMS_DIR=/Applications/Xcode6-Beta.app/Contents/Developer/Platforms rake $*