Raise watchOS min version to 7.4 as supported by Xcode 14 unit tests

This commit is contained in:
John Estropia
2022-09-13 09:26:21 +09:00
parent c923dfc12c
commit 2559375491
5 changed files with 17 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ import PackageDescription
let package = Package(
name: "CoreStore",
platforms: [
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6)
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v7)
],
products: [
.library(name: "CoreStore", targets: ["CoreStore"])