Fix ghostty performance. Improve keyboard and input mode handling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user