diff options
Diffstat (limited to 'xmake/templates/objc/xcode/macapp/xmake.lua')
| -rw-r--r-- | xmake/templates/objc/xcode/macapp/xmake.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xmake/templates/objc/xcode/macapp/xmake.lua b/xmake/templates/objc/xcode/macapp/xmake.lua new file mode 100644 index 000000000..1306fce94 --- /dev/null +++ b/xmake/templates/objc/xcode/macapp/xmake.lua @@ -0,0 +1,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") |
