mirror-ghostty/macos
Mitchell Hashimoto 27e42855ca
macos: use GeometryReader for terminal size for macOS 12
We were using the NSView resize func before but this isn't called by
SwiftUI on macOS 12. Instead we wrap it in a GeometryReader and detect
the size change in updateNSView so we can call the proper ghostty
callback.
2023-02-22 20:49:33 -08:00
..
Assets.xcassets macos: add ErrorView 2023-02-19 10:44:54 -08:00
Ghostty.xcodeproj macos: update minimum deployment target to macOS 12 2023-02-22 14:41:12 -08:00
Sources macos: use GeometryReader for terminal size for macOS 12 2023-02-22 20:49:33 -08:00
.gitignore build: LipoStep 2023-02-19 10:44:53 -08:00
Ghostty.entitlements macos: disable sandbox 2023-02-19 10:44:56 -08:00