From f7e643a75caddcffbcf67c2098cab1562518c2f3 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 8 Feb 2013 01:25:55 -0800 Subject: [PATCH] Back to a stable Xcode version. --- 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 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"