Merge pull request #34 from chebur/patch-1

Automatically detect selected xcode sdk (fixes compatibility with xcode6)
This commit is contained in:
Felix Schulze 2014-09-18 13:04:06 +02:00
commit 58f6bde9a4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
# Change values here #
#
VERSION="1.0.1i" #
SDKVERSION="7.1" #
SDKVERSION=`xcrun -sdk iphoneos --show-sdk-version` #
# #
###########################################################################
# #