mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
target "TextMateQL" {
|
|
require OakFoundation buffer bundles cf file io ns plist scope settings theme
|
|
|
|
prefix "${target}.qlgenerator/Contents"
|
|
files Info.plist "."
|
|
add LN_FLAGS "-bundle"
|
|
|
|
sources src/*.{c,mm}
|
|
executable "MacOS/${target}"
|
|
frameworks CoreFoundation QuickLook AppKit OSAKit
|
|
}
|