diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-23 14:17:04 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-23 14:17:04 -0400 |
| commit | 2dcd736caf0cfd3fc4ff0a2841d486c795d6661d (patch) | |
| tree | ce1f4cfdfd5b01b77d7ec13f1352c1976f401c57 /build_ios.sh | |
| parent | fcb74d996161f47a63ef5232098358872b288593 (diff) | |
wekwebview fixes
Diffstat (limited to 'build_ios.sh')
| -rwxr-xr-x | build_ios.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build_ios.sh b/build_ios.sh index 0e87eca7..2474b985 100755 --- a/build_ios.sh +++ b/build_ios.sh @@ -1,4 +1,9 @@ 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" +echo "--- readding certificate plugin to make sure... ---" +ionic cordova plugin remove cordova-plugin-certificates +ionic cordova plugin add cordova-plugin-certificates + +echo "-- building --" ionic cordova build ios --release --buildConfig="./build-auto.json" |
