tibia/templates/ios-make/vars.mk
2024-02-02 16:58:51 +01:00

9 lines
313 B
Makefile

BUNDLE_NAME := {{=it.product.bundleName}}
PROJECT_NAME := {{=it.ios_make.projectName}}
TARGET_NAME := {{=it.ios_make.targetName}}
3RDPARTYFILES := {{=it.ios_make["3rdpartyfiles"].join(' ')}}
HAS_MIDI_IN := {{=it.product.buses.filter(x => x.type == "midi" && x.direction == "input").length > 0 ? "yes" : "no"}}