File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 command : xcodebuild -downloadPlatform ${{ matrix.platform[0] }}
160160
161161 - if : env.has_runtime == 'false'
162- name : " [Debug] List Available Installable Runtimes"
162+ name : " List Downloadable Runtimes"
163163 run : xcodes runtimes --include-betas
164164
165165 - if : env.has_runtime == 'false'
@@ -170,7 +170,7 @@ jobs:
170170 max_attempts : 3
171171 command : sudo xcodes runtimes install '${{ matrix.runtime }}'
172172
173- - name : " [Debug] List Available Runtimes, Simulators, and Destinations"
173+ - name : " List Available Runtimes, Simulators, and Destinations"
174174 run : |
175175 xcrun simctl list
176176 xcodebuild -scheme "SwiftUIIntrospect" -showdestinations
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ skip_docs
33devices = {
44 "ios" => {
55 15 => [ "iPhone SE (3rd generation) (15.5)" , "iPad Air (5th generation) (15.5)" , ] ,
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.6)" , "iPad Pro 11-inch (M4) (18.6)" ] ,
9- 26 => [ "iPhone 16 (26.0)" , "iPad Pro 11-inch (M4) (26.0)" ] ,
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 16 Pro (26.0)" , "iPad Pro 11-inch (M4) (26.0)" ] ,
1010 } ,
1111 "tvos" => {
1212 15 => [ "Apple TV (15.4)" ] ,
You can’t perform that action at this time.
0 commit comments