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/framework/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/rules/xcode/framework') diff --git a/xmake/rules/xcode/framework/xmake.lua b/xmake/rules/xcode/framework/xmake.lua index 6b46b3c97..de7d7c93c 100644 --- a/xmake/rules/xcode/framework/xmake.lua +++ b/xmake/rules/xcode/framework/xmake.lua @@ -85,7 +85,7 @@ rule("xcode.framework") import("core.theme.theme") import("core.project.depend") import("private.tools.codesign") - import("private.utils.progress") + import("utils.progress") -- get framework directory local bundledir = path.absolute(target:data("xcode.bundle.rootdir")) -- cgit v1.3.1