Skip to content

0.6.0 - tarzan-swinging-chameleon

Compare
Choose a tag to compare
@matiassingers matiassingers released this 22 Jan 01:42
· 40 commits to master since this release

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.

Changes

0.5.0...0.6.0