Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B066E200C4C for ; Tue, 4 Apr 2017 20:47:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AF129160B90; Tue, 4 Apr 2017 18:47:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 02D24160B77 for ; Tue, 4 Apr 2017 20:47:04 +0200 (CEST) Received: (qmail 64575 invoked by uid 500); 4 Apr 2017 18:47:04 -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 64563 invoked by uid 99); 4 Apr 2017 18:47:04 -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; Tue, 04 Apr 2017 18:47:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 05653DFDAC; Tue, 4 Apr 2017 18:47:04 +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: X-Mailer: ASF-Git Admin Mailer Subject: ios commit: Fix list in README Date: Tue, 4 Apr 2017 18:47:04 +0000 (UTC) archived-at: Tue, 04 Apr 2017 18:47:05 -0000 Repository: cordova-ios Updated Branches: refs/heads/master d69a42ce9 -> 11dcc31fa Fix list in README Github changed parsing of .md files, broke lots of stuff in lots of repositories in the process This closes #300 Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/11dcc31f Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/11dcc31f Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/11dcc31f Branch: refs/heads/master Commit: 11dcc31fa22f08da542cd464c7562bfdd9cb261d Parents: d69a42c Author: Jan Piotrowski Authored: Tue Apr 4 17:53:48 2017 +0200 Committer: Shazron Abdullah Committed: Tue Apr 4 11:46:43 2017 -0700 ---------------------------------------------------------------------- README.md | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/11dcc31f/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 92d51bd..4c6dca8 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,10 @@ Cordova iOS is an iOS application library that allows for Cordova-based projects Requires: * Xcode 7.x or greater. Download it at [http://developer.apple.com/downloads](http://developer.apple.com/downloads) or the [Mac App Store](http://itunes.apple.com/us/app/xcode/id497799835?mt=12). -
* [node.js](https://nodejs.org) :warning: Report issues on the [Apache Cordova issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22iOS%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC) - Create a Cordova project ------------------------------------------------------------- @@ -47,8 +45,6 @@ To use a **shared CordovaLib**, for example in development, link the appropriate cordova platform add --link /path/to/cordova-ios -
- Updating a Cordova project ------------------------------------------------------------- @@ -66,5 +62,3 @@ Futher reading ----- * [http://cordova.apache.org/](http://cordova.apache.org/) * [http://wiki.apache.org/cordova/](http://wiki.apache.org/cordova/) - -
--------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org