Hello,
I have a macOS app, which I am used to distribute like this:
Developer ID (Distribute directly to customers) -> Sign -> Export -> Notarization. Provisioning profile was not required. Screen of signing settings is below.
I added Safari Web Extension to the project, my app is the containing app of this extension.
I added App Groups capability to both targets (app and extension) so they can communicate via shared app defaults. However, when I added app groups, signing settings changed to both targets automatically, please see below.
And I can not distribute my app now, see below.
What should be done in order to be able to distribute app directly again? Thank you.