瀏覽代碼

ImportedSources: fetch the Dropbox SDK

Felix Paul Kühne 12 年之前
父節點
當前提交
d3016c8480
共有 1 個文件被更改,包括 8 次插入0 次删除
  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"