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 2ccef4f commit c5579bdCopy full SHA for c5579bd
images/macos/provision/core/xcode.ps1
@@ -31,7 +31,8 @@ $xcodeVersions | ForEach-Object {
31
Write-Host "Configuring Xcode $($_.link) ..."
32
Invoke-XcodeRunFirstLaunch -Version $_.link
33
34
- if ($_.link.Split(".")[0] -ge 14) {
+ ##if ($_.link.Split(".")[0] -ge 14) {
35
+ if ($_.link.Split(".")[0] -eq 14) {
36
# Additional simulator runtimes are included by default for Xcode < 14
37
Install-AdditionalSimulatorRuntimes -Version $_.link
38
}
0 commit comments