mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-20 16:38:38 +03:00
8 lines
264 B
Plaintext
8 lines
264 B
Plaintext
// 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 *
|
|
}
|