Releases: matiassingers/ipa-metadata
Releases · matiassingers/ipa-metadata
1.4.0 - ice-hockey-condor
Update
$ npm update --global ipa-metadata
Features
- Add Code Climate to project
- Better cross platform support - see #10, thanks to @evisnowm for the hint
- Bump all
dependencies
anddevDependencies
- 100% unit test coverage
Changes
1.3.0 - trampoline-bison
Update
$ npm update --global ipa-metadata
Features
- Bump all
dependencies
anddevDependencies
- Better coverage reports
- README additions
Changes
1.2.1 - balancing-goats
Update
$ npm update --global ipa-metadata
Features
- Bump all
dependencies
anddevDependencies
Changes
1.2.0 - zero-gravity-cats
Update
$ npm update --global ipa-metadata
Features
- Add proper exit codes to CLI
--verify
flag
Changes
1.1.0 - penguin-jump
Update
$ npm update --global ipa-metadata
Features
- Add related projects section to readme
- Bump
provisioning
module to v1.1.0 - Bump
entitlement
module to v1.1.0
Changes
1.0.0 - rc-car-cows
Update
$ npm update --global ipa-metadata
Features
- Replace
exec
call withprovisioning
module - Replace
exec
call withentitlements
module - Clean-up unused dependencies
- Add
async.parallel
Changes
0.6.1 - water-walking-cat
Update
$ npm update --global ipa-metadata
Features
- Bump
node-simple-plist
to0.0.4
- removes annoying deprecation notices.
Changes
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
.