Skip to content

Commit 5e902ab

Browse files
authored
Bump Xcode version to 15.2 (#1953)
1 parent 882746f commit 5e902ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Fluent UI Apple contains native UIKit and AppKit controls aligned with [Microsof
1515
#### Requirements
1616

1717
- iOS 15+ or macOS 12+
18-
- Xcode 15.0.1+
18+
- Xcode 15.2+
1919
- Swift 5.9+
2020

2121
#### Using Swift Package Manager

scripts/xcode_select_current_version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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
44
XCODE_PATH="$XCODE_PATH_OVERRIDE"
55
else
6-
XCODE_PATH='/Applications/Xcode_15.0.1.app/Contents/Developer'
6+
XCODE_PATH='/Applications/Xcode_15.2.app/Contents/Developer'
77
fi
88

99
echo "Running command: sudo xcode-select --switch $XCODE_PATH"

0 commit comments

Comments
 (0)