Kaydet (Commit) 403d5ed5 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Accept also the iOS 7.1 SDK

Change-Id: I1e93d23be2f7738062f419680872b94d2ccdcc8c
üst 25fe5fe9
...@@ -2952,7 +2952,7 @@ if test $_os = iOS; then ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment