Explorar o código

MobileVLCKit: use maximum available SDK version in build script

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Gleb Pinigin %!s(int64=11) %!d(string=hai) anos
pai
achega
de73222952
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      buildMobileVLCKit.sh

+ 1 - 1
buildMobileVLCKit.sh

@@ -7,7 +7,7 @@ set -e
 BUILD_DEVICE=1
 BUILD_SIMULATOR=0
 BUILD_FRAMEWORK=0
-SDK=7.1
+SDK=`xcrun --sdk iphoneos --show-sdk-version`
 SDK_MIN=6.1
 VERBOSE=no
 CONFIGURATION="Release"