diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-24 15:32:52 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-24 15:32:52 -0400 |
| commit | 60ec86f19b1e6003851df5ed33dc60cdf1d23a3a (patch) | |
| tree | 686fb824024b30456c5b6d3a177b101bd8e021ab /build_ios.sh | |
| parent | 19c228b23507c5f8ec9a2f468fb6b221eb361da5 (diff) | |
#709 currently remove wkwebview before building android
Diffstat (limited to 'build_ios.sh')
| -rwxr-xr-x | build_ios.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_ios.sh b/build_ios.sh index 2474b985..11a9e996 100755 --- a/build_ios.sh +++ b/build_ios.sh @@ -1,6 +1,8 @@ echo "*** Using old build system due to XCode 10 issues ** " echo "see https://forum.ionicframework.com/t/how-to-build-ionic-cordova-with-xcode-10/142044" +ionic cordova plugin add cordova-plugin-ionic-webview@latest + echo "--- readding certificate plugin to make sure... ---" ionic cordova plugin remove cordova-plugin-certificates ionic cordova plugin add cordova-plugin-certificates |
