You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/12/05 22:57:18 UTC

cordova-plugin-wkwebview-engine git commit: Updated README.md

Repository: cordova-plugin-wkwebview-engine
Updated Branches:
  refs/heads/master c28423b9a -> 4cd73e096


Updated README.md


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/commit/4cd73e09
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/4cd73e09
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/4cd73e09

Branch: refs/heads/master
Commit: 4cd73e0969303ca6bf1f1d1767162692fd8fddb8
Parents: c28423b
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Dec 5 14:57:13 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Dec 5 14:57:13 2016 -0800

----------------------------------------------------------------------
 README.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/4cd73e09/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 11ca96d..7c416e7 100644
--- a/README.md
+++ b/README.md
@@ -45,13 +45,14 @@ To test the development version:
     cordova platform add https://github.com/apache/cordova-ios.git#master
     cordova plugin add https://github.com/apache/cordova-plugin-wkwebview-engine.git#master
 
-You also must have Xcode 7 (iOS 9 SDK) installed. Check your Xcode version by running:
+You also must have at least Xcode 7 (iOS 9 SDK) installed. Check your Xcode version by running:
 
     xcode-select --print-path
 
 Required Permissions
 -----------
-WKWebView may not fully launch (the deviceready event may not fire) unless if the following is included in config.xml:
+WKWebView may not fully launch (the deviceready event may not fire) unless if the following is included in config.xml. This should already be installed by Cordova in your platform config.xml when the plugin is installed.
+
 #### config.xml
 
         <feature name="CDVWKWebViewEngine">
@@ -71,7 +72,9 @@ We have an [experimental plugin](https://github.com/apache/cordova-plugins/tree/
 Application Transport Security (ATS) in iOS 9
 -----------
 
-The next released version of the [cordova-cli 5.4.0](https://www.npmjs.com/package/cordova) will support automatic conversion of the [&lt;access&gt;](http://cordova.apache.org/docs/en/edge/guide/appdev/whitelist/index.html) tags in config.xml to Application Transport Security [ATS](https://developer.apple.com/library/prerelease/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW33) directives. Upgrade to the version 5.4.0 to use this new functionality.
+Starting with [cordova-cli 5.4.0](https://www.npmjs.com/package/cordova), it will support automatic conversion of the [&lt;access&gt;](http://cordova.apache.org/docs/en/edge/guide/appdev/whitelist/index.html) tags in config.xml to Application Transport Security [ATS](https://developer.apple.com/library/prerelease/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW33) directives. 
+
+Upgrade to at least version 5.4.0 of the cordova-cli to use this new functionality.
 
 Limitations
 --------


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org