forked from loafle/openapi-generator-original
[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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user