Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/Agent.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Agent extends Mobile_Detect
* @var array
*/
protected static $additionalDevices = [
'Macintosh' => 'Macintosh',
'Mac' => 'Macintosh',
];

/**
Expand All @@ -25,7 +25,7 @@ class Agent extends Mobile_Detect
protected static $additionalOperatingSystems = [
'Windows' => 'Windows',
'Windows NT' => 'Windows NT',
'OS X' => 'Mac OS X',
'macOS' => 'Mac OS X',
'Debian' => 'Debian',
'Ubuntu' => 'Ubuntu',
'Macintosh' => 'PPC',
Expand Down Expand Up @@ -63,7 +63,7 @@ class Agent extends Mobile_Detect
// Operating systems
'Windows' => 'Windows NT [VER]',
'Windows NT' => 'Windows NT [VER]',
'OS X' => 'OS X [VER]',
'macOS' => 'OS X [VER]',
'BlackBerryOS' => ['BlackBerry[\w]+/[VER]', 'BlackBerry.*Version/[VER]', 'Version/[VER]'],
'AndroidOS' => 'Android [VER]',
'ChromeOS' => 'CrOS x86_64 [VER]',
Expand Down