From e39f9aa0eb208e74c827bbae1bc20fba9fbb01d7 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 7 Apr 2020 00:41:14 +0800 Subject: improve codesign config --- xmake/modules/private/tools/codesign.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/private/tools/codesign.lua') diff --git a/xmake/modules/private/tools/codesign.lua b/xmake/modules/private/tools/codesign.lua index 8bdeabcac..1517c72b0 100644 --- a/xmake/modules/private/tools/codesign.lua +++ b/xmake/modules/private/tools/codesign.lua @@ -67,7 +67,7 @@ function main (programdir, codesign_identity) -- get codesign local sign = "-" - if codesign_identity then + if codesign_identity then -- we will uses sign/'-' if be false for `xmake f --xcode_codesign_identity=n` local identities = codesign_identities() if identities then sign = identities[codesign_identity] -- cgit v1.3.1