Skip to content

Commit

Permalink
Add Sonoma, macOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jun 6, 2023
1 parent f8daa61 commit 5122b81
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions lib/Mac/OSVersion.pm
Expand Up @@ -151,13 +151,12 @@ With major version 10:
14 Mojave
15 Catalina
With major version 11:
With major versions after 10, all point releases have the same identifier:
Big Sur
With major version 12:
Monterey
11 Big Sur
12 Monterey
13 Ventura
14 Sonoma
=item minor_version_numbers( [ MAJOR ] )
Expand All @@ -181,13 +180,15 @@ my %names = (
'11' => [ 'Big Sur' ],
'12' => [ 'Monterey' ],
'13' => [ 'Ventura' ],
'14' => [ 'Sonoma' ],
);

my %release_dates = (
10 => [ ],
11 => [ ],
12 => [ ],
13 => [ ],
14 => [ ],
);

sub default_major_version { '10' }
Expand Down

0 comments on commit 5122b81

Please sign in to comment.