summaryrefslogtreecommitdiff
path: root/tests/projects/objc/bundle/xmake.lua
blob: e19df303c95fa81d523439cf986826cb5d96222f (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_files("src/Info.plist")