Defined the minimum Apple platform versions (which support the async/await feature) to use to build the Package file.

This commit is contained in:
Javier Cicchelli 2023-04-16 19:19:11 +02:00
parent 8c21cb992a
commit 576c3acafa

View File

@ -10,6 +10,12 @@ excludePlatforms = []
let package = Package(
name: "SwiftLibs",
platforms: [
.iOS(.v13),
.macOS(.v10_15),
.tvOS(.v13),
.watchOS(.v6)
],
products: [
.library(
name: "SwiftLibs",