Improved install script for ios
這個提交存在於:
父節點
c939d5a552
當前提交
3c31646382
共有 1 個檔案被更改,包括 3 行新增 和 1 行删除
|
@ -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 {
|
||||
|
|
載入中…
新增問題並參考