From 74aae908cee40618f381668739f1f68bec996ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Sk=C3=B6ld?= Date: Sat, 11 Jul 2020 20:40:33 -0700 Subject: [PATCH] Updating xcode config. (#2198) Changing the xcode platform to just `Native`. This lets xcode handle all the target stuff, and works regardless of target. --- scripts/genie.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/genie.lua b/scripts/genie.lua index 0caff93df..743883983 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -122,9 +122,9 @@ solution "bgfx" "Release", } - if _ACTION ~= nil and _ACTION:match "xcode*" then + if _ACTION ~= nil and _ACTION:match "^xcode" then platforms { - "Universal", + "Native", -- let xcode decide based on the target output } else platforms {