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 2014/11/16 22:27:21 UTC

cordova-plugins git commit: Updated wkwebview-engine README

Repository: cordova-plugins
Updated Branches:
  refs/heads/master 49b82c688 -> cba8cf853


Updated wkwebview-engine README


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugins/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugins/commit/cba8cf85
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugins/tree/cba8cf85
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugins/diff/cba8cf85

Branch: refs/heads/master
Commit: cba8cf853d77abeb46572b008aa1bd5e8e77beab
Parents: 49b82c6
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Sun Nov 16 13:27:18 2014 -0800
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Sun Nov 16 13:27:18 2014 -0800

----------------------------------------------------------------------
 wkwebview-engine/README.md | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/cba8cf85/wkwebview-engine/README.md
----------------------------------------------------------------------
diff --git a/wkwebview-engine/README.md b/wkwebview-engine/README.md
index c3e3ad3..c284bd5 100644
--- a/wkwebview-engine/README.md
+++ b/wkwebview-engine/README.md
@@ -5,14 +5,21 @@ This plugin makes `Cordova` use the `WKWebView` component (new in iOS 8.0) inste
 
 This will also install the `Cordova Local WebServer` plugin.
 
-This plugin currently needs to use the `wkwebview` branch of `cordova-ios`. To `beta test` this:
+This plugin currently needs to use the `wkwebview` branch of `cordova-ios`. 
+
+To `beta test` this:
+
+You may have to remove the cached wkwebview platform:
+
+    rm -rf ~/.cordova/lib/ios/cordova/wkwebview
+        
+Then:
 
     cordova create wkwvtest my.project.id wkwvtest
     cd wkwvtest
     cordova platform add ios@wkwebview --usegit
     cordova plugin add https://github.com/apache/cordova-plugins.git#master:wkwebview-engine
 
-
 Permissions
 -----------
 


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