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, 0 insertions, 6 deletions
diff --git a/xmake/templates/objc/xcode/macapp/xmake.lua b/xmake/templates/objc/xcode/macapp/xmake.lua deleted file mode 100644 index 1306fce94..000000000 --- a/xmake/templates/objc/xcode/macapp/xmake.lua +++ /dev/null @@ -1,6 +0,0 @@ -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") |
