Skip to content

Commit 0785ef6

Browse files
committed
bump detox devices to iPhone 15 Pro
1 parent b18effd commit 0785ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detox.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function findCurrentDeploymentTarget() {
3333
return target
3434
}
3535

36-
const iPhoneSimulatorDevice = 'iPhone 11 Pro'
36+
const iPhoneSimulatorDevice = 'iPhone 15 Pro'
3737
const currentDeploymentTarget = findCurrentDeploymentTarget()
3838
const codeSigningDisabled = process.env.CODE_SIGNING_DISABLED === 'true'
3939

0 commit comments

Comments
 (0)