diff options
Diffstat (limited to 'xmake/rules/xcode/info_plist/xmake.lua')
| -rw-r--r-- | xmake/rules/xcode/info_plist/xmake.lua | 2 |
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!") |
