Просмотр исходного кода

Switch to a different fork for the CocoaHTTPServer

Jean-Baptiste Kempf 12 лет назад
Родитель
Сommit
e70040a99d
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      buildAspenProject.sh

+ 2 - 2
buildAspenProject.sh

@@ -162,8 +162,8 @@ exit 1
 fi
 cd ..
 fi
-if ! [ -e CocoaHTTPServer-Iphone ]; then
-git clone git://github.com/vodkhang/CocoaHTTPServer-Iphone.git
+if ! [ -e CocoaHTTPServer ]; then
+git clone git://github.com/robbiehanson/CocoaHTTPServer.git
 #cd AQGridView
 #git am ../../patches/aqgridview/*.patch
 #if [ $? -ne 0 ]; then