(iOS) Change IOSSDK reference

This commit is contained in:
twinaphex 2014-05-20 22:10:44 +02:00
parent 650d211b23
commit 8d2c1cf55a

View File

@ -18,7 +18,7 @@ IOSSDK=$(xcrun -sdk iphoneos -show-sdk-path)
IOSVER_MAJOR=$(xcrun -sdk iphoneos -show-sdk-platform-version | cut -c '1')
IOSVER_MINOR=$(xcrun -sdk iphoneos -show-sdk-platform-version | cut -c '3')
IOSVER=${IOSVER_MAJOR}${IOSVER_MINOR}
echo "iOS path: ${IOSSDKLOC}"
echo "iOS path: ${IOSSDK}"
echo "iOS version: ${IOSVER}"
export IOSSDK