diff options
| author | ruki <[email protected]> | 2025-07-02 22:47:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-07-02 22:47:13 +0800 |
| commit | cc50f4503c1b7159fdabe89429844ec6ca8eea1f (patch) | |
| tree | 367da67b893f601348bd63531df4ef3aeb17c01e /xmake/plugins/project/main.lua | |
| parent | b1d2fc1295e85eb6773aa209ed19f6e6d2f21141 (diff) | |
rename xcode2 to xcode
Diffstat (limited to 'xmake/plugins/project/main.lua')
| -rw-r--r-- | xmake/plugins/project/main.lua | 4 |
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) |
