Posts

Post not yet marked as solved
2 Replies
I should also mention, in my test command line application running as a regular user (not from launchd where I know linking AppKit doesn't work properly) I also tried extending this with a manually created NSApplication and NSApplicationDelegate instance in case AppKit was doing some magic here. I did the work off func applicationDidFinishLaunching(_ notification: Notification) and while this executed correctly (so I assume I made all the necessary parts) it, again SearchKit produced no errors and no results.