summaryrefslogtreecommitdiff
path: root/xmake/rules/xcode/framework/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-04-05 15:53:09 +0800
committerruki <[email protected]>2020-04-05 15:53:37 +0800
commitb6436a2df4a37f82e38723711937743daceb5367 (patch)
tree8e923537a4d6d2ded571ac5f27797466c5009cce /xmake/rules/xcode/framework/xmake.lua
parent4f7b37fa0ab9afa8b21b2c19980683c0eef60e8c (diff)
improve codesign
Diffstat (limited to 'xmake/rules/xcode/framework/xmake.lua')
-rw-r--r--xmake/rules/xcode/framework/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/xcode/framework/xmake.lua b/xmake/rules/xcode/framework/xmake.lua
index 6cc5ec1c7..a502abdeb 100644
--- a/xmake/rules/xcode/framework/xmake.lua
+++ b/xmake/rules/xcode/framework/xmake.lua
@@ -134,7 +134,7 @@ rule("xcode.framework")
os.cd(oldir)
-- do codesign
- codesign(path.join(frameworkdir, "Versions", "A"))
+ codesign(path.join(frameworkdir, "Versions", "A"), target:values("xcode.codesign_identity"))
end)
on_install(function (target)