diff --git a/dist-build/iphone.sh b/dist-build/iphone.sh index d4137732..589b9af4 100755 --- a/dist-build/iphone.sh +++ b/dist-build/iphone.sh @@ -1,6 +1,6 @@ #! /bin/sh -export XCODEDIR="/Applications/Xcode46-DP2.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/iPhoneOS6.1.sdk"