Skip to content

Releases: nowsecure/node-applesign

6.0.0

13 Nov 23:25

Choose a tag to compare

What's Changed

Full Changelog: 5.0.1...6.0.0

npm audit fixes

06 Jun 14:18

Choose a tag to compare

5.0.1

Release 5.0.1

5.0.0

09 Jan 15:38

Choose a tag to compare

Release 5.0.0 - Major version change because of node bump

4.2.1

03 Nov 16:43

Choose a tag to compare

  • Get codesign identifier from macho to remove the dependency on codesign for this. by @mrmacete

4.2.0

02 Nov 13:40

Choose a tag to compare

  • Remove isArray dependency
  • Improve error messages when parsing the mobileprovision file
  • Fix tmp file name clash when writing entitlements
  • Preserve original identifier when pseudo-signing
  • npm audit fixing 3 vulnerabilities in dependencies
  • Fix few minor typos

Kudos to @mrmacete @trufae @apkunpacker @Handschrift for their contributions

4.1.3

22 Dec 16:09

Choose a tag to compare

  • Fix resigning extensions when CFBundleExecutable is not set

4.1.2

14 Dec 16:40

Choose a tag to compare

  • Improve fat / macho parsing, fixing issues when trying to resign invalid files with ldid2

4.1.0

04 Nov 14:45

Choose a tag to compare

  • -n flag is no longer cleaning the temporary directory
  • Add support for latest PLIST files (few syntax changes were considered incorrect)
  • Add -N, --add-entitlements flags to append entitlements from file
  • npm audit to reach 0 vulns again

4.0.0

13 May 13:50

Choose a tag to compare

  • support node16
  • fix all vulnerabilities in dependencies
  • commit local fixes upstream

3.9.0

11 Oct 13:31

Choose a tag to compare

  • Support resigning iOS15 apps
  • Fix plist patching function issue
  • Update NodeJS dependencies