mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +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),
|
||||
("watchOS", \.watchOS),
|
||||
("tvOS", \.tvOS),
|
||||
("visionOS", \.visionOS),
|
||||
], id: \.0) { row in
|
||||
if let sdk = sdks[keyPath: row.1] {
|
||||
Text("\(row.0): \(sdk.compactMap { $0.number }.joined(separator: ", "))")
|
||||
|
|
|
|||
Loading…
Reference in a new issue