Skip to content

Commit

Permalink
Added Macintosh
Browse files Browse the repository at this point in the history
  • Loading branch information
michalhlavka authored Feb 18, 2024
1 parent 5bfb778 commit e230452
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MobileDetect.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
* @method bool isWindowsPhoneOS()
* @method bool isiOS()
* @method bool isiPadOS()
* @method bool isMacintosh()
* @method bool isSailfishOS()
* @method bool isMeeGoOS()
* @method bool isMaemoOS()
Expand Down Expand Up @@ -860,6 +861,7 @@ class MobileDetect
'iOS' => '\biPhone.*Mobile|\biPod|\biPad|AppleCoreMedia',
// https://en.wikipedia.org/wiki/IPadOS
'iPadOS' => 'CPU OS 13',
'Macintosh' => 'Macintosh',
// @reference https://en.m.wikipedia.org/wiki/Sailfish_OS
// https://sailfishos.org/
'SailfishOS' => 'Sailfish',
Expand Down

0 comments on commit e230452

Please sign in to comment.