0.6.0 - tarzan-swinging-chameleon
Update
$ npm update --global ipa-metadata
Features
- Binary
.plist
support: bug when attempting to parse a binary.plist
file, thanks to @CamHenlin for reporting it [#4]
Verified by using the OS X built in tool plutil
:
# Convert to XML
$ plutil -convert xml1 Info.plist
# Convert to binary
$ plutil -convert binary1 Info.plist
Switched from plist.js
to node-simple-plist
which wraps both plist.js
and node-bplist-parser
.