Felix Paul Kühne 11 роки тому
батько
коміт
285cdf51a8
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      compileVLCforiOS.sh

+ 2 - 2
compileVLCforiOS.sh

@@ -140,8 +140,8 @@ fi
 if ! [ -e VLCKit ]; then
 git clone git://git.videolan.org/vlc-bindings/VLCKit.git
 cd VLCKit
-git checkout -B localAspenBranch ${TESTEDVLCKITHASH}
-git branch --set-upstream-to=origin/master localAspenBranch
+git checkout 2.1-stable
+git reset --hard ${TESTEDVLCKITHASH}
 cd ..
 else
 cd VLCKit