Bumped the minimum platform versions in the Package file to restrict support to the last 2 major releases only.

This commit is contained in:
Javier Cicchelli 2023-04-25 15:01:11 +02:00
parent be2aa411dc
commit c285c04ba7

View File

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