mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-04-26 14:57:37 +00:00
Display visionOS version in InfoPane
This commit is contained in:
parent
078821d0e5
commit
31332c0e09
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ struct InfoPane: View {
|
||||||
("iOS", \.iOS),
|
("iOS", \.iOS),
|
||||||
("watchOS", \.watchOS),
|
("watchOS", \.watchOS),
|
||||||
("tvOS", \.tvOS),
|
("tvOS", \.tvOS),
|
||||||
|
("visionOS", \.visionOS),
|
||||||
], id: \.0) { row in
|
], id: \.0) { row in
|
||||||
if let sdk = sdks[keyPath: row.1] {
|
if let sdk = sdks[keyPath: row.1] {
|
||||||
Text("\(row.0): \(sdk.compactMap { $0.number }.joined(separator: ", "))")
|
Text("\(row.0): \(sdk.compactMap { $0.number }.joined(separator: ", "))")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue