nowsecure / node-applesign

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

Check tools existence lazily #116

Closed mrmacete closed 4 years ago

mrmacete commented 4 years ago

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

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