From 00f34d5e681809dda4c978ee75ad119276d0a9f9 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Wed, 31 Aug 2022 22:06:32 -0400 Subject: [PATCH] cmake: Update supported Xcode to 13.4 --- CMakeLists.txt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt.in b/CMakeLists.txt.in index 1440f5674..8d63b0092 100644 --- a/CMakeLists.txt.in +++ b/CMakeLists.txt.in @@ -48,7 +48,7 @@ # libgtk3.0-dev (required by the cefclient target only) # # - MacOS requirements: -# Xcode 12.2 to 13.0 building on MacOS 10.15.4 (Catalina) or newer. Only +# Xcode 12.2 to 13.4 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.