| Index: tools-webrtc/mb/mb_config.pyl
|
| diff --git a/tools-webrtc/mb/mb_config.pyl b/tools-webrtc/mb/mb_config.pyl
|
| index c30aa24f65cdc3e20ad4aad3f6736faf79ce918b..251eb447f43a2f8db0c1e3834105012e0e024e48 100644
|
| --- a/tools-webrtc/mb/mb_config.pyl
|
| +++ b/tools-webrtc/mb/mb_config.pyl
|
| @@ -88,6 +88,7 @@
|
| 'client.webrtc.fyi': {
|
| # Mac
|
| 'Mac (swarming)': 'release_bot_x64',
|
| + 'iOS64 Sim Debug (iOS 9.0)': 'ios_debug_static_bot_x64',
|
|
|
| # Linux
|
| 'Linux64 GCC': 'gcc_release_bot_x64',
|
| @@ -110,6 +111,7 @@
|
| 'ios_arm64_rel': 'ios_release_bot_arm64_device',
|
| 'ios32_sim_dbg': 'ios_debug_static_bot_x86',
|
| 'ios64_sim_dbg': 'ios_debug_static_bot_x64',
|
| + 'ios64_sim_ios9_dbg': 'ios_debug_static_bot_x64',
|
|
|
| # Mac
|
| 'mac_compile_dbg': 'debug_bot_x64',
|
|
|