Defined the minimum Apple platform versions (which support the async/await feature) to use to build the Package file.
This commit is contained in:
parent
8c21cb992a
commit
576c3acafa
@ -10,6 +10,12 @@ excludePlatforms = []
|
||||
|
||||
let package = Package(
|
||||
name: "SwiftLibs",
|
||||
platforms: [
|
||||
.iOS(.v13),
|
||||
.macOS(.v10_15),
|
||||
.tvOS(.v13),
|
||||
.watchOS(.v6)
|
||||
],
|
||||
products: [
|
||||
.library(
|
||||
name: "SwiftLibs",
|
||||
|
Loading…
x
Reference in New Issue
Block a user