Skip to content

Commit 4a982db

Browse files
committed
WIP
1 parent cf23ae0 commit 4a982db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fastlane/Fastfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,26 @@ devices = {
66
16 => ["iPhone 14 (16.4)", "iPad Pro (11-inch) (4th generation) (16.4)"],
77
17 => ["iPhone 15 (17.5)", "iPad Pro 11-inch (M4) (17.5)"],
88
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)"],
910
},
1011
"tvos" => {
1112
15 => ["Apple TV (15.4)"],
1213
16 => ["Apple TV (16.4)"],
1314
17 => ["Apple TV (17.5)"],
1415
18 => ["Apple TV (18.2)"],
16+
26 => ["Apple TV (26.0)"],
1517
},
1618
"watchos" => {
1719
8 => ["Apple Watch Series 7 (45mm) (8.5)"],
1820
9 => ["Apple Watch Series 8 (45mm) (9.4)"],
1921
10 => ["Apple Watch Series 9 (45mm) (10.5)"],
2022
11 => ["Apple Watch Series 10 (42mm) (11.2)"],
23+
26 => ["Apple Watch Series 10 (42mm) (26.0)"],
2124
},
2225
"visionos" => {
2326
1 => ["Apple Vision Pro (1.2)"],
2427
2 => ["Apple Vision Pro (2.5)"],
28+
26 => ["Apple Vision Pro (26.0)"],
2529
},
2630
}
2731

0 commit comments

Comments
 (0)