Update default iphone simulator
Iphone 6 silmulator is no longer supported, updated to iphone 11
This commit is contained in:
committed by
Joshua Granick
parent
ccaab1fbed
commit
72dd60f1c8
@@ -6,7 +6,7 @@ import lime.tools.HXProject;
|
|||||||
class XCodeHelper
|
class XCodeHelper
|
||||||
{
|
{
|
||||||
private static inline var DEFAULT_IPAD_SIMULATOR = "ipad-air";
|
private static inline var DEFAULT_IPAD_SIMULATOR = "ipad-air";
|
||||||
private static inline var DEFAULT_IPHONE_SIMULATOR = "iphone-6";
|
private static inline var DEFAULT_IPHONE_SIMULATOR = "iphone-11";
|
||||||
|
|
||||||
private static function extractSimulatorFlagName(line:String):String
|
private static function extractSimulatorFlagName(line:String):String
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user