فهرست منبع

build script: fetch InAppSettingsKit

Felix Paul Kühne 12 سال پیش
والد
کامیت
506024ad6d
1فایلهای تغییر یافته به همراه3 افزوده شده و 9 حذف شده
  1. 3 9
      buildAspenProject.sh

+ 3 - 9
buildAspenProject.sh

@@ -164,14 +164,6 @@ cd ..
 fi
 if ! [ -e CocoaHTTPServer ]; then
 git clone git://github.com/robbiehanson/CocoaHTTPServer.git
-#cd AQGridView
-#git am ../../patches/aqgridview/*.patch
-#if [ $? -ne 0 ]; then
-#git am --abort
-#info "Applying the patches failed, aborting git-am"
-#exit 1
-#fi
-#cd ..
 fi
 if ! [ -e Dropbox ]; then
 DROPBOXSDKVERSION=1.3.4
@@ -181,7 +173,9 @@ mv dropbox-ios-sdk-${DROPBOXSDKVERSION} Dropbox
 rm dropbox-ios-sdk-${DROPBOXSDKVERSION}.zip
 rm -rf __MACOSX
 fi
-
+if ! [ -e InAppSettingsKit ]; then
+git clone git://github.com/futuretap/InAppSettingsKit.git
+fi
 
 info "Setup 'External' folders"