remove command line tools too
This commit is contained in:
Jonathan Lin 2022-03-31 18:37:01 -04:00
Родитель e60a0968f4
Коммит 6ee51b283f
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -5,7 +5,10 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# remove pyobjc-framework-SystemConfigruation package
# remove Command line Tools, the user can reinstall it (or xcode) if they want.
# this is to make sure that we don't leave anything behind with dinobuildr
pip3 uninstall -y pyobjc-framework-SystemConfiguration
pip3 uninstall -y pyobjc-core
pip3 uninstall -y pyobjc-framework-Cocoa
rm -rf /Library/Developer/CommandLineTools