From 22b6a339a7561086e4f556b9e26b3bbde3b43a65 Mon Sep 17 00:00:00 2001 From: JX-Master Date: Thu, 3 Apr 2025 12:06:48 +0800 Subject: Add new native xcode generator (xcode2). --- xmake/plugins/project/main.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmake/plugins/project/main.lua') diff --git a/xmake/plugins/project/main.lua b/xmake/plugins/project/main.lua index e9ef607f1..2540889b5 100644 --- a/xmake/plugins/project/main.lua +++ b/xmake/plugins/project/main.lua @@ -33,6 +33,7 @@ import("clang.compile_flags") import("clang.compile_commands") import("private.utils.statistics") import("private.service.remote_build.action", {alias = "remote_build_action"}) +import("xcode2.xcodeproj2") function makers() return { @@ -42,6 +43,7 @@ function makers() , cmake = cmakelists.make , cmakelists = cmakelists.make , xcode = xcodeproj.make + , xcode2 = xcodeproj2.make , ninja = build_ninja.make , vs2002 = vs.make(2002) , vs2003 = vs.make(2003) -- cgit v1.3.1