From a01e17a5049bdd02ddc2514bd47af74cf2ff802d Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 9 Oct 2021 11:58:10 +0800 Subject: move private.utils.progress to utils.progress --- xmake/rules/xcode/application/build.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/rules/xcode/application/build.lua') diff --git a/xmake/rules/xcode/application/build.lua b/xmake/rules/xcode/application/build.lua index 786f5da89..a4862ae86 100644 --- a/xmake/rules/xcode/application/build.lua +++ b/xmake/rules/xcode/application/build.lua @@ -23,7 +23,7 @@ import("core.base.option") import("core.theme.theme") import("core.project.depend") import("private.tools.codesign") -import("private.utils.progress") +import("utils.progress") -- main entry function main (target, opt) -- cgit v1.3.1