Skip to content

Commit d274462

Browse files
authored
CI: use 2026 simulator devices (#491)
1 parent a08b87f commit d274462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ devices = {
66
16 => ["iPhone 14 Pro (16.4)", "iPad Pro (11-inch) (4th generation) (16.4)"],
77
17 => ["iPhone 15 Pro (17.5)", "iPad Pro 11-inch (M4) (17.5)"],
88
18 => ["iPhone 16 Pro (18.6)", "iPad Pro 11-inch (M4) (18.6)"],
9-
26 => ["iPhone 16 Pro (26.0)", "iPad Pro 11-inch (M4) (26.0)"],
9+
26 => ["iPhone 17 Pro (26.0)", "iPad Pro 11-inch (M4) (26.0)"],
1010
},
1111
"tvos" => {
1212
15 => ["Apple TV (15.4)"],
@@ -20,7 +20,7 @@ devices = {
2020
9 => ["Apple Watch Series 8 (45mm) (9.4)"],
2121
10 => ["Apple Watch Series 9 (45mm) (10.5)"],
2222
11 => ["Apple Watch Series 10 (42mm) (11.5)"],
23-
26 => ["Apple Watch Series 10 (42mm) (26.0)"],
23+
26 => ["Apple Watch Series 11 (42mm) (26.0)"],
2424
},
2525
"visionos" => {
2626
1 => ["Apple Vision Pro (at 2732x2048) (1.2)"],

0 commit comments

Comments
 (0)