File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11# master
22* 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.*
38
491 . Change ` QueueScheduler ` to use unspecified QoS when QoS parameter is defaulted (#880 , kudos to @jamieQ )
5101 . Add support for visionOS (#875 , kudos to @NachoSoto )
Original file line number Diff line number Diff 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 " ) ,
You can’t perform that action at this time.
0 commit comments