Accept also the iOS 7.1 SDK
Change-Id: I1e93d23be2f7738062f419680872b94d2ccdcc8c
This commit is contained in:
@@ -2952,7 +2952,7 @@ if test $_os = iOS; then
|
|||||||
xcode_developer=`xcode-select -print-path`
|
xcode_developer=`xcode-select -print-path`
|
||||||
|
|
||||||
pref_sdk_ver=7.0
|
pref_sdk_ver=7.0
|
||||||
for sdkver in 7.0 6.1 6.0; do
|
for sdkver in 7.1 7.0 6.1 6.0; do
|
||||||
t=$xcode_developer/Platforms/$platform.platform/Developer/SDKs/$platform$sdkver.sdk
|
t=$xcode_developer/Platforms/$platform.platform/Developer/SDKs/$platform$sdkver.sdk
|
||||||
if test -d $t; then
|
if test -d $t; then
|
||||||
ios_sdk=$sdkver
|
ios_sdk=$sdkver
|
||||||
|
Reference in New Issue
Block a user