We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01eb7cf commit 6668b4dCopy full SHA for 6668b4d
1 file changed
scripts/device-test-utils.ps1
@@ -29,11 +29,11 @@ function Get-AndroidEmulatorId
29
function Get-IosSimulatorUdid {
30
[CmdletBinding()]
31
param(
32
- [string]$IosVersion = '26.0',
+ [string]$IosVersion = '26.2',
33
[string[]]$PreferredDeviceTypes = @(
34
- 'com.apple.CoreSimulator.SimDeviceType.iPhone-XS',
35
- 'com.apple.CoreSimulator.SimDeviceType.iPhone-17',
36
- 'com.apple.CoreSimulator.SimDeviceType.iPhone-16'
+ 'com.apple.CoreSimulator.SimDeviceType.iPhone-11',
+ 'com.apple.CoreSimulator.SimDeviceType.iPhone-16',
+ 'com.apple.CoreSimulator.SimDeviceType.iPhone-17'
37
),
38
[string[]]$PreferredStates = @('Shutdown','Booted')
39
)
0 commit comments