mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-17 13:02:42 +00:00
10 lines
423 B
Markdown
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`
|