Fix typo in device config

This commit is contained in:
jonas.monnier
2015-07-28 13:48:21 +02:00
parent 480b6e384c
commit 7daa9c89c7

View File

@@ -201,7 +201,7 @@ class IOSHelper {
// device config
var defaultDevice = "iphone-6";
var devices:Array<String> = ["iphone-4s", "iphone-5", "iphone-5s", "iphone-6-Plus", "iphone-6", "ipad-2", "ipad-retina", "ipad-air"];
var devices:Array<String> = ["iphone-4s", "iphone-5", "iphone-5s", "iphone-6-plus", "iphone-6", "ipad-2", "ipad-retina", "ipad-air"];
var oldDevices:Map<String, String> = ["iphone" => "iphone-6", "ipad" => "ipad-air"];
var deviceFlag:String = null;