Skip to content

Commit

Permalink
Add 6th generation iPad Pro (#20993)
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Jan 27, 2023
1 parent 19ab9fa commit 4fb9343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deliver/lib/deliver/app_screenshot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ def self.resolve_ipadpro_conflict_if_needed(screen_size, filename)
"iPad Pro (12.9-inch) (3rd generation)", # Default simulator has this name
"iPad Pro (12.9-inch) (4th generation)", # Default simulator has this name
"iPad Pro (12.9-inch) (5th generation)", # Default simulator has this name
"iPad Pro (12.9-inch) (6th generation)", # Default simulator has this name
"IPAD_PRO_3GEN_129", # Screenshots downloaded from App Store Connect has this name
"ipadPro129" # Legacy: screenshots downloaded from iTunes Connect used to have this name
].any? { |key| filename.include?(key) }
Expand Down

0 comments on commit 4fb9343

Please sign in to comment.