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

Can't sign app directory #135

Closed lord closed 2 years ago

lord commented 2 years ago

When signing an app directory, I get a "Incorrect arguments count" error. It looks like signAppDirectory expects two arguments, but the applesign binary will only call it with one argument?

trufae commented 2 years ago

Thanks for reporting that! i fixed that and tagged a new release 3.9.2 . Happy new year!

lord commented 2 years ago

Thanks for the quick fix — just tested it and it seems to work great. Happy new year to you too!