Skip to content

Commit

Permalink
Add macOS 15 Sonoma
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Jun 10, 2024
1 parent 6eb1e07 commit d62e0a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
if (major == 12) return make_tuple("macOS", "Monterey", version);
if (major == 13) return make_tuple("macOS", "Ventura", version);
if (major == 14) return make_tuple("macOS", "Sonoma", version);
if (major == 15) return make_tuple("macOS", "Sequoia", version);
return make_tuple(name, codename, version);
}

Expand Down

0 comments on commit d62e0a5

Please sign in to comment.