summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-07-02 22:47:13 +0800
committerruki <[email protected]>2025-07-02 22:47:13 +0800
commitcc50f4503c1b7159fdabe89429844ec6ca8eea1f (patch)
tree367da67b893f601348bd63531df4ef3aeb17c01e /xmake/plugins/project/main.lua
parentb1d2fc1295e85eb6773aa209ed19f6e6d2f21141 (diff)
rename xcode2 to xcode
Diffstat (limited to 'xmake/plugins/project/main.lua')
-rw-r--r--xmake/plugins/project/main.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmake/plugins/project/main.lua b/xmake/plugins/project/main.lua
index 2540889b5..666314d5d 100644
--- a/xmake/plugins/project/main.lua
+++ b/xmake/plugins/project/main.lua
@@ -25,7 +25,6 @@ import("core.project.config")
import("make.makefile")
import("make.xmakefile")
import("cmake.cmakelists")
-import("xcode.xcodeproj")
import("ninja.build_ninja")
import("vstudio.vs")
import("vsxmake.vsxmake")
@@ -33,7 +32,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")
+import("xcode.xcodeproj")
function makers()
return {
@@ -43,7 +42,6 @@ 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)