mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Panel parsing visionOS field
This commit is contained in:
parent
8654a2075a
commit
5977210252
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