Skip to content

Commit

Permalink
Add iPhone XS, XS Max and XR
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsLeenheer committed Sep 24, 2018
1 parent 95f9328 commit 53876b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/models-ios.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
'iPhone10,3' => [ 'Apple', 'iPhone X', DeviceType::MOBILE ],
'iPhone10,4' => [ 'Apple', 'iPhone 8', DeviceType::MOBILE ],
'iPhone10,5' => [ 'Apple', 'iPhone 8 Plus', DeviceType::MOBILE ],
'iPhone10,6' => [ 'Apple', 'iPhone X', DeviceType::MOBILE ],
'iPhone11,2' => [ 'Apple', 'iPhone XS', DeviceType::MOBILE ],
'iPhone11,4' => [ 'Apple', 'iPhone XS Max', DeviceType::MOBILE ],
'iPhone11,6' => [ 'Apple', 'iPhone XS Max', DeviceType::MOBILE ],
'iPhone11,8' => [ 'Apple', 'iPhone XR', DeviceType::MOBILE ],
'iPod1,1' => [ 'Apple', 'iPod touch', DeviceType::MEDIA ],
'iPod2,1' => [ 'Apple', 'iPod touch (2nd gen)', DeviceType::MEDIA ],
'iPod3,1' => [ 'Apple', 'iPod touch (3rd gen)', DeviceType::MEDIA ],
Expand Down

3 comments on commit 53876b8

@mariotsi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think 'iPhone10,6' => [ 'Apple', 'iPhone X', DeviceType::MOBILE ], has been deleted by mistake

@NielsLeenheer
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops!

@NielsLeenheer
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.0.37 released

Please sign in to comment.