Skip to content

Commit

Permalink
Add dynamic library support to Swift Package. (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
mluisbrown authored Dec 16, 2024
1 parent 83fb295 commit 8581f24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# master
*Please add new entries at the top.*
1. Fix the Carthage build checks (kudos to @mluisbrown)
1. Add dynamic library support for SPM (#886 kudos to @mluisbrown)

# 7.2.0
*Please add new entries at the top.*

1. Change `QueueScheduler` to use unspecified QoS when QoS parameter is defaulted (#880, kudos to @jamieQ)
1. Add support for visionOS (#875, kudos to @NachoSoto)
Expand Down
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 8581f24

Please sign in to comment.