auriamg / macdylibbundler

Utility to ease bundling libraries into executables for OSX
MIT License
561 stars 84 forks source link

Signed/notarized dylibs supported? #62

Closed bsrdjan closed 3 years ago

bsrdjan commented 3 years ago

From my experience, any change/adaptation of signed/notarised dylib is recognised by Darwin security system and the loading is blocked. Is that a problem for macdylibbundler ?

SCG82 commented 3 years ago

Apps need to be signed and notarized after using DylibBundler.

On Apr 6, 2021, at 3:29 AM, Srdjan Boskovic @.***> wrote:

 From my experience, any change/adaptation of signed/notarised dylib is recognised by Darwin security system and the loading is blocked. Is that a problem for macdylibbundler ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

bsrdjan commented 3 years ago

Thanks