From 7efb30e78f64f846efe58366e6bd6f5f959c669c Mon Sep 17 00:00:00 2001 From: al-lac Date: Mon, 7 Jul 2025 08:35:23 +0200 Subject: [PATCH] Add macOS Tahoe --- include/osdetection | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osdetection b/include/osdetection index 7a2e4bf1..f51d30fd 100644 --- a/include/osdetection +++ b/include/osdetection @@ -66,6 +66,7 @@ 13 | 13.[0-9]*) OS_FULLNAME="macOS Ventura (${OS_VERSION})" ;; 14 | 14.[0-9]*) OS_FULLNAME="macOS Sonoma (${OS_VERSION})" ;; 15 | 15.[0-9]*) OS_FULLNAME="macOS Sequoia (${OS_VERSION})" ;; + 26 | 26.[0-9]*) OS_FULLNAME="macOS Tahoe (${OS_VERSION})" ;; *) echo "Unknown macOS version. Do you know what version it is? Create an issue at ${PROGRAM_SOURCE}" ;; esac else