Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0FAAF1850F for ; Thu, 10 Sep 2015 06:35:41 +0000 (UTC) Received: (qmail 72907 invoked by uid 500); 10 Sep 2015 06:35:41 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 72880 invoked by uid 500); 10 Sep 2015 06:35:40 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 72871 invoked by uid 99); 10 Sep 2015 06:35:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Sep 2015 06:35:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CDA25E0424; Thu, 10 Sep 2015 06:35:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Message-Id: <0cff11db87994b9bb7d3999c2cb7a73d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-wkwebview-engine git commit: Updated plugin.xml and README.md Date: Thu, 10 Sep 2015 06:35:40 +0000 (UTC) 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 Authored: Wed Sep 9 23:35:35 2015 -0700 Committer: Shazron Abdullah 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 @@ + - - --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org