mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-07-17 18:21:14 +02:00
Merge branch 'develop' into prototype/swift6
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ let package = Package(
|
|||||||
.macOS(.v14), .iOS(.v17), .tvOS(.v17), .watchOS(.v10)
|
.macOS(.v14), .iOS(.v17), .tvOS(.v17), .watchOS(.v10)
|
||||||
],
|
],
|
||||||
products: [
|
products: [
|
||||||
.library(name: "CoreStore", targets: ["CoreStore"])
|
.library(name: "CoreStore", type: .dynamic, targets: ["CoreStore"])
|
||||||
],
|
],
|
||||||
dependencies: [],
|
dependencies: [],
|
||||||
targets: [
|
targets: [
|
||||||
|
|||||||
Reference in New Issue
Block a user