summaryrefslogtreecommitdiff
path: root/xmake/platforms/macosx/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/platforms/macosx/xmake.lua')
-rw-r--r--xmake/platforms/macosx/xmake.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/platforms/macosx/xmake.lua b/xmake/platforms/macosx/xmake.lua
index 298e6dd2d..243908c56 100644
--- a/xmake/platforms/macosx/xmake.lua
+++ b/xmake/platforms/macosx/xmake.lua
@@ -53,6 +53,8 @@ platform("macosx")
, {nil, "xcode_codesign_identity", "kv", "auto", "The Codesign Identity for Xcode" }
, {nil, "xcode_mobile_provision", "kv", "auto", "The Mobile Provision for Xcode" }
, {nil, "target_minver", "kv", "auto", "The Target Minimal Version" }
+ , {nil, "appledev", "kv", nil, "The Apple Device Type",
+ values = {"simulator", "iphone", "watchtv", "appletv", "catalyst"}}
, {category = "Cuda SDK Configuration" }
, {nil, "cuda", "kv", "auto", "The Cuda SDK Directory" }
, {category = "Qt SDK Configuration" }