Merge pull request #34 from chebur/patch-1
Automatically detect selected xcode sdk (fixes compatibility with xcode6)
This commit is contained in:
commit
58f6bde9a4
|
@ -22,7 +22,7 @@
|
||||||
# Change values here #
|
# Change values here #
|
||||||
#
|
#
|
||||||
VERSION="1.0.1i" #
|
VERSION="1.0.1i" #
|
||||||
SDKVERSION="7.1" #
|
SDKVERSION=`xcrun -sdk iphoneos --show-sdk-version` #
|
||||||
# #
|
# #
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# #
|
# #
|
||||||
|
|
Loading…
Reference in New Issue