File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Sources/SymbolGraphs/Declarations Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ extension Availability.CodingKey:RawRepresentable
31
31
case " m " : self . init ( . platform( . macOS) )
32
32
case " c " : self . init ( . platform( . macCatalyst) )
33
33
case " t " : self . init ( . platform( . tvOS) )
34
+ case " v " : self . init ( . platform( . visionOS) )
34
35
case " w " : self . init ( . platform( . watchOS) )
35
36
case " n " : self . init ( . platform( . windows) )
36
37
case " o " : self . init ( . platform( . openBSD) )
@@ -54,6 +55,7 @@ extension Availability.CodingKey:RawRepresentable
54
55
case . platform( . macOS) : " m "
55
56
case . platform( . macCatalyst) : " c "
56
57
case . platform( . tvOS) : " t "
58
+ case . platform( . visionOS) : " v "
57
59
case . platform( . watchOS) : " w "
58
60
case . platform( . windows) : " n "
59
61
case . platform( . openBSD) : " o "
You can’t perform that action at this time.
0 commit comments