Skip to content

Commit dd28bef

Browse files
committed
WIP
1 parent 9f35bc7 commit dd28bef

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

fastlane/Fastfile

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@ skip_docs
22

33
devices = {
44
"ios" => {
5-
15 => ["iPhone 13 Pro (15.5)", "iPad Pro (11-inch) (3rd generation) (15.5)",],
6-
16 => ["iPhone 14 Pro (16.4)", "iPad Pro (11-inch) (4th generation) (16.4)"],
7-
17 => ["iPhone 15 Pro (17.5)", "iPad Pro 11-inch (M4) (17.5)"],
8-
18 => ["iPhone 16 Pro (18.6)", "iPad Pro 11-inch (M4) (18.6)"],
9-
26 => ["iPhone 17 Pro (26.0)", "iPad Pro 11-inch (M4) (26.0)"],
5+
15 => ["iPhone 13 Pro (15.5)"],
6+
16 => ["iPhone 14 Pro (16.4)"],
7+
17 => ["iPhone 15 Pro (17.5)"],
8+
18 => ["iPhone 16 Pro (18.6)"],
9+
26 => ["iPhone 17 Pro (26.0)"],
10+
},
11+
"ipados" => {
12+
15 => ["iPad Pro (11-inch) (3rd generation) (15.5)"],
13+
16 => ["iPad Pro (11-inch) (4th generation) (16.4)"],
14+
17 => ["iPad Pro 11-inch (M4) (17.5)"],
15+
18 => ["iPad Pro 11-inch (M4) (18.6)"],
16+
26 => ["iPad Pro 11-inch (M4) (26.0)"],
1017
},
1118
"tvos" => {
1219
15 => ["Apple TV (15.4)"],

0 commit comments

Comments
 (0)