[macOS] Remove xctool formula installation (#6128)

This commit is contained in:
Mikhail Koliada
2022-08-22 19:03:47 +02:00
committed by GitHub
parent c08d333386
commit 38a1faf55d
3 changed files with 0 additions and 14 deletions

View File

@@ -246,13 +246,6 @@ function Build-XcodeSupportToolsSection {
)
}
if ($os.IsCatalina) {
$xctool = Run-Command "xctool --version"
$toolList += @(
"xctool $xctool"
)
}
$output = ""
$output += New-MDHeader "Xcode Support Tools" -Level 4
$output += New-MDList -Style Unordered -Lines $toolList