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 2015/09/10 08:35:40 UTC

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

Repository: cordova-plugin-wkwebview-engine
Updated Branches:
  refs/heads/master 40f1635b6 -> 26aa57987


Updated plugin.xml and 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/26aa5798
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/26aa5798
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/26aa5798

Branch: refs/heads/master
Commit: 26aa579878016f215be5c77ec0022693d6967df1
Parents: 40f1635
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Sep 9 23:35:35 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Sep 9 23:35:35 2015 -0700

----------------------------------------------------------------------
 README.md  | 16 +++-------------
 plugin.xml |  3 +--
 2 files changed, 4 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/26aa5798/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 1c84cb5..e02ce4d 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,17 @@
 Cordova WKWebView Engine
 ======
 
-This plugin makes `Cordova` use the `WKWebView` component (new in iOS 8.0) instead of the default `UIWebView` component.
+This plugin makes `Cordova` use the `WKWebView` component instead of the default `UIWebView` component, and is installable only on a system with the iOS 9.0 SDK.
 
-This will also install the `Cordova Local WebServer` plugin.
 
-This plugin currently needs to use the `4.0.x` branch of `cordova-ios`.
+This plugin needs to use the master branch of `cordova-ios` which is the next release of cordova-ios (4.0.0).
 
 To `alpha test` this:
 
     cordova create wkwvtest my.project.id wkwvtest
     cd wkwvtest
     cordova platform add https://github.com/apache/cordova-ios.git#master
-    cordova plugin add https://github.com/apache/cordova-plugins.git#master:wkwebview-engine
+    cordova plugin add https://github.com/apache/cordova-plugin-wkwebview-engine.git#master
 
 Permissions
 -----------
@@ -29,12 +28,3 @@ Supported Platforms
 -------------------
 
 - iOS
-
-Known Issues
--------------------
-
-When you build, it might complain of a linking error. This is a `plugman` bug that does not install `WebKit.framework` properly. Open up your project file in `Xcode` and add it manually.
-
-If you are using the CLI, open `Xcode` by:
-
-        open -a Xcode platforms/ios

http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/26aa5798/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 662df50..83a500f 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -13,10 +13,9 @@
 
 	<engines>
         <engine name="cordova-ios" version=">=4.0.0-dev" />
+        <engine name="apple-ios" version=">=9.0" />
 	</engines>
 
-    <dependency id="cordova-labs-local-webserver" url="https://git-wip-us.apache.org/repos/asf/cordova-plugins.git#master:local-webserver" version=">=2.3.1" />
-
     <!-- ios -->
     <platform name="ios">
         <config-file target="config.xml" parent="/*">


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