While I can get a simple webextension to load on my development machine, I can't figure out how to package it for distribution. What are the requirements for doing so? I've tried:
What am I doing wrong?
Enabling hardened runtime
Clicking the checkbox to allow Apple events.
Removing the "strip" step from the build process to avoid warnings about code signature being invalidated.
Signing both Extension and App with a Developer ID Application certificate.
Notarizing the App.
Exporting the notarized app.
What am I doing wrong?