diff options
Diffstat (limited to 'tests/projects/objc')
| -rw-r--r-- | tests/projects/objc/application/xmake.lua | 1 | ||||
| -rw-r--r-- | tests/projects/objc/bundle/xmake.lua | 1 | ||||
| -rw-r--r-- | tests/projects/objc/framework/xmake.lua | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/projects/objc/application/xmake.lua b/tests/projects/objc/application/xmake.lua index c9a6c4b1c..12f773a1d 100644 --- a/tests/projects/objc/application/xmake.lua +++ b/tests/projects/objc/application/xmake.lua @@ -4,4 +4,3 @@ target("test") add_rules("xcode.application") add_files("src/main.m") add_installfiles("src/Info.plist") - --set_values("xcode.codesign_identity", "Apple Development: [email protected] (T3NA4MRVPU)") diff --git a/tests/projects/objc/bundle/xmake.lua b/tests/projects/objc/bundle/xmake.lua index a469eedc9..f184201e5 100644 --- a/tests/projects/objc/bundle/xmake.lua +++ b/tests/projects/objc/bundle/xmake.lua @@ -4,5 +4,4 @@ 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)") diff --git a/tests/projects/objc/framework/xmake.lua b/tests/projects/objc/framework/xmake.lua index db5ad4044..530fa53f8 100644 --- a/tests/projects/objc/framework/xmake.lua +++ b/tests/projects/objc/framework/xmake.lua @@ -5,7 +5,6 @@ target("test") add_files("src/test.m") add_headerfiles("src/*.h") add_installfiles("src/Info.plist") - --set_values("xcode.codesign_identity", "Apple Development: [email protected] (T3NA4MRVPU)") target("demo") set_kind("binary") |
