This is clearly something that has a human behind it and not a script. We
have seen Xcode*.xip which is the download name BUT also xcode12.xip
which looks like a point&click intervention
(https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=4387395&view=logs&j=f0137cdf-e292-5541-69aa-72303a08a0ba&t=59bea1c0-f907-5818-000e-f6fef9d3ffa2&l=234)
This commit is contained in:
Manuel de la Pena 2021-01-21 09:47:34 -05:00 коммит произвёл GitHub
Родитель 197c114702
Коммит 8ec5937de7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -107,7 +107,7 @@ oldXcodes=(
# remove wrongly added .xip files under /Applications, confuses provisionator and
# are not needed and wrong
sudo rm -Rf /Applications/Xcode*.xip
sudo rm -Rf /Applications/*.xip
for oldXcode in "${oldXcodes[@]}"; do
sudo rm -Rf "$oldXcode"