lib/snapshot/reports_generator.rb in snapshot-1.13.1 vs lib/snapshot/reports_generator.rb in snapshot-1.14.0
- old
+ new
@@ -50,15 +50,16 @@
def available_devices
# The order IS important, since those names are used to check for include?
# and the iPhone 6 is inlucded in the iPhone 6 Plus
{
- 'iPhone6sPlus' => "5.5-Inch",
- 'iPhone6Plus' => "5.5-Inch",
- 'iPhone6s' => "4.7-Inch",
- 'iPhone6' => "4.7-Inch",
- 'iPhone5' => "4-Inch",
- 'iPhone4' => "3.5-Inch",
+ 'AppleTV1080p' => 'Apple TV',
+ 'iPhone6sPlus' => "iPhone6sPlus (5.5-Inch)",
+ 'iPhone6Plus' => "iPhone6Plus (5.5-Inch)",
+ 'iPhone6s' => "iPhone6s (4.7-Inch)",
+ 'iPhone6' => "iPhone6 (4.7-Inch)",
+ 'iPhone5' => "iPhone5 (4-Inch)",
+ 'iPhone4' => "iPhone4 (3.5-Inch)",
'iPadPro' => "iPad Pro",
'iPad' => "iPad",
'Mac' => "Mac"
}
end