summaryrefslogtreecommitdiff
path: root/tests/projects/objc/bundle
diff options
context:
space:
mode:
authorruki <[email protected]>2020-04-05 14:46:14 +0800
committerruki <[email protected]>2020-04-05 14:46:14 +0800
commitd3c6cfe5fbaa95c72e4579ca884e3ddedd83e1fd (patch)
tree323782c80ff4782ce28315e585a01c33a411b942 /tests/projects/objc/bundle
parent79ff6aed24ebfda2ecd4628b2237b75a003e347a (diff)
add objc/framework template
Diffstat (limited to 'tests/projects/objc/bundle')
-rw-r--r--tests/projects/objc/bundle/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/projects/objc/bundle/xmake.lua b/tests/projects/objc/bundle/xmake.lua
index f184201e5..a469eedc9 100644
--- a/tests/projects/objc/bundle/xmake.lua
+++ b/tests/projects/objc/bundle/xmake.lua
@@ -4,4 +4,5 @@ target("test")
add_rules("xcode.bundle")
add_files("src/test.m")
add_installfiles("src/Info.plist")
+ --set_values("xcode.codesign_identity", "Apple Development: [email protected] (T3NA4MRVPU)")