summaryrefslogtreecommitdiff
path: root/xmake/rules/xcode
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-30 23:55:42 +0800
committerruki <[email protected]>2020-05-30 23:55:42 +0800
commitaab3a9a8bf7c07cbf80d62c7bc5bc11c8cbf6fd3 (patch)
treed654ad600045174e7ed55f75824449c96f1b5538 /xmake/rules/xcode
parentf432fd004a28db20d312fb68dfd10734ba7a2295 (diff)
fix compile errors
Diffstat (limited to 'xmake/rules/xcode')
-rw-r--r--xmake/rules/xcode/info_plist/xmake.lua2
1 files changed, 1 insertions, 1 deletions
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!")