We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d9b05 commit ccbf5d1Copy full SHA for ccbf5d1
2 files changed
playground/e2e/detox.config.js
@@ -21,8 +21,8 @@ const config = {
21
simulator: {
22
type: 'ios.simulator',
23
device: {
24
- type: 'iPhone 13 Pro Max',
25
- os: '15.5',
+ type: 'iPhone 16 Pro Max',
+ os: '18.5',
26
},
27
28
emulator: {
scripts/test-unit.js
@@ -25,7 +25,7 @@ function runAndroidUnitTests() {
function runIosUnitTests() {
exec.execSync('yarn run pod-install');
- testTarget('playground', 'iPhone 13', '15.5');
+ testTarget('playground', 'iPhone 16 Pro Max', '18.5');
29
}
30
31
function testTarget(scheme, device, OS = 'latest') {
0 commit comments