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

This commit is contained in:
Jenn Magder 2020-04-15 12:31:59 -07:00 committed by GitHub
parent 56b7c93584
commit bc42a6c2f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,7 @@ Future<void> main() async {
'create',
'TestFlutteriPhoneWithWatch',
'com.apple.CoreSimulator.SimDeviceType.iPhone-11',
'com.apple.CoreSimulator.SimRuntime.iOS-13-2',
],
canFail: false,
workingDirectory: flutterDirectory.path,
@ -94,6 +95,7 @@ Future<void> main() async {
'create',
'TestFlutterWatch',
'com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm',
'com.apple.CoreSimulator.SimRuntime.watchOS-6-1'
],
canFail: false,
workingDirectory: flutterDirectory.path,