From 4cd73e0969303ca6bf1f1d1767162692fd8fddb8 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Mon, 5 Dec 2016 14:57:13 -0800 Subject: [PATCH] Updated README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 @@ -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 [<access>](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 [<access>](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 --------