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
3131 case " m " : self . init ( . platform( . macOS) )
3232 case " c " : self . init ( . platform( . macCatalyst) )
3333 case " t " : self . init ( . platform( . tvOS) )
34+ case " v " : self . init ( . platform( . visionOS) )
3435 case " w " : self . init ( . platform( . watchOS) )
3536 case " n " : self . init ( . platform( . windows) )
3637 case " o " : self . init ( . platform( . openBSD) )
@@ -54,6 +55,7 @@ extension Availability.CodingKey:RawRepresentable
5455 case . platform( . macOS) : " m "
5556 case . platform( . macCatalyst) : " c "
5657 case . platform( . tvOS) : " t "
58+ case . platform( . visionOS) : " v "
5759 case . platform( . watchOS) : " w "
5860 case . platform( . windows) : " n "
5961 case . platform( . openBSD) : " o "
You can’t perform that action at this time.
0 commit comments