I'm trying to make a FinderSync extension that should add menu items and post notifications about clicks and the Main app that should react on clicks.
Right now I have two targets, both with same app groups in their entitlements:
FinderMenu
- the main app, Not SandboxedFinderMenuExtension
- the extension, Sandboxed.
Although when I use DistributedNotificationCenter.default().post(...)
from the extension, the main app doesn't get it.
No reaction at all!
I googled around, and it appears that same app group for both targets should be all what's needed. But it just doesn't work.
MacOS: 12.3, Xcode: 13.4.1.
Here's the repo FWIW: https://github.com/iliakan/finder-menu