Skip to content

Commit 6e23c90

Browse files
author
andrewelliott
committed
Address PR feedback
1 parent 967f72e commit 6e23c90

12 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The generated code, runtime library, and transports are supported on more platfo
4141
| Component | macOS | Linux | iOS | tvOS | watchOS |
4242
| -: | :-: | :-: | :-: | :-: | :-: |
4343
| Generator plugin and CLI | ✅ 13+ |||||
44-
| Generated code, runtime, transports |13+ ||16+ |16+ |9+ |
44+
| Generated code, runtime, transports |10.5+ ||13+ |13+ |6+ |
4545

4646
## Documentation
4747

Sources/swift-openapi-generator/Documentation.docc/Swift-OpenAPI-Generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The generated code, runtime library, and transports are supported on more platfo
5353
| Component | macOS | Linux | iOS | tvOS | watchOS |
5454
| -: | :-: | :-: | :-: | :-: | :-: |
5555
| Generator plugin and CLI | ✅ 13+ |||||
56-
| Generated code, runtime, transports |13+ ||16+ |16+ |9+ |
56+
| Generated code, runtime, transports |10.5+ ||13+ |13+ |6+ |
5757

5858
## Topics
5959

Sources/swift-openapi-generator/Documentation.docc/Tutorials/_Resources/client.Package.1.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "GreetingServiceClient",
66
platforms: [
7-
.macOS(.v13), .iOS(.v16), .tvOS(.v16), .watchOS(.v9),
7+
.macOS(.v10_5), .iOS(.v13), .tvOS(.v13), .watchOS(.v6),
88
],
99
targets: [
1010
.executableTarget(

Sources/swift-openapi-generator/Documentation.docc/Tutorials/_Resources/client.Package.2.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "GreetingServiceClient",
66
platforms: [
7-
.macOS(.v13), .iOS(.v16), .tvOS(.v16), .watchOS(.v9),
7+
.macOS(.v10_5), .iOS(.v13), .tvOS(.v13), .watchOS(.v6),
88
],
99
dependencies: [
1010
.package(url: "https://github.com/apple/swift-openapi-generator", .upToNextMinor(from: "0.1.0")),

Sources/swift-openapi-generator/Documentation.docc/Tutorials/_Resources/client.Package.3.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "GreetingServiceClient",
66
platforms: [
7-
.macOS(.v13), .iOS(.v16), .tvOS(.v16), .watchOS(.v9),
7+
.macOS(.v10_5), .iOS(.v13), .tvOS(.v13), .watchOS(.v6),
88
],
99
dependencies: [
1010
.package(url: "https://github.com/apple/swift-openapi-generator", .upToNextMinor(from: "0.1.0")),

Sources/swift-openapi-generator/Documentation.docc/Tutorials/_Resources/client.Package.4.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "GreetingServiceClient",
66
platforms: [
7-
.macOS(.v13), .iOS(.v16), .tvOS(.v16), .watchOS(.v9),
7+
.macOS(.v10_5), .iOS(.v13), .tvOS(.v13), .watchOS(.v6),
88
],
99
dependencies: [
1010
.package(url: "https://github.com/apple/swift-openapi-generator", .upToNextMinor(from: "0.1.0")),

Sources/swift-openapi-generator/Documentation.docc/Tutorials/_Resources/client.Package.5.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "GreetingServiceClient",
66
platforms: [
7-
.macOS(.v13), .iOS(.v16), .tvOS(.v16), .watchOS(.v9),
7+
.macOS(.v10_5), .iOS(.v13), .tvOS(.v13), .watchOS(.v6),
88
],
99
dependencies: [
1010
.package(url: "https://github.com/apple/swift-openapi-generator", .upToNextMinor(from: "0.1.0")),

Sources/swift-openapi-generator/Documentation.docc/Tutorials/_Resources/server.Package.1.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "GreetingService",
66
platforms: [
7-
.macOS(.v13)
7+
.macOS(.v10_5)
88
],
99
targets: [
1010
.executableTarget(

Sources/swift-openapi-generator/Documentation.docc/Tutorials/_Resources/server.Package.2.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "GreetingService",
66
platforms: [
7-
.macOS(.v13)
7+
.macOS(.v10_5)
88
],
99
dependencies: [
1010
.package(url: "https://github.com/apple/swift-openapi-generator", .upToNextMinor(from: "0.1.0")),

Sources/swift-openapi-generator/Documentation.docc/Tutorials/_Resources/server.Package.3.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "GreetingService",
66
platforms: [
7-
.macOS(.v13)
7+
.macOS(.v10_5)
88
],
99
dependencies: [
1010
.package(url: "https://github.com/apple/swift-openapi-generator", .upToNextMinor(from: "0.1.0")),

Sources/swift-openapi-generator/Documentation.docc/Tutorials/_Resources/server.Package.4.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "GreetingService",
66
platforms: [
7-
.macOS(.v13)
7+
.macOS(.v10_5)
88
],
99
dependencies: [
1010
.package(url: "https://github.com/apple/swift-openapi-generator", .upToNextMinor(from: "0.1.0")),

Sources/swift-openapi-generator/Documentation.docc/Tutorials/_Resources/server.Package.5.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "GreetingService",
66
platforms: [
7-
.macOS(.v13)
7+
.macOS(.v10_5)
88
],
99
dependencies: [
1010
.package(url: "https://github.com/apple/swift-openapi-generator", .upToNextMinor(from: "0.1.0")),

0 commit comments

Comments
 (0)