[swift5] update new minimum OS supported versions (#13667)

* [swift5] update new minimum supported versions

* [swift5] update new minimum supported versions

* [swift5] update new minimum supported versions

* [swift5] update new minimum supported versions
This commit is contained in:
Bruno Coelho
2022-10-12 09:07:32 +01:00
committed by GitHub
parent 36fd9f13f2
commit 6ba97321ff
94 changed files with 350 additions and 449 deletions

View File

@@ -5,10 +5,10 @@ import PackageDescription
let package = Package(
name: "PetstoreClient",
platforms: [
.iOS(.v9),
.macOS(.v10_11),
.tvOS(.v9),
.watchOS(.v3),
.iOS(.v11),
.macOS(.v10_13),
.tvOS(.v11),
.watchOS(.v4),
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.