feat: added new macOS 14 Sonoma to the system kit

This commit is contained in:
Serhiy Mytrovtsiy
2023-06-05 21:18:54 +02:00
parent cc6b6042ed
commit e1d1ecf663

View File

@@ -647,5 +647,6 @@ let osDict: [String: String] = [
"10.15": "Catalina",
"11": "Big Sur",
"12": "Monterey",
"13": "Ventura"
"13": "Ventura",
"14": "Sonoma"
]