[macOS] Remove macOS 10.14 related code in the VE repo (#4816)

* [MacOS] Remove code for macOS-10.14

* remove is_Less_BigSur in all script

* remove variable the IsLessThanBigSur
This commit is contained in:
V-Zabayrachny
2021-12-30 10:36:59 +03:00
committed by GitHub
parent 29dbc46881
commit 3c2f1c6350
24 changed files with 33 additions and 1127 deletions

View File

@@ -246,7 +246,7 @@ function Build-XcodeSupportToolsSection {
)
}
if ($os.IsLessThanBigSur) {
if ($os.IsCatalina) {
$xctool = Run-Command "xctool --version"
$toolList += @(
"xctool $xctool"