We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9608721 commit 2efbc47Copy full SHA for 2efbc47
src/Analyser/Derive.php
@@ -492,6 +492,14 @@ private function deriveBasedOnOperatingSystem()
492
if ($this->data->os->version->is('12')) {
493
$this->data->os->version->nickname = 'Monterey';
494
}
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
503
504
505
0 commit comments