From 63ff3414fa9f83f83d795c1c5dac046ed9846207 Mon Sep 17 00:00:00 2001
From: Stephan Witt <switt@lyx.org>
Date: Mon, 2 Dec 2024 08:47:28 -0800
Subject: [PATCH] support for more modern macos versions

(cherry picked from commit 391ed04cd2cbdce18178464c69967063945ce303)
---
 development/LyX-Mac-binary-release.sh | 2 +-
 status.24x                            | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh
index 179ed5db9a..1a61e7bc2f 100644
--- a/development/LyX-Mac-binary-release.sh
+++ b/development/LyX-Mac-binary-release.sh
@@ -390,7 +390,7 @@ DMGNAME="${LyxBase}${LyXGitCommitHash:+-}${LyXGitCommitHash}"
 DMGSIZE="550m"
 
 # Check for existing SDKs
-SDKs=$(echo ${DEVELOPER_SDKS}/MacOSX1[01]*sdk)
+SDKs=$(echo ${DEVELOPER_SDKS}/MacOSX1[0-9]*sdk)
 case $SDKs in
 *${SDKROOT}*)
 	;;
diff --git a/status.24x b/status.24x
index a2a077c376..d082eee8f4 100644
--- a/status.24x
+++ b/status.24x
@@ -60,6 +60,7 @@ What's new
 
 * BUILD/INSTALLATION
 
+- Update macOS build script to check for more recent SDKs too
 
 
 
-- 
2.39.2 (Apple Git-143)

