diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-19 08:26:54 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-19 08:26:54 -0400 |
| commit | 8f36a3891c8f2bd2b5d69c0fbead916c4c9c1566 (patch) | |
| tree | adadfd60e38092542b7f2a1f21c3368520f506a5 /build_ios.sh | |
| parent | 8f566c002d205c2f47b9e6a9e56ec1ff8b54e98d (diff) | |
ios rebuild to make sure ads disabled doesn't affect anything
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" |
