Unverified Commit c95bb6fb authored by godofredoc's avatar godofredoc Committed by GitHub

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.
parent 70a4a5de
......@@ -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: >-
......
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