Files
2021-02-15 16:01:50 +01:00

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
}