Kaydet (Commit) 7caf64cd authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Current iOS SDK is now 8.1

Change-Id: Ie2860cf1a279d08cf8a08b72c20539ddaa00be15
üst 1ddc9fd6
......@@ -2954,8 +2954,8 @@ if test $_os = iOS; then
xcode_developer=`xcode-select -print-path`
current_sdk_ver=7.1
for sdkver in 8.0 7.1; do
current_sdk_ver=8.1
for sdkver in 8.1 8.0; do
t=$xcode_developer/Platforms/$platform.platform/Developer/SDKs/$platform$sdkver.sdk
if test -d $t; then
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