Explorar el Código

Update the Dropbox SDK version

Felix Paul Kühne hace 10 años
padre
commit
4bdf8f72c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compileVLCforiOS.sh

+ 1 - 1
compileVLCforiOS.sh

@@ -233,7 +233,7 @@ else
 cd CocoaHTTPServer && git pull --rebase && cd ..
 fi
 if ! [ -e Dropbox ]; then
-DROPBOXSDKVERSION=1.3.9
+DROPBOXSDKVERSION=1.3.13
 curl -O https://www.dropbox.com/static/developers/dropbox-ios-sdk-${DROPBOXSDKVERSION}.zip
 unzip -q dropbox-ios-sdk-${DROPBOXSDKVERSION}.zip
 mv dropbox-ios-sdk-${DROPBOXSDKVERSION} Dropbox