aboutsummaryrefslogtreecommitdiff
path: root/tools_webrtc
diff options
context:
space:
mode:
Diffstat (limited to 'tools_webrtc')
-rw-r--r--tools_webrtc/mb/mb_config.pyl13
1 files changed, 10 insertions, 3 deletions
diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl
index 059c724194..9f9fdd2d41 100644
--- a/tools_webrtc/mb/mb_config.pyl
+++ b/tools_webrtc/mb/mb_config.pyl
@@ -404,13 +404,16 @@
'ios', 'release_bot', 'arm64', 'no_ios_code_signing', 'ios_use_goma_rbe'
],
'ios_internal_debug_bot_arm64': [
- 'ios', 'debug_bot', 'arm64', 'ios_use_goma_rbe'
+ 'ios', 'debug_bot', 'arm64', 'ios_use_goma_rbe',
+ 'ios_code_signing_identity_description',
],
'ios_internal_release_bot_arm64': [
- 'ios', 'release_bot', 'arm64', 'ios_use_goma_rbe'
+ 'ios', 'release_bot', 'arm64', 'ios_use_goma_rbe',
+ 'ios_code_signing_identity_description',
],
'ios_internal_pure_release_bot_arm64': [
- 'ios', 'pure_release_bot', 'arm64', 'ios_use_goma_rbe'
+ 'ios', 'pure_release_bot', 'arm64', 'ios_use_goma_rbe',
+ 'ios_code_signing_identity_description',
],
'ios_debug_bot_x64': [
'ios', 'debug_bot', 'x64', 'ios_use_goma_rbe'
@@ -506,6 +509,10 @@
'gn_args': 'use_goma=true',
},
+ 'ios_code_signing_identity_description': {
+ 'gn_args': 'ios_code_signing_identity_description="Apple Development"',
+ },
+
'ios_use_goma_rbe': {
'gn_args': 'ios_use_goma_rbe=true',
},