mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
bump min development version to iOS 16 and macOS 13
This commit is contained in:
@@ -29,7 +29,7 @@ import PackageDescription
|
||||
let package = Package(
|
||||
name: "CoreStore",
|
||||
platforms: [
|
||||
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v7)
|
||||
.macOS(.v13), .iOS(.v16), .tvOS(.v16), .watchOS(.v9)
|
||||
],
|
||||
products: [
|
||||
.library(name: "CoreStore", targets: ["CoreStore"])
|
||||
|
||||
Reference in New Issue
Block a user