Skip to content

Commit

Permalink
Merge pull request #18 from pushd/master
Browse files Browse the repository at this point in the history
add 2022/23 models
  • Loading branch information
rikas committed Oct 4, 2023
2 parents 359d021 + f7f2edd commit f2de1c6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions lib/ios/devices.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,22 @@ def self.search(device_type)
Model.new(device_type, 'iPhone 13')
when 'iPhone14,6'
Model.new(device_type, 'iPhone SE', '3rd gen')
when 'iPhone14,7'
Model.new(device_type, 'iPhone 14')
when 'iPhone14,8'
Model.new(device_type, 'iPhone 14 Plus')
when 'iPhone15,2'
Model.new(device_type, 'iPhone 14 Pro')
when 'iPhone15,3'
Model.new(device_type, 'iPhone 14 Pro Max')
when 'iPhone15,4'
Model.new(device_type, 'iPhone 15')
when 'iPhone15,5'
Model.new(device_type, 'iPhone 15 Plus')
when 'iPhone16,1'
Model.new(device_type, 'iPhone 15 Pro')
when 'iPhone16,2'
Model.new(device_type, 'iPhone 15 Pro Max')
when 'iPad1,1'
Model.new(device_type, 'iPad')
when 'iPad2,1'
Expand Down Expand Up @@ -224,6 +240,14 @@ def self.search(device_type)
Model.new(device_type, 'iPad mini 6', 'Wi-Fi')
when 'iPad14,2'
Model.new(device_type, 'iPad mini 6', 'Wi-Fi+LTE')
when 'iPad14,3'
Model.new(device_type, 'iPad Pro 11', '4th Gen, Wi-Fi')
when 'iPad14,4'
Model.new(device_type, 'iPad Pro 11', '4th Gen, Wi-Fi+LTE')
when 'iPad14,5'
Model.new(device_type, 'iPad Pro 12.9', '6th Gen, Wi-Fi')
when 'iPad14,6'
Model.new(device_type, 'iPad Pro 12.9', '6th Gen, Wi-Fi+LTE')
when 'iPod1,1'
Model.new(device_type, 'iPod touch')
when 'iPod2,1'
Expand Down

0 comments on commit f2de1c6

Please sign in to comment.