From e1d1ecf663509820c2bb955b0726e44330134fdf Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Mon, 5 Jun 2023 21:18:54 +0200 Subject: [PATCH] feat: added new macOS 14 Sonoma to the system kit --- 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 1e3d8419..a4ab2eef 100644 --- a/Kit/plugins/SystemKit.swift +++ b/Kit/plugins/SystemKit.swift @@ -647,5 +647,6 @@ let osDict: [String: String] = [ "10.15": "Catalina", "11": "Big Sur", "12": "Monterey", - "13": "Ventura" + "13": "Ventura", + "14": "Sonoma" ]