From d7870e3f5cdf72f76e9560c61aba715fef800601 Mon Sep 17 00:00:00 2001 From: Alexander Lackner Date: Mon, 22 Jun 2020 20:44:58 +0200 Subject: [PATCH] Added macOS Big Sur (11.0) --- include/osdetection | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osdetection b/include/osdetection index 88aa8209..f4d3b50d 100644 --- a/include/osdetection +++ b/include/osdetection @@ -62,6 +62,7 @@ 10.13 | 10.13.[0-9]*) OS_FULLNAME="macOS High Sierra (${OS_VERSION})" ;; 10.14 | 10.14.[0-9]*) OS_FULLNAME="macOS Mojave (${OS_VERSION})" ;; 10.15 | 10.15.[0-9]*) OS_FULLNAME="macOS Catalina (${OS_VERSION})" ;; + 11.0 | 11.0[0-9]*) OS_FULLNAME="macOS Big Sur (${OS_VERSION})" ;; *) echo "Unknown macOS version. Do you know what version it is? Create an issue at ${PROGRAM_SOURCE}" ;; esac else