nowsecure / node-applesign

NodeJS module and commandline utility for re-signing iOS applications (IPA files).
https://www.nowsecure.com
MIT License
420 stars 77 forks source link

Retain entitlements when pseudo signing #117

Closed mrmacete closed 3 years ago

mrmacete commented 3 years ago

Fix an issue in the pseudo-signing implementation for which it failed to preserve the entitlements, and also failed to sign at all when entitlements are not required. TLDR: fix a total failure, sorry.