From 0b2ff43b3d5c30e2f03a735db095afb8be9ebfbe Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Sun, 16 Jun 2024 18:13:16 +0800 Subject: [PATCH] feat: added macOS 15 (Sequoia) string (#1992) Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> --- Kit/plugins/SystemKit.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Kit/plugins/SystemKit.swift b/Kit/plugins/SystemKit.swift index 176d3d37..867ef938 100644 --- a/Kit/plugins/SystemKit.swift +++ b/Kit/plugins/SystemKit.swift @@ -624,5 +624,6 @@ let osDict: [String: String] = [ "11": "Big Sur", "12": "Monterey", "13": "Ventura", - "14": "Sonoma" + "14": "Sonoma", + "15": "Sequoia" ]