Merge branch 'develop' of https://github.com/JohnEstropia/CoreStore into develop

This commit is contained in:
John Estropia
2026-07-07 11:19:00 +09:00
+1 -1
View File
@@ -32,7 +32,7 @@ let package = Package(
.macOS(.v13), .iOS(.v16), .tvOS(.v16), .watchOS(.v9)
],
products: [
.library(name: "CoreStore", targets: ["CoreStore"])
.library(name: "CoreStore", type: .dynamic, targets: ["CoreStore"])
],
dependencies: [],
targets: [