Files
ghostty/macos/AGENTS.md
Mitchell Hashimoto d05fb652ed macos: update AGENTS.md
2026-02-26 09:10:00 -08:00

10 lines
423 B
Markdown

# macOS Ghostty Application
- Use `swiftlint` for formatting and linting Swift code.
- If code outside of this directory is modified, use
`zig build -Demit-macos-app=false` before building the macOS app to update
the underlying Ghostty library.
- Use `xcodebuild` to build the macOS app, do not use `zig build`
(except to build the underlying library as mentioned above).
- Run unit tests directly with `xcodebuild`