From b72460bbe32b55fe64edd8f9f6064c7bebc9c96c Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Fri, 22 Oct 2021 18:27:03 -0400 Subject: [PATCH] Mac: Document Xcode 13.0 support --- CMakeLists.txt.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt.in b/CMakeLists.txt.in index d03b27c4c..3407fe136 100644 --- a/CMakeLists.txt.in +++ b/CMakeLists.txt.in @@ -12,7 +12,7 @@ # distribution include: # # Linux: Ninja, GCC 7.5.0+, Unix Makefiles -# MacOS: Ninja, Xcode 12.2 to 12.5 +# MacOS: Ninja, Xcode 12.2 to 13.0 # Windows: Ninja, Visual Studio 2019+ # # Ninja is a cross-platform open-source tool for running fast builds using @@ -48,7 +48,7 @@ # libgtk3.0-dev (required by the cefclient target only) # # - MacOS requirements: -# Xcode 12.2 to 12.5 building on MacOS 10.15.4 (Catalina) or newer. Only +# Xcode 12.2 to 13.0 building on MacOS 10.15.4 (Catalina) or newer. Only # 64-bit builds are supported. The Xcode command-line tools must also be # installed. Newer Xcode versions may not have been been tested and are not # recommended.