10.13 and 10.14 support were removed

0x8ff 2023-01-10 13:58:53 -08:00
parent 40ca607bb4
commit a9ffcb68b0
1 changed files with 2 additions and 2 deletions

@ -1,6 +1,6 @@
## Minimum macOS
macOS High Sierra (10.13) or higher is required to build Dolphin.
macOS Catalina (10.15) or higher is required to build Dolphin.
## Install Xcode
@ -12,7 +12,7 @@ After Xcode has been downloaded and installed, the active developer directory mu
sudo xcode-select -s /path/to/Xcode.app/Contents/Developer
```
**Note:** Make sure you have the correct version of Xcode installed with the macOS SDK for your OS version. For example, macOS 10.13 runs up to Xcode 10, and Xcode 10 only has the macOS 14 SDK. You can download other versions of Xcode and extract the macOS SDK to add to your existing Xcode installation if needed.
**Note:** Make sure you have the correct version of Xcode installed with the macOS SDK for your OS version. For example, macOS 10.15 runs up to Xcode 12, and Xcode 12 only has the macOS 11 SDK. You can download other versions of Xcode and extract the macOS SDK to add to your existing Xcode installation if needed.
## Install Qt