mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 03:25:50 +00:00
423 B
423 B
macOS Ghostty Application
- Use
swiftlintfor formatting and linting Swift code. - If code outside of this directory is modified, use
zig build -Demit-macos-app=falsebefore building the macOS app to update the underlying Ghostty library. - Use
xcodebuildto build the macOS app, do not usezig build(except to build the underlying library as mentioned above). - Run unit tests directly with
xcodebuild