feat: added macOS 26 (Tahoe) to the SystemKit

This commit is contained in:
Serhiy Mytrovtsiy
2025-09-16 20:00:01 +02:00
parent 3815373a4b
commit 0d48f9f75f

View File

@@ -874,5 +874,6 @@ let osDict: [String: String] = [
"12": "Monterey",
"13": "Ventura",
"14": "Sonoma",
"15": "Sequoia"
"15": "Sequoia",
"26": "Tahoe"
]