I want to load the library in here: /Library/CoreMediaIO/Plug-Ins/DAL, my app and these libraries use different company signatures, and I don’t want to use “Disable Library Validation”, because that would cause a security hole in my app. Bundle these libraries with my app, it will make my app bigger and bigger, How can i do?
I want to load a third-party library
You have enumerated your current options already:
In particular it would be helpful to understand whether you want to:
Turn off Library Validation
Re-sign the plugin with your app
In particular it would be helpful to understand whether you want to:
Load any CoreMediaIO DAL plugin or
DAL plugins from some known set of developers
Only signed or notarized DAL plugins
something else?
Hi,
- Turn off Library Validation
- Re-sign the plugin with your app
If there any other options turning library validation completely and re-signing a particular plugin instance in case we need to load a notarized DAL plugin from a known developer? I don't want to perform a re-sign each time plugin developer releases a new version...
Thanks