Skip to content

Commit 6668b4d

Browse files
Try different version of ios/iphone (#5096)
1 parent 01eb7cf commit 6668b4d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/device-test-utils.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ function Get-AndroidEmulatorId
2929
function Get-IosSimulatorUdid {
3030
[CmdletBinding()]
3131
param(
32-
[string]$IosVersion = '26.0',
32+
[string]$IosVersion = '26.2',
3333
[string[]]$PreferredDeviceTypes = @(
34-
'com.apple.CoreSimulator.SimDeviceType.iPhone-XS',
35-
'com.apple.CoreSimulator.SimDeviceType.iPhone-17',
36-
'com.apple.CoreSimulator.SimDeviceType.iPhone-16'
34+
'com.apple.CoreSimulator.SimDeviceType.iPhone-11',
35+
'com.apple.CoreSimulator.SimDeviceType.iPhone-16',
36+
'com.apple.CoreSimulator.SimDeviceType.iPhone-17'
3737
),
3838
[string[]]$PreferredStates = @('Shutdown','Booted')
3939
)

0 commit comments

Comments
 (0)