Mark macOS Monterey as supported.

This commit is contained in:
Bo Anderson 2021-10-19 16:57:39 +01:00
parent 2734fdbec6
commit c8752c91f0
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65
2 changed files with 4 additions and 4 deletions

View File

@ -27,13 +27,13 @@ module OS
# TODO: bump version when new macOS is released or announced # TODO: bump version when new macOS is released or announced
# and also update references in docs/Installation.md and # and also update references in docs/Installation.md and
# https://github.com/Homebrew/install/blob/HEAD/install.sh # https://github.com/Homebrew/install/blob/HEAD/install.sh
MACOS_NEWEST_UNSUPPORTED = "12.0" MACOS_NEWEST_UNSUPPORTED = "13"
private_constant :MACOS_NEWEST_UNSUPPORTED private_constant :MACOS_NEWEST_UNSUPPORTED
# TODO: bump version when new macOS is released and also update # TODO: bump version when new macOS is released and also update
# references in docs/Installation.md and # references in docs/Installation.md and
# https://github.com/Homebrew/install/blob/HEAD/install.sh # https://github.com/Homebrew/install/blob/HEAD/install.sh
MACOS_OLDEST_SUPPORTED = "10.14" MACOS_OLDEST_SUPPORTED = "10.15"
private_constant :MACOS_OLDEST_SUPPORTED private_constant :MACOS_OLDEST_SUPPORTED
sig { params(version: Symbol).returns(T.attached_class) } sig { params(version: Symbol).returns(T.attached_class) }

View File

@ -12,7 +12,7 @@ it does it too. You have to confirm everything it will do before it starts.
## macOS Requirements ## macOS Requirements
* A 64-bit Intel CPU or Apple Silicon CPU <sup>[1](#1)</sup> * A 64-bit Intel CPU or Apple Silicon CPU <sup>[1](#1)</sup>
* macOS Mojave (10.14) (or higher) <sup>[2](#2)</sup> * macOS Catalina (10.15) (or higher) <sup>[2](#2)</sup>
* Command Line Tools (CLT) for Xcode: `xcode-select --install`, * Command Line Tools (CLT) for Xcode: `xcode-select --install`,
[developer.apple.com/downloads](https://developer.apple.com/downloads) or [developer.apple.com/downloads](https://developer.apple.com/downloads) or
[Xcode](https://itunes.apple.com/us/app/xcode/id497799835) <sup>[3](#3)</sup> [Xcode](https://itunes.apple.com/us/app/xcode/id497799835) <sup>[3](#3)</sup>
@ -78,7 +78,7 @@ Uninstallation is documented in the [FAQ](FAQ.md).
<a name="1"><sup>1</sup></a> For 32-bit or PPC support see <a name="1"><sup>1</sup></a> For 32-bit or PPC support see
[Tigerbrew](https://github.com/mistydemeo/tigerbrew). [Tigerbrew](https://github.com/mistydemeo/tigerbrew).
<a name="2"><sup>2</sup></a> 10.14 or higher is recommended. 10.910.13 are <a name="2"><sup>2</sup></a> 10.15 or higher is recommended. 10.1010.14 are
supported on a best-effort basis. For 10.4-10.6 see supported on a best-effort basis. For 10.4-10.6 see
[Tigerbrew](https://github.com/mistydemeo/tigerbrew). [Tigerbrew](https://github.com/mistydemeo/tigerbrew).