Back to a stable Xcode version.

This commit is contained in:
Frank Denis
2013-02-08 01:25:55 -08:00
parent 48aa6934df
commit f7e643a75c
+1 -1
View File
@@ -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"