summaryrefslogtreecommitdiff
path: root/xmake/repository/templates/objc++/xcode/bundle/xmake.lua
blob: 1ecf69fcb5d7698c2ba8cfc9cd9ddea234c2b25f (plain)
1
2
3
4
5
6
7
8
9
add_rules("mode.debug", "mode.release")

target("${TARGET_NAME}")
    add_rules("xcode.bundle")
    add_files("src/*.mm")
    add_files("src/Info.plist")
    add_headerfiles("src/*.h")

${FAQ}