Skip to content

Commit db98d02

Browse files
committed
Add dynamic library support to Swift Package.
1 parent 83fb295 commit db98d02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ let package = Package(
88
],
99
products: [
1010
.library(name: "ReactiveSwift", targets: ["ReactiveSwift"]),
11+
.library(name: "ReactiveSwift-Dynamic", type: .dynamic, targets: ["ReactiveSwift"])
1112
],
1213
dependencies: [
1314
.package(url: "https://github.com/Quick/Quick.git", from: "7.0.0"),

0 commit comments

Comments
 (0)