mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 17:28:05 -05:00
12 lines
184 B
Plaintext
12 lines
184 B
Plaintext
target "${dirname}" {
|
|
require file theme
|
|
|
|
prefix "${target}.xpc/Contents"
|
|
|
|
files Info.plist "."
|
|
files resources/* "Resources"
|
|
|
|
sources src/*.{mm}
|
|
executable "MacOS/${target}"
|
|
}
|