summaryrefslogtreecommitdiff
path: root/tests/projects/swift/macapp/xmake.lua
blob: 871ef99addcc90df1f30a14356794aa3914fa349 (plain)
1
2
3
4
5
6
add_rules("mode.debug", "mode.release")

target("test")
    add_rules("xcode.application")
    add_files("src/*.swift", "src/**.storyboard", "src/*.xcassets")
    add_files("src/Info.plist")