From d83a4bdb6c733ef359cbf28ee15d404098465d68 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 4 Oct 2013 18:36:34 -0700 Subject: [PATCH] Move back to Xcode.app --- dist-build/iphone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-build/iphone.sh b/dist-build/iphone.sh index f4a75056..70a0bc1d 100755 --- a/dist-build/iphone.sh +++ b/dist-build/iphone.sh @@ -1,6 +1,6 @@ #! /bin/sh -export XCODEDIR="/Applications/Xcode5-DP.app/Contents/Developer" +export XCODEDIR="/Applications/Xcode.app/Contents/Developer" export BASEDIR="${XCODEDIR}/Platforms/iPhoneOS.platform/Developer" export PATH="${BASEDIR}/usr/bin:$BASEDIR/usr/sbin:$PATH" export SDK="${BASEDIR}/SDKs/iPhoneOS7.0.sdk"