forkad från vergnet/application-amicale
Improved install script for ios
This commit is contained in:
förälder
c939d5a552
incheckning
3c31646382
1 ändrade filer med 3 tillägg och 1 borttagningar
|
@ -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 {
|
||||
|
|
Laddar…
Referens i nytt ärende