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( let package = Package(
name: "SwiftLibs", name: "SwiftLibs",
platforms: [ platforms: [
.iOS(.v13), .iOS(.v15),
.macOS(.v10_15), .macOS(.v12),
.tvOS(.v13), .tvOS(.v15),
.watchOS(.v6) .watchOS(.v8)
], ],
products: [ products: [
.library( .library(