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

Fix tmp file name clash when writing entitlements #154

Closed mrmacete closed 10 months ago

mrmacete commented 10 months ago

By mirroring the full path under the temp directory instead of just the base name (function renamed for clarity).