MacOS Notarization #267
Replies: 3 comments 2 replies
-
The plugin is not code-signed. I don't have an Apple developer account for that and even if I have I'm not sure it will work because if the bundle is modified by introducing or modifying new files (such as integrating your Pd patch in the bundle), the code-signing is broken and might lead to a crash. I think the solution is to recompile the plugin with your patch (and all the necessary files) in the bundle and to code-sign it yourself... here is the doc: https://developer.apple.com/library/archive/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40005929 |
Beta Was this translation helpful? Give feedback.
-
Not necessary: Once You tried opening the plugin and it fails you have to go to the settings app, to Security, and when unlocked you should see a hint that the plugin was blocked with the option to „allow though“ or something. After doin so, once you try to use the plugin again you are promted again whether you still want to open it and thereafter the system remembers that you allowed the plugin to run on your machine. Thus I got it running on macOS 11.11.
… Am 19.06.2021 um 11:39 schrieb Pierre Guillot ***@***.***>:
The plugin is not code-signed. I don't have an Apple developer account for that and even if I have I'm not sure it will work because if the bundle is modified by introducing or modifying new files (such as integrating your Pd patch in the bundle), the code-signing is broken and might lead to a crash. I think the solution is to recompile the plugin with your patch (and all the necessary files) in the bundle and to code-sign it yourself... here is the doc: https://developer.apple.com/library/archive/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40005929 <https://developer.apple.com/library/archive/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40005929>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#267 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AARVSP3V6SIF27RSQ7YMQALTTRQWBANCNFSM46IJFHFQ>.
|
Beta Was this translation helpful? Give feedback.
-
I think I might have a solution, I can add a line in the Camomile script to remove the quarantine when building the plugin. |
Beta Was this translation helpful? Give feedback.
-
Hi!
Some of my MacOS beta testers are having problems using my patch/plugin because of the "unsigned developer" issues that Big Sur creates. Is there a fix for that, is it in development, or is it simply impossible to bypass? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions