Skip to content

Commit d1776ac

Browse files
committed
Require Xcode in CONTRIBUTING setup
make build and install call xcodebuild. A Swift-only install cannot produce VocaMac.app.
1 parent 1f973d7 commit d1776ac

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Look for `good first issue` when that label is in use.
1818

1919
## Development setup
2020

21-
You need an Apple Silicon Mac on macOS 14+, plus Xcode 15+ or Swift 5.9+.
21+
You need an Apple Silicon Mac on macOS 14+, plus Xcode 15+.
22+
23+
`make build`, `make run`, and `make install` need Xcode (`xcodebuild`). A Swift 5.9+ toolchain alone is enough for some unit tests, not for building `VocaMac.app`.
2224

2325
```bash
2426
git clone https://github.com/VocaHQ/vocamac.git

0 commit comments

Comments
 (0)