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

target("test")
    add_rules("xcode.bundle")
    add_files("src/test.m")
    add_installfiles("src/Info.plist")
    --set_values("xcode.codesign_identity", "Apple Development: [email protected] (T3NA4MRVPU)")