Unverified Commit bc42a6c2 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Specify the devicelab task simulator runtime to support Xcode 11.3 (#54887)

parent 56b7c935
...@@ -82,6 +82,7 @@ Future<void> main() async { ...@@ -82,6 +82,7 @@ Future<void> main() async {
'create', 'create',
'TestFlutteriPhoneWithWatch', 'TestFlutteriPhoneWithWatch',
'com.apple.CoreSimulator.SimDeviceType.iPhone-11', 'com.apple.CoreSimulator.SimDeviceType.iPhone-11',
'com.apple.CoreSimulator.SimRuntime.iOS-13-2',
], ],
canFail: false, canFail: false,
workingDirectory: flutterDirectory.path, workingDirectory: flutterDirectory.path,
...@@ -94,6 +95,7 @@ Future<void> main() async { ...@@ -94,6 +95,7 @@ Future<void> main() async {
'create', 'create',
'TestFlutterWatch', 'TestFlutterWatch',
'com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm', 'com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm',
'com.apple.CoreSimulator.SimRuntime.watchOS-6-1'
], ],
canFail: false, canFail: false,
workingDirectory: flutterDirectory.path, workingDirectory: flutterDirectory.path,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment