Improved install script for ios
このコミットが含まれているのは:
コミット
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 {
|
||||
|
|
読み込み中…
新しいイシューから参照