diff options
Diffstat (limited to 'xmake/rules/xcode/bundle/xmake.lua')
| -rw-r--r-- | xmake/rules/xcode/bundle/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/xcode/bundle/xmake.lua b/xmake/rules/xcode/bundle/xmake.lua index 97b2e9966..3a9f6144c 100644 --- a/xmake/rules/xcode/bundle/xmake.lua +++ b/xmake/rules/xcode/bundle/xmake.lua @@ -82,7 +82,7 @@ rule("xcode.bundle") end -- do codesign - codesign(bundledir) + codesign(bundledir, target:values("xcode.codesign_identity")) end) on_install(function (target) |
