diff --git a/Package.swift b/Package.swift index 26d34819..477d10fe 100644 --- a/Package.swift +++ b/Package.swift @@ -37,7 +37,7 @@ let package = Package( // The platforms below are not currently supported for running // the generator itself. We include them here to allow the generator // to emit a more descriptive compiler error. - .iOS(.v13), .tvOS(.v13), .watchOS(.v6), + .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .visionOS(.v1), ], products: [ .executable(name: "swift-openapi-generator", targets: ["swift-openapi-generator"]), diff --git a/README.md b/README.md index b330a007..cdd5ca58 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,10 @@ The generator is used during development and is supported on macOS and Linux. The generated code, runtime library, and transports are supported on more platforms, listed below. -| Component | macOS | Linux | iOS | tvOS | watchOS | -| -: | :-: | :-: | :-: | :-: | :-: | -| Generator plugin and CLI | ✅ 10.15+ | ✅ | ❌ | ❌ | ❌ | -| Generated code, runtime, transports | ✅ 10.15+ | ✅ | ✅ 13+ | ✅ 13+ | ✅ 6+ | +| Component | macOS | Linux | iOS | tvOS | watchOS | visionOS | +| -: | :-: | :-: | :-: | :-: | :-: | :-: | +| Generator plugin and CLI | ✅ 10.15+ | ✅ | ❌ | ❌ | ❌ | ❌ | +| Generated code, runtime, transports | ✅ 10.15+ | ✅ | ✅ 13+ | ✅ 13+ | ✅ 6+ | ✅ 1+ | ## Documentation diff --git a/Sources/swift-openapi-generator/Documentation.docc/Swift-OpenAPI-Generator.md b/Sources/swift-openapi-generator/Documentation.docc/Swift-OpenAPI-Generator.md index e36abbaa..f20e13ae 100644 --- a/Sources/swift-openapi-generator/Documentation.docc/Swift-OpenAPI-Generator.md +++ b/Sources/swift-openapi-generator/Documentation.docc/Swift-OpenAPI-Generator.md @@ -55,10 +55,10 @@ The generator is used during development and is supported on macOS and Linux. The generated code, runtime library, and transports are supported on more platforms, listed below. -| Component | macOS | Linux | iOS | tvOS | watchOS | -| -: | :-: | :-: | :-: | :-: | :-: | -| Generator plugin and CLI | ✅ 10.15+ | ✅ | ❌ | ❌ | ❌ | -| Generated code, runtime, transports | ✅ 10.15+ | ✅ | ✅ 13+ | ✅ 13+ | ✅ 6+ | +| Component | macOS | Linux | iOS | tvOS | watchOS | visionOS | +| -: | :-: | :-: | :-: | :-: | :-: | :-: | +| Generator plugin and CLI | ✅ 10.15+ | ✅ | ❌ | ❌ | ❌ | ❌ | +| Generated code, runtime, transports | ✅ 10.15+ | ✅ | ✅ 13+ | ✅ 13+ | ✅ 6+ | ✅ 1+ | ## Topics