Skip to content

Commit

Permalink
10.15.4 (#11)
Browse files Browse the repository at this point in the history
Updated $most_current_os = "10.15.4"
  • Loading branch information
kevinmcox authored Mar 27, 2020
1 parent 2bce416 commit 08b8fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supported_os_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down

0 comments on commit 08b8fe4

Please sign in to comment.