Updated wkwebview-engine plugin README to remove use of --usegit
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/a1ab05aa Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/a1ab05aa Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/a1ab05aa Branch: refs/heads/master Commit: a1ab05aa588f2fa6e3083c4d50ce78a92e416d7e Parents: f2266c6 Author: Shazron Abdullah <shaz...@gmail.com> Authored: Wed Jun 3 16:18:28 2015 -0700 Committer: Shazron Abdullah <shaz...@gmail.com> Committed: Wed Jun 3 16:18:28 2015 -0700 ---------------------------------------------------------------------- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/a1ab05aa/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index d810624..1c699de 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,13 @@ 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 `4.0.x` branch of `cordova-ios`. +This plugin currently needs to use the `4.0.x` branch of `cordova-ios`. To `alpha test` this: -You may have to remove the cached 4.0.x platform: - - rm -rf ~/.cordova/lib/ios/cordova/4.0.x - -Then: - cordova create wkwvtest my.project.id wkwvtest cd wkwvtest - cordova platform add ios@4.0.x --usegit + cordova platform add cordova platform add https://github.com/apache/cordova-ios.git#4.0.x cordova plugin add https://github.com/apache/cordova-plugins.git#master:wkwebview-engine Permissions --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org