apple / swift-openapi-urlsession

URLSession transport for Swift OpenAPI Generator.
https://swiftpackageindex.com/apple/swift-openapi-urlsession/documentation
Apache License 2.0
160 stars 29 forks source link

Add visionOS platform support #38

Closed czechboy0 closed 10 months ago

czechboy0 commented 10 months ago

Motivation

While this isn't technically necessary, as all versions of a platform not explicitly mentioned are assumed to be supported, it's better to be explicit here.

Modifications

Add visionOS(.v1) to the list of supported platforms.

Result

Clearer support matrix.

Test Plan

N/A, this is basically just a documentation change.