SDL: Updated macOS build requirements

From 571a4b4b324b92ef0ab121d90bd1b84128659151 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sun, 4 Aug 2024 20:24:19 -0700
Subject: [PATCH] Updated macOS build requirements

Building the latest SDL requires at least Xcode 12.2 and the macOS 11.0 SDK.
---
 docs/README-macos.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/README-macos.md b/docs/README-macos.md
index e8d21d61e52d1..3e4708de3c0e9 100644
--- a/docs/README-macos.md
+++ b/docs/README-macos.md
@@ -30,7 +30,7 @@ cmake --build .
 sudo cmake --install .

-Please note that building SDL requires at least Xcode 6 and the 10.9 SDK.
+Please note that building SDL requires at least Xcode 12.2 and the 11.0 SDK.
PowerPC support for macOS has been officially dropped as of SDL 2.0.2.
32-bit Intel and macOS 10.8 runtime support has been officially dropped as
of SDL 2.24.0.