Skip to content

Commit

Permalink
Fix iPad order
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehowells committed Oct 6, 2023
1 parent c610190 commit 7aefa73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshot/lib/snapshot/reports_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ def xcode_9_and_above_device_name_mappings
'iPad Air' => 'iPad Air',
'iPad (10th generation)' => 'iPad (10th generation)',
'iPad (9th generation)' => 'iPad (9th generation)',
'iPad (5th generation)' => 'iPad (5th generation)',
'iPad (8th generation)' => 'iPad (8th generation)',
'iPad (7th generation)' => 'iPad (7th generation)',
'iPad (6th generation)' => 'iPad (6th generation)',
'iPad (5th generation)' => 'iPad (5th generation)',
'iPad mini (6th generation)' => 'iPad mini (6th generation)',
'iPad mini (5th generation)' => 'iPad mini (5th generation)',
'iPad mini 4' => 'iPad mini 4',
Expand Down

0 comments on commit 7aefa73

Please sign in to comment.