Open simonjbeaumont opened 11 months ago
As per #38, this isn't strictly necessary but we can be explicit by adding visionOS to the availability annotations.
Add visionOS 1 to the list of platforms in @available annotations.
visionOS 1
@available
All supported platforms are listed in the @available annotations.
None.
Converting this PR to a draft for now because the Linux toolchain doesn't understand this yet. Opened https://github.com/apple/swift-openapi-generator/issues/414 to keep track of this.
Motivation
As per #38, this isn't strictly necessary but we can be explicit by adding visionOS to the availability annotations.
Modifications
Add
visionOS 1
to the list of platforms in@available
annotations.Result
All supported platforms are listed in the
@available
annotations.Test Plan
None.