Add mac_x64_ios configuration. (#141828)

This is in preparation to allow tests to run on x64 and arm64 if they rely only on the ios phone.
This commit is contained in:
godofredoc 2024-01-18 19:42:23 -08:00 committed by GitHub
parent 70a4a5de7c
commit c95bb6fbb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -209,6 +209,24 @@ platform_properties:
{
"sdk_version": "15a240d"
}
mac_x64_ios:
properties:
contexts: >-
[
"osx_sdk_devicelab"
]
dependencies: >-
[
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"},
{"dependency": "apple_signing", "version": "version:to_2024"}
]
os: Mac-13
cpu: x86
device_os: iOS-16|iOS-17
$flutter/osx_sdk : >-
{
"sdk_version": "15a240d"
}
mac_arm64_ios:
properties:
contexts: >-