Skip to content

Commit 2efbc47

Browse files
committed
Add new macOS nicknames
1 parent 9608721 commit 2efbc47

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Analyser/Derive.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,14 @@ private function deriveBasedOnOperatingSystem()
492492
if ($this->data->os->version->is('12')) {
493493
$this->data->os->version->nickname = 'Monterey';
494494
}
495+
496+
if ($this->data->os->version->is('13')) {
497+
$this->data->os->version->nickname = 'Ventura';
498+
}
499+
500+
if ($this->data->os->version->is('14')) {
501+
$this->data->os->version->nickname = 'Sonoma';
502+
}
495503
}
496504
}
497505
}

0 commit comments

Comments
 (0)