| 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 ed5c525f512255c125fe98b8aa57418268672c9f..a3ba555fbab6100e650c05a0d52072a32b1a669f 100644
|
| --- a/masters/master.client.webrtc/master_mac_cfg.py
|
| +++ b/masters/master.client.webrtc/master_mac_cfg.py
|
| @@ -127,13 +127,13 @@ F('mac_largetests_factory', mac().WebRTCFactory(
|
| # iOS.
|
| B('iOS Debug', 'ios_debug_factory', scheduler=scheduler, auto_reboot=False)
|
| F('ios_debug_factory', mac().WebRTCFactory(
|
| - target='Debug',
|
| + target='Debug-iphoneos',
|
| options=options,
|
| factory_properties=mac_ios_factory_properties))
|
|
|
| B('iOS Release', 'ios_release_factory', scheduler=scheduler, auto_reboot=False)
|
| F('ios_release_factory', mac().WebRTCFactory(
|
| - target='Release',
|
| + target='Release-iphoneos',
|
| options=options,
|
| factory_properties=mac_ios_factory_properties))
|
|
|
|
|