UNPKG

pbxproj

Version:

parse & stringify xcode pbxproj format

22 lines (11 loc) 262 B
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