summaryrefslogtreecommitdiff
path: root/xmake/rules/xcode/application/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/xcode/application/xmake.lua')
-rw-r--r--xmake/rules/xcode/application/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/xcode/application/xmake.lua b/xmake/rules/xcode/application/xmake.lua
index 2378775b3..0cd4ae2bd 100644
--- a/xmake/rules/xcode/application/xmake.lua
+++ b/xmake/rules/xcode/application/xmake.lua
@@ -18,7 +18,7 @@
-- @file xmake.lua
--
--- define rule: xcode application
+-- define rule: xcode application (TODO developing)
rule("xcode.application")
-- we must set kind before target.on_load(), may we will use target in on_load()