Improved install script for ios

这个提交包含在:
Arnaud Vergnet 2020-07-14 18:11:44 +02:00
父节点 c939d5a552
当前提交 3c31646382

查看文件

@ -3,7 +3,9 @@
base_dir=$(pwd)
function ios_install {
cd "$base_dir"/ios && pod install
cd "$base_dir"/ios || exit 1
rm Podfile.lock
pod install
}
function android_install {