Explorar o código

ImportedSources: fetch the Dropbox SDK

Felix Paul Kühne %!s(int64=12) %!d(string=hai) anos
pai
achega
d3016c8480
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      buildAspenProject.sh

+ 8 - 0
buildAspenProject.sh

@@ -173,6 +173,14 @@ git clone git://github.com/robbiehanson/CocoaHTTPServer.git
 #fi
 cd ..
 fi
+if ! [ -e Dropbox ]; then
+DROPBOXSDKVERSION=1.3.4
+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
+rm dropbox-ios-sdk-${DROPBOXSDKVERSION}.zip
+rm -rf __MACOSX
+fi
 
 
 info "Setup 'External' folders"