File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
# master
2
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.*
3
8
4
9
1 . Change ` QueueScheduler ` to use unspecified QoS when QoS parameter is defaulted (#880 , kudos to @jamieQ )
5
10
1 . 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(
8
8
] ,
9
9
products: [
10
10
. library( name: " ReactiveSwift " , targets: [ " ReactiveSwift " ] ) ,
11
+ . library( name: " ReactiveSwift-Dynamic " , type: . dynamic, targets: [ " ReactiveSwift " ] )
11
12
] ,
12
13
dependencies: [
13
14
. package ( url: " https://github.com/Quick/Quick.git " , from: " 7.0.0 " ) ,
You can’t perform that action at this time.
0 commit comments