[Makefile] Why copy-paste when you can 'make fix-xcode-select' (#10692)
This commit is contained in:
Родитель
85fe6340f6
Коммит
048fb5453c
3
Makefile
3
Makefile
|
@ -146,6 +146,9 @@ fix-install-permissions:
|
|||
sudo chown -R $(USER) /Library/Frameworks/Xamarin.iOS.framework
|
||||
sudo chown -R $(USER) /Library/Frameworks/Xamarin.Mac.framework
|
||||
|
||||
fix-xcode-select:
|
||||
sudo xcode-select -s $(XCODE_DEVELOPER_ROOT)
|
||||
|
||||
git-clean-all:
|
||||
@echo "$(COLOR_RED)Cleaning and resetting all dependencies. This is a destructive operation.$(COLOR_CLEAR)"
|
||||
@echo "$(COLOR_RED)You have 5 seconds to cancel (Ctrl-C) if you wish.$(COLOR_CLEAR)"
|
||||
|
|
Загрузка…
Ссылка в новой задаче