Skip to content

Commit

Permalink
added macos 15 version name (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexkyng authored Jun 11, 2024
1 parent 42d7cc3 commit 040e9d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/macos/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ fn macos_version_to_name(version: &NSOperatingSystemVersion) -> &'static str {
(12, _) => "Monterey",
(13, _) => "Ventura",
(14, _) => "Sonoma",
(15, _) => "Sequoia",
_ => "Unknown",
}
}

0 comments on commit 040e9d3

Please sign in to comment.