summaryrefslogtreecommitdiff
path: root/xmake/templates/objc
diff options
context:
space:
mode:
authorruki <[email protected]>2018-06-07 23:52:08 +0800
committerruki <[email protected]>2018-06-07 17:12:51 +0800
commitbbd866243423fab4d786586bd0bb7e400c1c5a88 (patch)
tree96d7fb5053bf3408e81fbe043fede6bde8a36e55 /xmake/templates/objc
parent9567b4e22325d2e22bde33f9b9273b0408cd1d33 (diff)
fix modes for template
Diffstat (limited to 'xmake/templates/objc')
-rw-r--r--xmake/templates/objc/console/project/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/templates/objc/console/project/xmake.lua b/xmake/templates/objc/console/project/xmake.lua
index 9b2fb3343..04d70929f 100644
--- a/xmake/templates/objc/console/project/xmake.lua
+++ b/xmake/templates/objc/console/project/xmake.lua
@@ -1,6 +1,6 @@
-- add modes: debug and release
-add_rules("mode:debug", "mode:release")
+add_rules("mode.debug", "mode.release")
-- add frameworks
add_frameworks("Foundation", "CoreFoundation")