From aab3a9a8bf7c07cbf80d62c7bc5bc11c8cbf6fd3 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 30 May 2020 23:55:42 +0800 Subject: fix compile errors --- xmake/rules/xcode/info_plist/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/rules/xcode/info_plist/xmake.lua b/xmake/rules/xcode/info_plist/xmake.lua index 5f4894824..611969e0c 100644 --- a/xmake/rules/xcode/info_plist/xmake.lua +++ b/xmake/rules/xcode/info_plist/xmake.lua @@ -31,7 +31,7 @@ rule("xcode.info_plist") import("core.base.option") import("core.theme.theme") import("core.project.depend") - import("private.utils.process") + import("private.utils.progress") -- check assert(path.filename(sourcefile) == "Info.plist", "we only support Info.plist file!") -- cgit v1.3.1