diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2018-10-14 15:00:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-14 15:00:02 -0400 |
| commit | 3cd1ff34c0cd8412ebe07d4ba5614ec938b72456 (patch) | |
| tree | b256e275147ee495721bedeaaafb1a65f8aef98c /build_ios.sh | |
| parent | ffbacb34a6a654eb1124c627320bc75131636ff7 (diff) | |
| parent | 863e507613e33cc66022ba3639f7e1a5b8eb7c96 (diff) | |
Merge pull request #709 from pliablepixels/webview
WKWebView migration resolutions and other stuff
Diffstat (limited to 'build_ios.sh')
| -rwxr-xr-x | build_ios.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build_ios.sh b/build_ios.sh index 0e87eca7..cbd66b34 100755 --- a/build_ios.sh +++ b/build_ios.sh @@ -1,4 +1,11 @@ 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 + +echo "-- building --" ionic cordova build ios --release --buildConfig="./build-auto.json" |
