We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8654a20 commit 5977210Copy full SHA for 5977210
1 file changed
Xcodes/Frontend/InfoPane/InfoPane.swift
@@ -180,6 +180,7 @@ struct InfoPane: View {
180
("iOS", \.iOS),
181
("watchOS", \.watchOS),
182
("tvOS", \.tvOS),
183
+ ("visionOS", \.visionOS),
184
], id: \.0) { row in
185
if let sdk = sdks[keyPath: row.1] {
186
Text("\(row.0): \(sdk.compactMap { $0.number }.joined(separator: ", "))")
0 commit comments