xpc: hacky implementation of GetVersion
This commit is contained in:
13
kordophoned/README.md
Normal file
13
kordophoned/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# kordophoned
|
||||
|
||||
The daemon executable that exposes an IPC interface (Dbus on Linux, XPC on macoS) to the client.
|
||||
|
||||
|
||||
## Running on macOS
|
||||
|
||||
Before any client can talk to the kordophone daemon on macOS, the XPC service needs to be manually registered with launchd.
|
||||
|
||||
- Copy `include/net.buzzert.kordophonecd.plist` to `~/Library/LaunchAgents` (note the `ProgramArguments` key/value).
|
||||
- Register using `launchctl load ~/Library/LaunchAgents/net.buzzert.kordophonecd.plist`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user