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

Check tools existence lazily #116

Closed mrmacete closed 3 years ago

mrmacete commented 3 years ago

Throw on non-existent tools only when trying to use them.

Related to: https://github.com/nowsecure/node-applesign/issues/115