From 0d48f9f75fc3ea110a26bd9e8f61f995404ec104 Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Tue, 16 Sep 2025 20:00:01 +0200 Subject: [PATCH] feat: added macOS 26 (Tahoe) to the SystemKit --- 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 2f2979ae..8573c1d2 100644 --- a/Kit/plugins/SystemKit.swift +++ b/Kit/plugins/SystemKit.swift @@ -874,5 +874,6 @@ let osDict: [String: String] = [ "12": "Monterey", "13": "Ventura", "14": "Sonoma", - "15": "Sequoia" + "15": "Sequoia", + "26": "Tahoe" ]