We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83fb295 commit 0515449Copy full SHA for 0515449
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# master
2
*Please add new entries at the top.*
3
+1. Fix the Carthage build checks (kudos to @mluisbrown)
4
+1. Add dynamic library support for SPM (#886 kudos to @mluisbrown)
5
+
6
+# 7.2.0
7
+*Please add new entries at the top.*
8
9
1. Change `QueueScheduler` to use unspecified QoS when QoS parameter is defaulted (#880, kudos to @jamieQ)
10
1. Add support for visionOS (#875, kudos to @NachoSoto)
Package.swift
@@ -8,6 +8,7 @@ let package = Package(
],
products: [
.library(name: "ReactiveSwift", targets: ["ReactiveSwift"]),
11
+ .library(name: "ReactiveSwift-Dynamic", type: .dynamic, targets: ["ReactiveSwift"])
12
13
dependencies: [
14
.package(url: "https://github.com/Quick/Quick.git", from: "7.0.0"),
0 commit comments