From d6fe8b1c5c4a84febe2ce31c59b79677d1f6dc7c Mon Sep 17 00:00:00 2001 From: rlx Date: Wed, 14 Feb 2018 12:00:29 +0100 Subject: [PATCH] update user agents (Mac OS 10.2/10.3) --- source/Ox/js/String.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Ox/js/String.js b/source/Ox/js/String.js index 1454c5f7..3f89e93d 100644 --- a/source/Ox/js/String.js +++ b/source/Ox/js/String.js @@ -362,6 +362,8 @@ Ox.parseUserAgent = function(userAgent) { '10.9': '10.9 (Mavericks)', '10.10': '10.10 (Yosemite)', '10.11': '10.11 (El Capitan)', + '10.12': '10.12 (Sierra)', + '10.13': '10.13 (High Sierra)', 'CrOS': 'Chrome OS', 'NT 4.0': 'NT 4.0 (Windows NT)', 'NT 4.1': 'NT 4.1 (Windows 98)',