Skip to content

Commit 5977210

Browse files
committed
Panel parsing visionOS field
1 parent 8654a20 commit 5977210

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Xcodes/Frontend/InfoPane/InfoPane.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ struct InfoPane: View {
180180
("iOS", \.iOS),
181181
("watchOS", \.watchOS),
182182
("tvOS", \.tvOS),
183+
("visionOS", \.visionOS),
183184
], id: \.0) { row in
184185
if let sdk = sdks[keyPath: row.1] {
185186
Text("\(row.0): \(sdk.compactMap { $0.number }.joined(separator: ", "))")

0 commit comments

Comments
 (0)