From cbd9dccf1a3e272f06cfd0c8a8bf32cc7644d279 Mon Sep 17 00:00:00 2001 From: James Magahern Date: Fri, 12 Sep 2025 18:26:57 -0700 Subject: [PATCH] README: trim --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 1c91e91..d533ccf 100644 --- a/README.md +++ b/README.md @@ -64,16 +64,3 @@ Below are brief notes. Each subproject’s README has more detail. - Android: open `android/` in Android Studio and build. See `android/README.md` for configuration. - Mock server (Go): `cd mock && go run ./...` or `make`. -## Security and Entitlements - -The macOS server uses private APIs and restricted entitlements. On production macOS builds, processes with restricted entitlements can be killed by the kernel; development requires workarounds (e.g., swizzling, hooking `imagent`) and careful code signing. See `server/README.md` for instructions and caveats. - -## Status - -- Android client: ships its own API client (not yet using Rust `core`). -- GTK + macOS clients: use the Rust `core` library and integrate with the `kordophoned` client daemon for caching/IPC. -- Mock server: useful for development; implements common endpoints and WebSocket updates. - -## Contributing - -Issues and PRs are welcome. If you add a new client or endpoint, please update relevant READMEs and link it from this root README. Prefer small, focused changes and keep style consistent with the existing code.