Improve iOS install docs.

This commit is contained in:
Mike Pall 2012-11-07 23:00:05 +01:00
parent 07406a5af9
commit 2156925b9b

View File

@ -452,8 +452,8 @@ much slower than the JIT compiler. Please complain to Apple, not me.
Or use Android. :-p
</p>
<pre class="code">
IXCODE=/Applications/Xcode.app/Contents
ISDK=$IXCODE/Developer/Platforms/iPhoneOS.platform/Developer
IXCODE=`xcode-select -print-path`
ISDK=$IXCODE/Platforms/iPhoneOS.platform/Developer
ISDKVER=iPhoneOS6.0.sdk
ISDKP=$ISDK/usr/bin/
ISDKF="-arch armv7 -isysroot $ISDK/SDKs/$ISDKVER"