Releases: nowsecure/node-applesign
Releases · nowsecure/node-applesign
5.0.0
Release 5.0.0 - Major version change because of node bump
4.2.1
- Get codesign identifier from macho to remove the dependency on
codesign
for this. by @mrmacete
4.2.0
- 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
- Fix resigning extensions when CFBundleExecutable is not set
4.1.2
- Improve fat / macho parsing, fixing issues when trying to resign invalid files with ldid2
4.1.0
- -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
- support node16
- fix all vulnerabilities in dependencies
- commit local fixes upstream
3.9.0
- Support resigning iOS15 apps
- Fix plist patching function issue
- Update NodeJS dependencies
3.8.0
- Add option to pseudo-sign using ldid2
- Lazily check for tools (faster interaction)
- Fix for empty entitlements and delete keychain-access-groups when not cloned
- Fix 2 vulnerabilities by updating y18n dependency