From bc32dfdb2c91fc05b368a111a89505569117ccff Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 1 Sep 2023 00:45:55 +0800 Subject: revert on_changed --- xmake/rules/xcode/bundle/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/rules/xcode/bundle/xmake.lua') diff --git a/xmake/rules/xcode/bundle/xmake.lua b/xmake/rules/xcode/bundle/xmake.lua index da78ec748..31c0a8296 100644 --- a/xmake/rules/xcode/bundle/xmake.lua +++ b/xmake/rules/xcode/bundle/xmake.lua @@ -77,7 +77,7 @@ rule("xcode.bundle") local resourcesdir = path.absolute(target:data("xcode.bundle.resourcesdir")) -- do build if changed - depend._on_changed(function () + depend.on_changed(function () -- trace progress info progress.show(opt.progress, "${color.build.target}generating.xcode.$(mode) %s", path.filename(bundledir)) -- cgit v1.3.1