Hi, I am creating a generic USB-MIDI plugin of the likes of: https://github.com/ysalathe/GenericUSBMIDI that will be deployed into /Library/Audio/MIDI Drivers
The result is a plugin file that I would like to ship in a pkg file. So far so good, packaging and signing work. However, Gatekeeper is not letting direct installation.
Reading through notarization docs, I would need to enable Hardened runtime, but that's not possible for a plugin bundle.
Therefore: How do I safely ship and deploy a MIDI plugin?
The result is a plugin file that I would like to ship in a pkg file. So far so good, packaging and signing work. However, Gatekeeper is not letting direct installation.
Reading through notarization docs, I would need to enable Hardened runtime, but that's not possible for a plugin bundle.
Therefore: How do I safely ship and deploy a MIDI plugin?