I am creating a runloop in a macOS command line tool to create a background service. I need to setup an App Group for this to enable communication with a Finder Extension.
Xcode does not allow to setup an App Group for command line tool.
Is there any way to setup an App Group for macOS command line tool?