From 2aa382fc8849d86743d7db0c64767af38e98b9c2 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Tue, 7 Dec 2021 14:43:48 +0000 Subject: [PATCH] docs/Xcode: fix CLT method name --- docs/Xcode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Xcode.md b/docs/Xcode.md index 2a1751a021..d3a8f15eb0 100644 --- a/docs/Xcode.md +++ b/docs/Xcode.md @@ -3,7 +3,7 @@ ## Supported Xcode versions Homebrew supports and recommends the latest Xcode and/or Command Line -Tools available for your platform (see `OS::Mac::Xcode.latest_version` and `OS::Mac::CLT.latest_version` in [`Library/Homebrew/os/mac/xcode.rb`](https://github.com/Homebrew/brew/blob/HEAD/Library/Homebrew/os/mac/xcode.rb)). +Tools available for your platform (see `OS::Mac::Xcode.latest_version` and `OS::Mac::CLT.latest_clang_version` in [`Library/Homebrew/os/mac/xcode.rb`](https://github.com/Homebrew/brew/blob/HEAD/Library/Homebrew/os/mac/xcode.rb)). ## Updating for new Xcode releases @@ -12,5 +12,5 @@ updated: * In [`Library/Homebrew/os/mac/xcode.rb`](https://github.com/Homebrew/brew/blob/HEAD/Library/Homebrew/os/mac/xcode.rb) * `OS::Mac::Xcode.latest_version` - * `OS::Mac::CLT.latest_version` + * `OS::Mac::CLT.latest_clang_version` * `OS::Mac::Xcode.detect_version_from_clang_version`