spaceship/lib/spaceship/tunes/tunes_client.rb in fastlane-2.64.0.beta.20171105010003 vs spaceship/lib/spaceship/tunes/tunes_client.rb in fastlane-2.64.0.beta.20171106010003

- old
+ new

@@ -27,9 +27,10 @@ def video_preview_resolution_for(device, is_portrait) resolutions = { 'iphone4' => [1136, 640], 'iphone6' => [1334, 750], 'iphone6Plus' => [2208, 1242], + 'iphone58' => [2436, 1125], 'ipad' => [1024, 768], 'ipadPro' => [2732, 2048] } r = resolutions[device]