blob: 8961f5c04ba5540a4bdf1502daac25de641ef078 (
plain)
1
2
3
4
5
6
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 *
}
|