Fix ghostty performance. Improve keyboard and input mode handling

This commit is contained in:
2026-05-04 14:16:02 +10:00
parent 8aa57ee3d7
commit 616489c69e
532 changed files with 18709 additions and 347 deletions

View File

@@ -61,8 +61,19 @@ targets:
- path: CommandNotch
excludes:
- Resources/Info.plist
- Resources/ghostty
- Resources/terminfo
- path: CommandNotch/Resources/ghostty
type: folder
buildPhase: resources
- path: CommandNotch/Resources/terminfo
type: folder
buildPhase: resources
dependencies:
- package: SwiftTerm
- framework: Vendor/GhosttyKit.xcframework
embed: false
- sdk: Carbon.framework
info:
path: CommandNotch/Resources/Info.plist
properties:
@@ -85,6 +96,9 @@ targets:
PRODUCT_BUNDLE_IDENTIFIER: com.commandnotch.app
PRODUCT_NAME: CommandNotch
COMBINE_HIDPI_IMAGES: true
OTHER_LDFLAGS:
- $(inherited)
- -lstdc++
CommandNotchTests:
type: bundle.unit-test
platform: macOS