mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-07-19 19:21:09 +02:00
Initial prototype for Swift 6 mode
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ import PackageDescription
|
||||
let package = Package(
|
||||
name: "CoreStore",
|
||||
platforms: [
|
||||
.macOS(.v13), .iOS(.v16), .tvOS(.v16), .watchOS(.v9)
|
||||
.macOS(.v14), .iOS(.v17), .tvOS(.v17), .watchOS(.v10)
|
||||
],
|
||||
products: [
|
||||
.library(name: "CoreStore", targets: ["CoreStore"])
|
||||
|
||||
Reference in New Issue
Block a user