We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18effd commit 0785ef6Copy full SHA for 0785ef6
detox.config.js
@@ -33,7 +33,7 @@ function findCurrentDeploymentTarget() {
33
return target
34
}
35
36
-const iPhoneSimulatorDevice = 'iPhone 11 Pro'
+const iPhoneSimulatorDevice = 'iPhone 15 Pro'
37
const currentDeploymentTarget = findCurrentDeploymentTarget()
38
const codeSigningDisabled = process.env.CODE_SIGNING_DISABLED === 'true'
39
0 commit comments