Move back to Xcode.app

This commit is contained in:
Frank Denis
2013-10-04 18:36:34 -07:00
parent 71489f447a
commit d83a4bdb6c
+1 -1
View File
@@ -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"