# xcode-node

> A node js module to handle and manipulate iOS .pbxproj files easily.

Latest version **1.0.2** (published 2017-03-15) · ISC license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install xcode-node
pnpm add xcode-node
yarn add xcode-node
bun add xcode-node
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2017-03-15 |
| First published | 2017-03-13 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Maintainers | bberthelemy |

## Links

- npm: https://www.npmjs.com/package/xcode-node
- Repository: https://github.com/bberthelemy/xcode-node
- Homepage: https://github.com/bberthelemy/xcode-node#readme
- Issues: https://github.com/bberthelemy/xcode-node/issues
- npm.io page: https://npm.io/package/xcode-node

## Dependencies (3)

- [xcode](https://npm.io/package/xcode.md) ^0.9.1
- [assert](https://npm.io/package/assert.md) ^1.4.1
- [crypto](https://npm.io/package/crypto.md) 0.0.3

## Recent versions

- 1.0.2 (latest) — 2017-03-15
- 1.0.1 — 2017-03-15
- 1.0.0 — 2017-03-13

## README

# xcode-node

A node js module to handle and manipulate iOS .pbxproj files easily.

![alt .pbxproj image](https://raw.githubusercontent.com/bberthelemy/xcode-node/master/assets/pbxproj.png)

## Install
`npm install xcode-node --save`

(not yet on npmjs, for now just clone this repository)

## Documentation
[https://bberthelemy.github.io/xcode-node]()

## Build and run from sources
```
$ npm run prepublish
$ node lib/index.js
```

## Generate documentation
`$ npm run generate-docs`

## Roadmap
- [X] <span style="color:lightgreen">File reading and saving/writing</span>
- [X] <span style="color:lightgreen">Retrieve project basics and targets</span>
- [X] <span style="color:lightgreen">Retrieve build configurations (project + targets)</span>
- [X] <span style="color:lightgreen">Duplicate configurations (project + targets)</span>
- [X] <span style="color:lightgreen">Set user-defined variables (project + targets)</span>
- [X] <span style="color:lightgreen">Set headers' search path (project + targets)</span>
- [ ] <span style="color:red">More targets manipulations (remove, rename ...)</span>
- [ ] <span style="color:red">More build configuration manipulations (other important properties, remove, create from scratch ...)</span>
- [ ] <span style="color:red">Manage schemes</span>
- [ ] <span style="color:red">Manage dependencies (libraries, frameworks ...)</span>
- [ ] <span style="color:red">Manage file structure + groups</span>
- [ ] <span style="color:red">Manage build phases</span>
- [ ] <span style="color:red">DEFINE THE ROADMAP MORE PRECISELY</span>

---
_Source: https://npm.io/package/xcode-node · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
