Files
textmate/Applications/NewApplication/default.rave
2021-02-15 16:01:50 +01:00

13 lines
230 B
Plaintext

target "${dirname}" {
require OakFoundation OakAppKit MenuBuilder
prefix "${target}.app/Contents"
files Info.plist "."
files resources/* "Resources"
sources src/*.{cc,mm}
executable "MacOS/${target}"
frameworks Cocoa
}