Skip to content

Commit 56a74c0

Browse files
luism3861luism3861
andauthored
update iPhone simulators descriptions (#1340)
Co-authored-by: luism3861 <[email protected]>
1 parent 35481b2 commit 56a74c0

File tree

1 file changed

+2
-2
lines changed
  • packages/platform-ios/src/commands/runIOS

1 file changed

+2
-2
lines changed

packages/platform-ios/src/commands/runIOS/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ async function runOnSimulator(
145145

146146
/**
147147
* If provided simulator does not exist, try simulators in following order
148+
* - iPhone 12
148149
* - iPhone 11
149-
* - iPhone X
150150
* - iPhone 8
151151
*/
152-
const fallbackSimulators = ['iPhone 11', 'iPhone X', 'iPhone 8'];
152+
const fallbackSimulators = ['iPhone 12', 'iPhone 11', 'iPhone 8'];
153153
const selectedSimulator = fallbackSimulators.reduce((simulator, fallback) => {
154154
return (
155155
simulator || findMatchingSimulator(simulators, {simulator: fallback})

0 commit comments

Comments
 (0)