summaryrefslogtreecommitdiff
path: root/tests/projects/objc/bundle/xmake.lua
blob: f184201e52876345f96b80414a585e1b7c654e94 (plain)
1
2
3
4
5
6
7
add_rules("mode.debug", "mode.release")

target("test")
    add_rules("xcode.bundle")
    add_files("src/test.m")
    add_installfiles("src/Info.plist")