diff options
| author | ruki <[email protected]> | 2020-09-25 00:03:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-25 00:03:37 +0800 |
| commit | 195891af3b31e1ef47f800fec9a079475da3ee8f (patch) | |
| tree | 9a447068b9de0aa0fbde100c5e639f2d3fcc0155 /xmake/rules/xcode/application | |
| parent | 4b906d273d9bfb0b51f5f0d16f3dfa0f4f5676a7 (diff) | |
fix xcode rule
Diffstat (limited to 'xmake/rules/xcode/application')
| -rw-r--r-- | xmake/rules/xcode/application/build.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/xcode/application/build.lua b/xmake/rules/xcode/application/build.lua index adde11cc3..03aa5da3e 100644 --- a/xmake/rules/xcode/application/build.lua +++ b/xmake/rules/xcode/application/build.lua @@ -91,7 +91,7 @@ function main (target, opt) codesign(bundledir, target:values("xcode.codesign_identity") or get_config("xcode_codesign_identity"), mobile_provision, {deep = true}) -- update files and values to the dependent file - dependinfo.files = {bundledir} + dependinfo.files = {bundledir, target:targetfile()} depend.save(dependinfo, dependfile) end |
