You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/12/09 18:06:45 UTC

[cordova-node-xcode] branch master updated: Add npm badge; fix title & description (#26)

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-node-xcode.git


The following commit(s) were added to refs/heads/master by this push:
     new 3440e48  Add npm badge; fix title & description (#26)
3440e48 is described below

commit 3440e481fa7612f45c04e3431c9d6be8308f6983
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Sun Dec 9 13:06:41 2018 -0500

    Add npm badge; fix title & description (#26)
    
    with some fixes as suggested by @janpio
    
    Co-authored-by: Christopher Brody <ch...@gmail.com>
    Co-authored-by: Jan P <ja...@users.noreply.github.com>
---
 README.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 32edcdd..814a221 100644
--- a/README.md
+++ b/README.md
@@ -19,14 +19,17 @@
 #
 -->
 
-[![Build Status](https://travis-ci.org/apache/cordova-node-xcode.svg?branch=master)](https://travis-ci.org/apache/cordova-node-xcode)
+# cordova-node-xcode
 
-# node-xcode
+[![NPM](https://nodei.co/npm/xcode.png?compact=true)](https://nodei.co/npm/xcode/)
+[![Build Status](https://travis-ci.org/apache/cordova-node-xcode.svg?branch=master)](https://travis-ci.org/apache/cordova-node-xcode)
 
-> parser/toolkit for xcodeproj project files
+Parser utility for xcodeproj project files
 
 Allows you to edit xcodeproject files and write them back out.
 
+based on donated code from [alunny / node-xcode](https://github.com/alunny/node-xcode)
+
 ## Example
 
 ```js


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