From 08b8fe48a85609986dde8f64cc6d52fa52f89e8f Mon Sep 17 00:00:00 2001 From: "Kevin M. Cox" Date: Fri, 27 Mar 2020 16:31:42 -0500 Subject: [PATCH] 10.15.4 (#11) Updated $most_current_os = "10.15.4" --- supported_os_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supported_os_model.php b/supported_os_model.php index 7f65d63..c099629 100644 --- a/supported_os_model.php +++ b/supported_os_model.php @@ -37,7 +37,7 @@ public function process($data) $parser->parse($data); $plist = $parser->toArray(); - $most_current_os = "10.15.3"; // Update this as Apple releases new point updates. + $most_current_os = "10.15.4"; // Update this as Apple releases new point updates. if (strpos($plist['machine_id'], 'iMacPro') !== false) { $model_num = preg_replace("/[^0-9]/", "", $plist['machine_id']);