Skip to content

Releases: matiassingers/ipa-metadata

1.4.0 - ice-hockey-condor

10 Jun 08:53
Compare
Choose a tag to compare

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 and devDependencies
  • 100% unit test coverage

Changes

1.3.0...1.4.0

1.3.0 - trampoline-bison

02 Jun 08:24
Compare
Choose a tag to compare

Update

$ npm update --global ipa-metadata

Features

  • Bump all dependencies and devDependencies
  • Better coverage reports
  • README additions

Changes

1.2.1...1.3.0

1.2.1 - balancing-goats

10 Apr 04:07
Compare
Choose a tag to compare

Update

$ npm update --global ipa-metadata

Features

  • Bump all dependencies and devDependencies

Changes

1.2.0...1.2.1

1.2.0 - zero-gravity-cats

29 Jan 11:45
Compare
Choose a tag to compare

Update

$ npm update --global ipa-metadata

Features

  • Add proper exit codes to CLI --verify flag

Changes

1.1.0...1.2.0

1.1.0 - penguin-jump

27 Jan 01:49
Compare
Choose a tag to compare

Update

$ npm update --global ipa-metadata

Features

Changes

1.0.0...1.1.0

1.0.0 - rc-car-cows

26 Jan 02:46
Compare
Choose a tag to compare

Update

$ npm update --global ipa-metadata

Features

Changes

0.6.1...1.0.0

0.6.1 - water-walking-cat

23 Jan 00:39
Compare
Choose a tag to compare

Update

$ npm update --global ipa-metadata

Features

Changes

0.6.0...0.6.1

0.6.0 - tarzan-swinging-chameleon

22 Jan 01:42
Compare
Choose a tag to compare

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