This commit is contained in:
Mike Schreiber 2024-01-25 08:42:58 -08:00 коммит произвёл GitHub
Родитель 882746f62e
Коммит 5e902abba3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -15,7 +15,7 @@ Fluent UI Apple contains native UIKit and AppKit controls aligned with [Microsof
#### Requirements
- iOS 15+ or macOS 12+
- Xcode 15.0.1+
- Xcode 15.2+
- Swift 5.9+
#### Using Swift Package Manager

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

@ -3,7 +3,7 @@
if [ -n "$XCODE_PATH_OVERRIDE" ]; then # If someone calls this with the XCODE_PATH_OVERRIDE variable set to a path to a developer dir, use it instead
XCODE_PATH="$XCODE_PATH_OVERRIDE"
else
XCODE_PATH='/Applications/Xcode_15.0.1.app/Contents/Developer'
XCODE_PATH='/Applications/Xcode_15.2.app/Contents/Developer'
fi
echo "Running command: sudo xcode-select --switch $XCODE_PATH"