Skip to content

Commit

Permalink
Add new Darwin versions for translating to macOS and iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsLeenheer committed Apr 17, 2024
1 parent 2efbc47 commit 581d614
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/os-darwin.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
'13' => [ 'value' =>'10.9' ],
'14' => [ 'value' =>'10.10' ],
'15' => [ 'value' =>'10.11' ],
'16' => [ 'value' =>'10.12' ],
'17' => [ 'value' =>'10.13' ],
'18' => [ 'value' =>'10.14' ],
'19' => [ 'value' =>'10.15' ],
'20' => [ 'value' =>'11' ],
'21' => [ 'value' =>'12' ],
'22' => [ 'value' =>'13' ],
'23' => [ 'value' =>'14' ],
];

Darwin::$IOS = [
Expand All @@ -24,4 +32,12 @@
'13' => [ 'value' =>'6' ],
'14' => [ 'value' =>'7' ],
'15' => [ 'value' =>'9' ],
'16' => [ 'value' =>'10' ],
'17' => [ 'value' =>'11' ],
'18' => [ 'value' =>'12' ],
'19' => [ 'value' =>'13' ],
'20' => [ 'value' =>'14' ],
'21' => [ 'value' =>'15' ],
'22' => [ 'value' =>'16' ],
'23' => [ 'value' =>'17' ],
];

0 comments on commit 581d614

Please sign in to comment.