Skip to content

Commit

Permalink
Add dynamic library support to Swift Package.
Browse files Browse the repository at this point in the history
  • Loading branch information
mluisbrown committed Dec 13, 2024
1 parent 83fb295 commit db98d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ let package = Package(
],
products: [
.library(name: "ReactiveSwift", targets: ["ReactiveSwift"]),
.library(name: "ReactiveSwift-Dynamic", type: .dynamic, targets: ["ReactiveSwift"])
],
dependencies: [
.package(url: "https://github.com/Quick/Quick.git", from: "7.0.0"),
Expand Down

0 comments on commit db98d02

Please sign in to comment.