summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-14 00:48:59 +0800
committerruki <[email protected]>2023-09-14 00:48:59 +0800
commitb32a99a626e374337a30388aa7abdba8a4f2d593 (patch)
tree93c29b5b2dfb01488393dd8ddcdd02677d3b95ae /xmake/modules
parent852a05aa097d105bd4d200fdda558a31dc4f740d (diff)
improve xrepo install help
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/private/xrepo/action/install.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/xrepo/action/install.lua b/xmake/modules/private/xrepo/action/install.lua
index 90aff97ca..dfcaadf80 100644
--- a/xmake/modules/private/xrepo/action/install.lua
+++ b/xmake/modules/private/xrepo/action/install.lua
@@ -75,7 +75,7 @@ function menu_options()
{nil, "xcode", "kv", nil, "The Xcode Application Directory" },
{nil, "xcode_sdkver", "kv", nil, "The SDK Version for Xcode" },
{nil, "target_minver", "kv", nil, "The Target Minimal Version" },
- {nil, "appledev", "kv", nil, "The Apple Device Type" },
+ {nil, "appledev", "kv", nil, "The Apple Device Type", values = {"simulator", "iphone", "watchtv", "appletv", "catalyst"}},
{category = "Debug Configuration" },
{'d', "debugdir", "kv", nil, "The source directory of the current package for debugging. It will enable --force/--shallow by default."},
{category = "Other Configuration" },