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/templates/objc++ | |
| parent | b6436a2df4a37f82e38723711937743daceb5367 (diff) | |
add codesign config
Diffstat (limited to 'xmake/templates/objc++')
| -rw-r--r-- | xmake/templates/objc++/bundle/project/xmake.lua | 1 | ||||
| -rw-r--r-- | xmake/templates/objc++/framework/project/xmake.lua | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/xmake/templates/objc++/bundle/project/xmake.lua b/xmake/templates/objc++/bundle/project/xmake.lua index 484f4088e..6b2b52909 100644 --- a/xmake/templates/objc++/bundle/project/xmake.lua +++ b/xmake/templates/objc++/bundle/project/xmake.lua @@ -5,6 +5,5 @@ target("${TARGETNAME}") add_files("src/*.mm") add_headerfiles("src/*.h") add_installfiles("src/Info.plist") - --set_values("xcode.codesign_identity", "Apple Development: [email protected] (T3NA4MRVPU)") ${FAQ} diff --git a/xmake/templates/objc++/framework/project/xmake.lua b/xmake/templates/objc++/framework/project/xmake.lua index e5d38722c..dec94f0ca 100644 --- a/xmake/templates/objc++/framework/project/xmake.lua +++ b/xmake/templates/objc++/framework/project/xmake.lua @@ -5,6 +5,5 @@ target("${TARGETNAME}") add_files("src/*.mm") add_headerfiles("src/*.h") add_installfiles("src/Info.plist") - --set_values("xcode.codesign_identity", "Apple Development: [email protected] (T3NA4MRVPU)") ${FAQ} |
