UNPKG
pbxproj
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
parse & stringify xcode pbxproj format
github.com/phantasien/pbxproj
phantasien/pbxproj
pbxproj
/
README.md
22 lines
(11 loc)
•
262 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pbxproj =======
parse & stringify xcode pbxproj format.
## install
```bash npm install pbxproj ```
## pbxproj.stringify(obj)
Export javascript Object to xcode pbxproj string
## pbxproj.parse(str)
Parse xcode pbxproj string and return javascript Object