distributed app using FileManagerLib

Hey All,

I’ve just written an app that uses Shanes incredible FileManagerLib.

To be able to use my app at work I need to save it as codesigned ready only app do I need to save the Lib.scptd file as a codesigned app or just codesigned scptd?

You don’t have to sign the library at all. You can if you want, and you can also embed it in the applet so it’s covered by the app’s signature. But script libraries do not need to be signed.

Thanks Shane.

Keep in mind that just code-signing is not enough if they are running 10.13 – you need to notarize. (Not that that changes the requirements for the library.)