spaceship/lib/spaceship/tunes/tunes_client.rb in fastlane-2.99.0 vs spaceship/lib/spaceship/tunes/tunes_client.rb in fastlane-2.99.1
- old
+ new
@@ -33,9 +33,10 @@
'iphone4' => [1136, 640],
'iphone6' => [1334, 750],
'iphone6Plus' => [2208, 1242],
'iphone58' => [2436, 1125],
'ipad' => [1024, 768],
+ 'ipad105' => [2224, 1668],
'ipadPro' => [2732, 2048]
}
r = resolutions[device]
r = [r[1], r[0]] if is_portrait