diff options
| author | ruki <[email protected]> | 2020-04-05 15:53:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-05 15:53:37 +0800 |
| commit | b6436a2df4a37f82e38723711937743daceb5367 (patch) | |
| tree | 8e923537a4d6d2ded571ac5f27797466c5009cce /xmake/rules/xcode/bundle/xmake.lua | |
| parent | 4f7b37fa0ab9afa8b21b2c19980683c0eef60e8c (diff) | |
improve codesign
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) |
