Skip to content

Commit

Permalink
Removed commented configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehtissot committed Apr 20, 2020
1 parent 803ec57 commit 9edc9a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

### Version 6.0.1 (20/04/2020)

As a hotfix to avoid incompatibility with cordova-plugin-ionic-webview, the the changes requested for cordova support (https://cordova.apache.org/howto/2020/03/18/wkwebviewonly) will not be automatic applied until they can be installed only for non-ionic projects.
As a hotfix to avoid incompatibility with cordova-plugin-ionic-webview, the the changes requested for cordova support (https://cordova.apache.org/howto/2020/03/18/wkwebviewonly) will not be automatic applied.

### Version 6.0.0 (18/04/2020)

Expand Down
10 changes: 0 additions & 10 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
<engine name="cordova-ios" version=">=5.1.1" />
</engines>

<!-- For WKWebView internal support https://cordova.apache.org/howto/2020/03/18/wkwebviewonly.html -->
<!-- <dependency id="cordova-plugin-wkwebview-engine" version=">=1.2.1" /> -->

<!-- ANDROID CONFIGURATION -->
<platform name="android">
<preference name="FCM_VERSION" default="19.0.0" />
Expand Down Expand Up @@ -83,13 +80,6 @@
<feature name="FCMPlugin">
<param name="ios-package" value="FCMPlugin"/>
</feature>

<!-- For WKWebView internal support https://cordova.apache.org/howto/2020/03/18/wkwebviewonly.html
<preference name="WKWebViewOnly" value="true" />
<feature name="CDVWKWebViewEngine">
<param name="ios-package" value="CDVWKWebViewEngine" />
</feature>
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" /> -->
</config-file>

<!-- ENABLE PUSH CAPABILITY -->
Expand Down

0 comments on commit 9edc9a4

Please sign in to comment.