summaryrefslogtreecommitdiff
path: root/xmake/toolchains/xcode/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/toolchains/xcode/xmake.lua')
-rw-r--r--xmake/toolchains/xcode/xmake.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/toolchains/xcode/xmake.lua b/xmake/toolchains/xcode/xmake.lua
index 74462908c..0542dd19f 100644
--- a/xmake/toolchains/xcode/xmake.lua
+++ b/xmake/toolchains/xcode/xmake.lua
@@ -21,6 +21,10 @@
-- define toolchain
toolchain("xcode")
+ -- set homepage
+ set_homepage("https://developer.apple.com/xcode/")
+ set_description("Xcode IDE")
+
-- mark as standalone toolchain
set_kind("standalone")