README: trim
This commit is contained in:
13
README.md
13
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.
|
||||
|
||||
Reference in New Issue
Block a user