Bump Xcode version to 15.2 (#1953)
This commit is contained in:
Родитель
882746f62e
Коммит
5e902abba3
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче