From 195891af3b31e1ef47f800fec9a079475da3ee8f Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 25 Sep 2020 00:03:37 +0800 Subject: fix xcode rule --- xmake/rules/xcode/bundle/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/rules/xcode/bundle') diff --git a/xmake/rules/xcode/bundle/xmake.lua b/xmake/rules/xcode/bundle/xmake.lua index 183f6cb84..d83920b48 100644 --- a/xmake/rules/xcode/bundle/xmake.lua +++ b/xmake/rules/xcode/bundle/xmake.lua @@ -101,7 +101,7 @@ rule("xcode.bundle") codesign(bundledir, target:values("xcode.codesign_identity") or get_config("xcode_codesign_identity")) -- update files and values to the dependent file - dependinfo.files = {bundledir} + dependinfo.files = {bundledir, target:targetfile()} depend.save(dependinfo, dependfile) end) -- cgit v1.3.1