alunny / node-xcode

tools and utilities for working with xcode/ios projects
Apache License 2.0
225 stars 105 forks source link

Help with maintaining #95

Open grabbou opened 8 years ago

grabbou commented 8 years ago

Hey,

We are heavily using this module in rnpm (which is becoming a part of facebook/react-native soon) and had to write our custom functions to operate on top of this module in few cases to workaround issues, e.g: https://github.com/rnpm/rnpm-plugin-link/blob/master/src/ios/getBuildProperty.js#L4-L10

There seem to be quite a few issues and opened PRs - I am happy to help you guys with improving it and fixing bugs, just need some clarification on what are the plans for this module.

imhotep commented 8 years ago

@grabbou this module is mainly used by the Apache Cordova tools. Its current release is stable enough for Apache Cordova based projects. We occasionally fix issues and rarely add new features. I usually merge all the pull requests if they are submitted with some descent test coverage and don't conflict with the current tree. Tests are important because everything overlaps and therefore anything that gets added might break some existing functionality.

If you want to add features, merge pull requests and/or help maintain this module, I would be more than happy to give you access to this repository and ownership of the NPM module. You can just start by submitting a PR for Issue #94 that you submitted earlier.