Skip to content

Commit eb03024

Browse files
committed
Update Detox iOS simulator from iPhone 14 to iPhone 17
Aligns the Detox E2E test device with iPhone 17 for CI runs on the Xcode 26 stack. https://claude.ai/code/session_01HMQPcVwyWDjxM3ZB5KDmQe
1 parent c45f9b0 commit eb03024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/.detoxrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838
simulator: {
3939
type: 'ios.simulator',
4040
device: {
41-
type: 'iPhone 14',
41+
type: 'iPhone 17',
4242
},
4343
},
4444
attached: {

0 commit comments

Comments
 (0)