| Index: masters/master.client.webrtc/master_mac_cfg.py
|
| diff --git a/masters/master.client.webrtc/master_mac_cfg.py b/masters/master.client.webrtc/master_mac_cfg.py
|
| index 55ef3339364f6be7c753cae1d35e40afe2bde565..1e42b4459edac1895051886d4a03dcf40938bde8 100644
|
| --- a/masters/master.client.webrtc/master_mac_cfg.py
|
| +++ b/masters/master.client.webrtc/master_mac_cfg.py
|
| @@ -26,6 +26,8 @@ def Update(c):
|
| 'iOS32 Release',
|
| 'iOS64 Debug',
|
| 'iOS64 Release',
|
| + 'iOS32 Simulator Debug',
|
| + 'iOS64 Simulator Debug',
|
| ]),
|
| ])
|
|
|
| @@ -48,6 +50,8 @@ def Update(c):
|
| {'name': 'iOS32 Release', 'slavebuilddir': 'mac32'},
|
| {'name': 'iOS64 Debug', 'slavebuilddir': 'mac64'},
|
| {'name': 'iOS64 Release', 'slavebuilddir': 'mac64'},
|
| + {'name': 'iOS32 Simulator Debug','slavebuilddir': 'mac64'},
|
| + {'name': 'iOS64 Simulator Debug', 'slavebuilddir': 'mac64'},
|
| ]
|
|
|
| c['builders'].extend([
|
|
|