Bumped the minimum platform versions in the Package file to restrict support to the last 2 major releases only.
This commit is contained in:
parent
be2aa411dc
commit
c285c04ba7
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user