Skip to content

Commit 38fc4d4

Browse files
committed
WIP
1 parent bca242f commit 38fc4d4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

fastlane/Fastfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ skip_docs
33
devices = {
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)"],

0 commit comments

Comments
 (0)