Skip to content

Commit

Permalink
Merge pull request #21 from wallin/20250207_update
Browse files Browse the repository at this point in the history
Add iPhone 16
  • Loading branch information
rikas authored Feb 9, 2025
2 parents 52d3f97 + ce00281 commit 1f6b962
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/ios/devices.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ def self.search(device_type)
Model.new(device_type, 'iPhone 15 Pro')
when 'iPhone16,2'
Model.new(device_type, 'iPhone 15 Pro Max')
when 'iPhone17,1'
Model.new(device_type, 'iPhone 16 Pro')
when 'iPhone17,2'
Model.new(device_type, 'iPhone 16 Pro Max')
when 'iPhone17,3'
Model.new(device_type, 'iPhone 16')
when 'iPhone17,4'
Model.new(device_type, 'iPhone 16 Plus')
when 'iPad1,1'
Model.new(device_type, 'iPad')
when 'iPad1,2'
Expand Down

0 comments on commit 1f6b962

Please sign in to comment.