mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-07-07 05:15:20 +02:00
make Package explicitly dynamic lib
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ let package = Package(
|
|||||||
.macOS(.v13), .iOS(.v16), .tvOS(.v16), .watchOS(.v9)
|
.macOS(.v13), .iOS(.v16), .tvOS(.v16), .watchOS(.v9)
|
||||||
],
|
],
|
||||||
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