Releases: nowsecure/node-applesign
Releases · nowsecure/node-applesign
5.0.0
4.2.1
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
4.1.2
4.1.0
4.0.0
3.9.0
3.8.0
3.7.0
New options:
- Add -d flag to create a json for debugging entitlement mangling
- Add -F option to remove signing files inside the IPA (entitlements, provisionings)
- Add -j flag to pass custom per-file signing options
New features:
- Add support for signing app extensions (serial and parallel signing works)
Improvements:
- Improve the entitlements tweaking when using -c
- Follow appex dependencies to solve orphan resigning issues
- Update README with latest (improved) help message
Bugs fixed:
- Empty string file name issues solved
- Update NodeJS dependencies