File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ function Install-AdditionalSimulatorRuntimes {
176176
177177 Write-Host " Installing Simulator Runtimes for Xcode $Version ..."
178178 $xcodebuildPath = Get-XcodeToolPath - Version $Version - ToolName " xcodebuild"
179- Invoke-ValidateCommand " $xcodebuildPath -downloadAllPlatforms"
179+ Invoke-ValidateCommand " $xcodebuildPath -downloadAllPlatforms" | Out-Null
180180}
181181
182182function Build-XcodeSymlinks {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ $xcodeVersions | ForEach-Object {
4141 ForEach ($runtime in $_.runtimes ) {
4242 Write-Host " Installing Additional runtimes for Xcode '$runtime ' ..."
4343 $xcodebuildPath = Get-XcodeToolPath - Version $_.link - ToolName ' xcodebuild'
44- Invoke-ValidateCommand " sudo $xcodebuildPath -downloadPlatform $runtime "
44+ Invoke-ValidateCommand " sudo $xcodebuildPath -downloadPlatform $runtime " | Out-Null
4545 }
4646
4747}
You can’t perform that action at this time.
0 commit comments