summaryrefslogtreecommitdiff
path: root/xmake/repository/templates/objc/xcode/iosapp/xmake.lua
blob: 1306fce940dac495003dff4fc54b8e4682f9aa3e (plain)
1
2
3
4
5
6
add_rules("mode.debug", "mode.release")

target("${TARGET_NAME}")
    add_rules("xcode.application")
    add_files("src/*.m", "src/**.storyboard", "src/*.xcassets")
    add_files("src/Info.plist")