docs: Improve language for macOS build requirements.

HandBrake builds with Xcode 10 on macOS 10.13.6 and works fine on Mojave. Building on Mojave is only required to enable Dark Mode toolbar icons support.
This commit is contained in:
Bradley Sepos 2018-09-24 12:52:02 -04:00
parent 504915ca04
commit e041e216a8
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7

View File

@ -16,7 +16,7 @@ License_URL: https://handbrake.fr/docs/license.html
Building HandBrake for Mac
==========================
Building HandBrake for Mac requires an Apple computer with a 64-bit Intel processor running OS X 10.14 Mojave or later, and the following dependencies.
Building HandBrake for Mac requires an Apple computer with a 64-bit Intel processor running OS X 10.13.6 High Sierra or later[^mojave-dark-mode], and the following dependencies.
- [Xcode](https://developer.apple.com/xcode/) 10 or later
- free Apple Developer registration required, or install from the Mac App Store
@ -63,6 +63,8 @@ To start over, simply remove the `build` directory.
rm -rf build
[^mojave-dark-mode]: HandBrake must be built on macOS 10.4 Mojave or later to enable Dark Mode toolbar icons. Building on earlier macOS, even with latest Xcode, will result in Light Mode toolbar icons being displayed in Dark Mode.
[^xcode-install]: Make sure Xcode is installed at `/Applications/Xcode.app`. When using an Xcode Beta release, you may need to rename `Xcode-beta.app` to `Xcode.app`.
[^xcode-cli-tools]: When installing Command Line Tools for Xcode using the package installer (instead of `xcode-select --install`), make sure to install the package that corresponds to the installed Xcode version. A mismatch between the installed Xcode and Command Line Tools versions may cause problems.