From f8b563984d513d1da137536dd3940b99baefbb17 Mon Sep 17 00:00:00 2001 From: Vitor Capretz Date: Mon, 17 Sep 2018 14:09:55 +0200 Subject: [PATCH] ios-simulator: change default iphone version this is just a suggestion, but as the iPhone 6 is discontinued by Apple and the new iPhone line will match the X version, it could be good to update the default simulator. it could also be the iPhone 8, feel free to suggest other changes! --- local-cli/runIOS/runIOS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-cli/runIOS/runIOS.js b/local-cli/runIOS/runIOS.js index 819a4aaa22c2dc..c8fc7597635ebd 100644 --- a/local-cli/runIOS/runIOS.js +++ b/local-cli/runIOS/runIOS.js @@ -410,7 +410,7 @@ module.exports = { { command: '--simulator [string]', description: 'Explicitly set simulator to use', - default: 'iPhone 6', + default: 'iPhone X', }, { command: '--configuration [string]',