Fix ghostty performance. Improve keyboard and input mode handling
This commit is contained in:
64
CommandNotch/Vendor/GhosttyKit.xcframework/Info.plist
vendored
Normal file
64
CommandNotch/Vendor/GhosttyKit.xcframework/Info.plist
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>AvailableLibraries</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>BinaryPath</key>
|
||||
<string>libghostty-internal-fat.a</string>
|
||||
<key>HeadersPath</key>
|
||||
<string>Headers</string>
|
||||
<key>LibraryIdentifier</key>
|
||||
<string>ios-arm64</string>
|
||||
<key>LibraryPath</key>
|
||||
<string>libghostty-internal-fat.a</string>
|
||||
<key>SupportedArchitectures</key>
|
||||
<array>
|
||||
<string>arm64</string>
|
||||
</array>
|
||||
<key>SupportedPlatform</key>
|
||||
<string>ios</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>BinaryPath</key>
|
||||
<string>ghostty-internal.a</string>
|
||||
<key>HeadersPath</key>
|
||||
<string>Headers</string>
|
||||
<key>LibraryIdentifier</key>
|
||||
<string>macos-arm64_x86_64</string>
|
||||
<key>LibraryPath</key>
|
||||
<string>ghostty-internal.a</string>
|
||||
<key>SupportedArchitectures</key>
|
||||
<array>
|
||||
<string>arm64</string>
|
||||
<string>x86_64</string>
|
||||
</array>
|
||||
<key>SupportedPlatform</key>
|
||||
<string>macos</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>BinaryPath</key>
|
||||
<string>libghostty-internal-fat.a</string>
|
||||
<key>HeadersPath</key>
|
||||
<string>Headers</string>
|
||||
<key>LibraryIdentifier</key>
|
||||
<string>ios-arm64-simulator</string>
|
||||
<key>LibraryPath</key>
|
||||
<string>libghostty-internal-fat.a</string>
|
||||
<key>SupportedArchitectures</key>
|
||||
<array>
|
||||
<string>arm64</string>
|
||||
</array>
|
||||
<key>SupportedPlatform</key>
|
||||
<string>ios</string>
|
||||
<key>SupportedPlatformVariant</key>
|
||||
<string>simulator</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>XFWK</string>
|
||||
<key>XCFrameworkFormatVersion</key>
|
||||
<string>1.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
1207
CommandNotch/Vendor/GhosttyKit.xcframework/ios-arm64-simulator/Headers/ghostty.h
vendored
Normal file
1207
CommandNotch/Vendor/GhosttyKit.xcframework/ios-arm64-simulator/Headers/ghostty.h
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7
CommandNotch/Vendor/GhosttyKit.xcframework/ios-arm64-simulator/Headers/module.modulemap
vendored
Normal file
7
CommandNotch/Vendor/GhosttyKit.xcframework/ios-arm64-simulator/Headers/module.modulemap
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// This makes Ghostty available to the XCode build for the macOS app.
|
||||
// We append "Kit" to it not to be cute, but because targets have to have
|
||||
// unique names and we use Ghostty for other things.
|
||||
module GhosttyKit {
|
||||
umbrella header "ghostty.h"
|
||||
export *
|
||||
}
|
||||
BIN
CommandNotch/Vendor/GhosttyKit.xcframework/ios-arm64-simulator/libghostty-internal-fat.a
vendored
Normal file
BIN
CommandNotch/Vendor/GhosttyKit.xcframework/ios-arm64-simulator/libghostty-internal-fat.a
vendored
Normal file
Binary file not shown.
1207
CommandNotch/Vendor/GhosttyKit.xcframework/ios-arm64/Headers/ghostty.h
vendored
Normal file
1207
CommandNotch/Vendor/GhosttyKit.xcframework/ios-arm64/Headers/ghostty.h
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7
CommandNotch/Vendor/GhosttyKit.xcframework/ios-arm64/Headers/module.modulemap
vendored
Normal file
7
CommandNotch/Vendor/GhosttyKit.xcframework/ios-arm64/Headers/module.modulemap
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// This makes Ghostty available to the XCode build for the macOS app.
|
||||
// We append "Kit" to it not to be cute, but because targets have to have
|
||||
// unique names and we use Ghostty for other things.
|
||||
module GhosttyKit {
|
||||
umbrella header "ghostty.h"
|
||||
export *
|
||||
}
|
||||
BIN
CommandNotch/Vendor/GhosttyKit.xcframework/ios-arm64/libghostty-internal-fat.a
vendored
Normal file
BIN
CommandNotch/Vendor/GhosttyKit.xcframework/ios-arm64/libghostty-internal-fat.a
vendored
Normal file
Binary file not shown.
1207
CommandNotch/Vendor/GhosttyKit.xcframework/macos-arm64_x86_64/Headers/ghostty.h
vendored
Normal file
1207
CommandNotch/Vendor/GhosttyKit.xcframework/macos-arm64_x86_64/Headers/ghostty.h
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7
CommandNotch/Vendor/GhosttyKit.xcframework/macos-arm64_x86_64/Headers/module.modulemap
vendored
Normal file
7
CommandNotch/Vendor/GhosttyKit.xcframework/macos-arm64_x86_64/Headers/module.modulemap
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// This makes Ghostty available to the XCode build for the macOS app.
|
||||
// We append "Kit" to it not to be cute, but because targets have to have
|
||||
// unique names and we use Ghostty for other things.
|
||||
module GhosttyKit {
|
||||
umbrella header "ghostty.h"
|
||||
export *
|
||||
}
|
||||
BIN
CommandNotch/Vendor/GhosttyKit.xcframework/macos-arm64_x86_64/ghostty-internal.a
vendored
Normal file
BIN
CommandNotch/Vendor/GhosttyKit.xcframework/macos-arm64_x86_64/ghostty-internal.a
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user