diff options
| author | ruki <[email protected]> | 2020-04-05 16:15:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-05 16:15:13 +0800 |
| commit | a60c8e6025e597fd569a41e5add672d87bd4ca5a (patch) | |
| tree | ad3c7e486f6677b67eeccb86544e5c77e1b586c1 /xmake/rules/xcode/application/xmake.lua | |
| parent | b6436a2df4a37f82e38723711937743daceb5367 (diff) | |
add codesign config
Diffstat (limited to 'xmake/rules/xcode/application/xmake.lua')
| -rw-r--r-- | xmake/rules/xcode/application/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/xcode/application/xmake.lua b/xmake/rules/xcode/application/xmake.lua index 510ab143d..724018da2 100644 --- a/xmake/rules/xcode/application/xmake.lua +++ b/xmake/rules/xcode/application/xmake.lua @@ -93,7 +93,7 @@ rule("xcode.application") end -- do codesign - codesign(appdir, target:values("xcode.codesign_identity")) + codesign(appdir, target:values("xcode.codesign_identity") or get_config("xcode_codesign_identity")) end) on_install(function (target) |
