Private
Public Access
1
0

xpc: hacky implementation of GetVersion

This commit is contained in:
2025-08-10 21:48:44 -07:00
parent 911454aafb
commit e9bda39d8a
7 changed files with 291 additions and 38 deletions

13
kordophoned/README.md Normal file
View 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`