From 3f171df263b25d491c8a978340e52732b2794f3c Mon Sep 17 00:00:00 2001 From: Artem Titarenko Date: Wed, 6 Feb 2019 12:25:05 +0100 Subject: [PATCH] Add support for building iOS simulator code for iOS 11 and 12 No-Try: True Bug: webrtc:10291 Change-Id: I7c9349bcacd2c26c28ec08a0a3b1b1b4c104ae12 Reviewed-on: https://webrtc-review.googlesource.com/c/121645 Reviewed-by: Oleh Prypin Commit-Queue: Artem Titarenko Cr-Commit-Position: refs/heads/master@{#26602} --- tools_webrtc/mb/mb_config.pyl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl index d3bfd062f8..829fc97b82 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -26,6 +26,8 @@ 'iOS64 Release': 'ios_release_bot_arm64', 'iOS64 Sim Debug (iOS 9.0)': 'ios_debug_bot_x64', 'iOS64 Sim Debug (iOS 10.0)': 'ios_debug_bot_x64', + 'iOS64 Sim Debug (iOS 11)': 'ios_debug_bot_x64', + 'iOS64 Sim Debug (iOS 12)': 'ios_debug_bot_x64', # Mac 'Mac64 Debug': 'debug_bot_x64', @@ -154,6 +156,7 @@ 'ios_sim_x64_dbg_ios9': 'ios_debug_bot_x64', 'ios_sim_x64_dbg_ios10': 'ios_debug_bot_x64', 'ios_sim_x64_dbg_ios11': 'ios_debug_bot_x64', + 'ios_sim_x64_dbg_ios12': 'ios_debug_bot_x64', # Mac 'mac_compile_dbg': 'debug_bot_x64',