SampleOSXLaunchDaemon
SampleOSXLaunchDaemon copied to clipboard
XPC server from UI rather then from Daemon
Hi,
I was thinking about modifying the code to make the UI display results that were actually sent from the daemon. This means that UI and Daemon will switch roles.
Unfortunately, I don't see the connection working... in project documentation is said that the XPC server must reside on daemon that ran from launchd. Perhaps that may explain my problem, but perhaps you can think of possible way to activate the xpc listener from the UI rather then the server ?
thanks