Sfoglia il codice sorgente

Deploy the iOS 7.1 SDK

Felix Paul Kühne 11 anni fa
parent
commit
b52f379d65
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.0
+SDK=7.1
 SDK_MIN=6.1
 VERBOSE=no
 CONFIGURATION="Release"