Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cordova): update plugins in favor of WKWebView #10712

Merged
merged 5 commits into from
Mar 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app-template/bitpay/appConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"WindowsApplicationId": "BitPayforWindows",
"pushSenderId": "1036948132229",
"description": "Secure Bitcoin Wallet",
"version": "9.1.0",
"androidVersion": "90010000",
"version": "9.1.1",
"androidVersion": "90010100",
"_extraCSS": null,
"_enabledExtensions": {
"coinbase": true,
Expand Down
11 changes: 6 additions & 5 deletions app-template/config-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<!-- Supported Platforms -->
<!--<engine name="android" spec="8.1.0" />-->
<engine name="android" spec="7.1.4" />
<engine name="ios" spec="5.0.1" />
<engine name="ios" spec="5.1.1" />

<!-- Plugins -->
<plugin name="cordova-plugin-advanced-http" spec="2.0.8" />
Expand All @@ -71,15 +71,15 @@
<plugin name="cordova-plugin-device" spec="2.0.3" />
<plugin name="cordova-plugin-globalization" spec="1.0.9" />
<plugin name="cordova-plugin-qrscanner" spec="3.0.1" />
<plugin name="cordova-plugin-add-swift-support" spec="1.7.2" />
<plugin name="cordova-plugin-add-swift-support" spec="2.0.2" />
<plugin name="cordova-plugin-splashscreen" spec="5.0.3" />
<plugin name="cordova-plugin-statusbar" spec="2.4.3" />
<plugin name="cordova-plugin-inappbrowser" spec="3.1.0" />
<plugin name="cordova-plugin-inappbrowser" spec="3.2.0" />
<plugin name="cordova-plugin-touch-id" spec="3.4.0">
<variable name="FACEID_USAGE_DESCRIPTION" value=" " />
</plugin>
<plugin name="cordova-plugin-whitelist" spec="1.3.4" />
<plugin name="cordova-plugin-x-socialsharing" spec="5.3.2" />
<plugin name="cordova-plugin-x-socialsharing" spec="5.6.4" />
<plugin name="cordova-plugin-x-toast" spec="2.6.0" />
<plugin name="cordova-plugin-ionic-keyboard" spec="2.1.3" />
<plugin name="cordova-plugin-screen-orientation" spec="3.0.2" />
Expand All @@ -103,7 +103,7 @@
</plugin>
<plugin name="cordova-plugin-fcm-ng" spec="5.1.1" />

<plugin name="cordova-plugin-wkwebview-engine" spec="1.1.4" />
<plugin name="cordova-plugin-wkwebview-engine" spec="1.2.1" />

<!-- Platform Specific Settings -->
<platform name="ios">
Expand Down Expand Up @@ -191,4 +191,5 @@
<param name="ios-package" value="CDVWKWebViewEngine" />
</feature>
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
<preference name="WKWebViewOnly" value="true" />
</widget>
4 changes: 2 additions & 2 deletions app-template/copay/appConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"WindowsApplicationId": "CopayforWindows",
"pushSenderId": "1036948132229",
"description": "A Secure Bitcoin Wallet",
"version": "9.1.0",
"androidVersion": "90010000",
"version": "9.1.1",
"androidVersion": "90010100",
"_extraCSS": null,
"_enabledExtensions": {
"coinbase": false,
Expand Down
Loading