spaceship/lib/spaceship/du/du_client.rb in fastlane-2.105.2 vs spaceship/lib/spaceship/du/du_client.rb in fastlane-2.106.0
- old
+ new
@@ -100,10 +100,11 @@
# then look for the X-Apple-Upload-Validation-RuleSets value
def picture_type_map
# rubocop:enable Layout/ExtraSpacing
{
watch: "MZPFT.SortedN27ScreenShot",
+ watchSeries4: "MZPFT.SortedN131ScreenShot",
ipad: "MZPFT.SortedTabletScreenShot",
ipadPro: "MZPFT.SortedJ99ScreenShot",
ipad105: "MZPFT.SortedJ207ScreenShot",
iphone6: "MZPFT.SortedN61ScreenShot",
iphone6Plus: "MZPFT.SortedN56ScreenShot",
@@ -132,9 +133,10 @@
def device_resolution_map
# rubocop:enable Layout/ExtraSpacing
{
watch: [[312, 390]],
+ watchSeries4: [[368, 448]],
ipad: [[1024, 748], [1024, 768], [2048, 1496], [2048, 1536], [768, 1004], [768, 1024], [1536, 2008], [1536, 2048]],
ipadPro: [[2048, 2732], [2732, 2048]],
ipad105: [[1668, 2224], [2224, 1668]],
iphone6: [[750, 1334], [1334, 750]],
iphone6Plus: [[1242, 2208], [2208, 1242]],