diff options
| author | Damir Merdan <44159556+dado-ca@users.noreply.github.com> | 2018-11-14 11:17:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-14 11:17:18 +0100 |
| commit | bb78ec417458347887a0668223dc7fd7bad377ea (patch) | |
| tree | 494a609118c85467702061a743e9fd0b7dba1860 /build_ios.sh | |
| parent | b2cccc52c08f8195a1ddbb747c949915134940b4 (diff) | |
| parent | dbee219a9674daadd05aa1a27b36e76d91a35b5f (diff) | |
Merge branch 'master' into master
Diffstat (limited to 'build_ios.sh')
| -rwxr-xr-x | build_ios.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build_ios.sh b/build_ios.sh index cbd66b34..f9042358 100755 --- a/build_ios.sh +++ b/build_ios.sh @@ -9,3 +9,6 @@ echo "see https://forum.ionicframework.com/t/how-to-build-ionic-cordova-with-xco echo "-- building --" ionic cordova build ios --release --buildConfig="./build-auto.json" + +echo "********* Done *************" +echo "Make sure you are using Legacy build in XCode (File->Workspace) or push/etc may stop working" |
