Skip to content

Commit

Permalink
Minimum OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Revolucent committed Oct 26, 2022
1 parent 61cf236 commit b4470fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "PredicateQI",
platforms: [.macOS(.v12), .iOS(.v16), .tvOS(.v15), .watchOS(.v8)],
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6)],
products: [
.library(
name: "PredicateQI",
Expand All @@ -23,5 +23,6 @@ let package = Package(
name: "PredicateQITests",
dependencies: ["PredicateQI"]
)
]
],
swiftLanguageVersions: [.v5]
)

0 comments on commit b4470fa

Please sign in to comment.