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 c8334e7 commit 3bcfedcCopy full SHA for 3bcfedc
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Xcode
26
uses: maxim-lobanov/setup-xcode@v1
27
with:
28
- xcode-version: '16.4'
+ xcode-version: '26.2'
29
- name: Install applesimutils
30
env:
31
HOMEBREW_NO_AUTO_UPDATE: 1
examples/E2E/.detoxrc.js
@@ -51,7 +51,7 @@ module.exports = {
51
simulator: {
52
type: 'ios.simulator',
53
device: {
54
- type: 'iPhone 16'
+ type: 'iPhone 17'
55
}
56
},
57
attached: {
0 commit comments