feat: added macOS 15 (Sequoia) string (#1992)

Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
This commit is contained in:
Ryan Cao
2024-06-16 18:13:16 +08:00
committed by GitHub
parent 2021cbcde6
commit 0b2ff43b3d

View File

@@ -624,5 +624,6 @@ let osDict: [String: String] = [
"11": "Big Sur",
"12": "Monterey",
"13": "Ventura",
"14": "Sonoma"
"14": "Sonoma",
"15": "Sequoia"
]