Skip to content

Commit 371de9f

Browse files
committed
💥 bubble-dev/start-preset: update simulator to use iOS v14 and iPhone v12
1 parent 27ee7b1 commit 371de9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/bubble-dev/start-preset/src/sandbox.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ export const Sandbox = ({ entryPointPath, htmlTemplatePath, assetsPath, fontsDir
3939
entryPointPath,
4040
appId: 'org.bubble-dev.sandbox',
4141
appName: 'Sandbox',
42-
iPhoneModel: '8',
43-
iOSVersion: '13.2',
42+
iPhoneModel: '12',
43+
iOSVersion: '14',
4444
fontsDir,
4545
dependencyNames: [
4646
'react-native-svg',

0 commit comments

Comments
 (0)