docs: require Xcode 26.2+

This commit is contained in:
Peter Steinberger
2026-01-01 17:38:16 +01:00
parent 6cdfd143b0
commit 5e280674f9

View File

@@ -11,7 +11,7 @@ This guide covers the necessary steps to build and run the Clawdis macOS applica
Before building the app, ensure you have the following installed:
1. **Xcode**: Required for Swift development.
1. **Xcode 26.2+**: Required for Swift development.
2. **Node.js & pnpm**: Required for the gateway and CLI components.
3. **Bun**: Required to package the embedded gateway relay.
```bash