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 cf23ae0 commit 4a982dbCopy full SHA for 4a982db
fastlane/Fastfile
@@ -6,22 +6,26 @@ devices = {
6
16 => ["iPhone 14 (16.4)", "iPad Pro (11-inch) (4th generation) (16.4)"],
7
17 => ["iPhone 15 (17.5)", "iPad Pro 11-inch (M4) (17.5)"],
8
18 => ["iPhone 16 (18.2)", "iPad Pro 11-inch (M4) (18.2)"],
9
+ 26 => ["iPhone 16 (26.0)", "iPad Pro 11-inch (M4) (26.0)"],
10
},
11
"tvos" => {
12
15 => ["Apple TV (15.4)"],
13
16 => ["Apple TV (16.4)"],
14
17 => ["Apple TV (17.5)"],
15
18 => ["Apple TV (18.2)"],
16
+ 26 => ["Apple TV (26.0)"],
17
18
"watchos" => {
19
8 => ["Apple Watch Series 7 (45mm) (8.5)"],
20
9 => ["Apple Watch Series 8 (45mm) (9.4)"],
21
10 => ["Apple Watch Series 9 (45mm) (10.5)"],
22
11 => ["Apple Watch Series 10 (42mm) (11.2)"],
23
+ 26 => ["Apple Watch Series 10 (42mm) (26.0)"],
24
25
"visionos" => {
26
1 => ["Apple Vision Pro (1.2)"],
27
2 => ["Apple Vision Pro (2.5)"],
28
+ 26 => ["Apple Vision Pro (26.0)"],
29
30
}
31
0 commit comments