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 9f35bc7 commit dd28befCopy full SHA for dd28bef
fastlane/Fastfile
@@ -2,11 +2,18 @@ skip_docs
2
3
devices = {
4
"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)"],
+ 15 => ["iPhone 13 Pro (15.5)"],
+ 16 => ["iPhone 14 Pro (16.4)"],
+ 17 => ["iPhone 15 Pro (17.5)"],
+ 18 => ["iPhone 16 Pro (18.6)"],
+ 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)"],
17
},
18
"tvos" => {
19
15 => ["Apple TV (15.4)"],
0 commit comments