Skip to content

Commit 9276efe

Browse files
committed
WIP
1 parent 27476cf commit 9276efe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ jobs:
138138
xcode: 15.4
139139
- platform: [visionOS, 2]
140140
runtime: visionOS 2.0
141-
os: macos-14
142-
xcode: 16.2
141+
os: macos-15
142+
xcode: 16.4
143143
steps:
144144
- name: Git Checkout
145145
uses: actions/checkout@v4

fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ devices = {
66
14 => ["iPhone 12 (14.5)", "iPad Pro (9.7-inch) (14.5)"],
77
15 => ["iPhone SE (3rd generation) (15.5)", "iPad Air (5th generation) (15.5)",],
88
16 => ["iPhone 14 (16.4)", "iPad Pro (11-inch) (4th generation) (16.4)"],
9-
17 => ["iPhone 14 (17.5)", "iPad Pro (11-inch) (4th generation) (17.5)"],
9+
17 => ["iPhone 15 (17.5)", "iPad Pro (11-inch) (4th generation) (17.5)"],
1010
18 => ["iPhone 15 (18.0)", "iPad Pro 11-inch (M4) (18.0)"],
1111
},
1212
"tvos" => {
@@ -25,7 +25,7 @@ devices = {
2525
},
2626
"visionos" => {
2727
1 => ["Apple Vision Pro (1.2)"],
28-
2 => ["Apple Vision Pro (2.0)"],
28+
2 => ["Apple Vision Pro (2.5)"],
2929
},
3030
}
3131

0 commit comments

Comments
 (0)