You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to support Xcode 16, and prep for Release 7.2.0 (#884)
* Fix minor issues in Tests for Xcode 15.x
* Update CI to use Xcode 15.2 and most recent GH action modules.
Update podspec to declare support for Swift 5.8 and 5.9
* Update Quick and Nimble to latest versions.
* Update Xcode schemes and minimum OS targets.
* Update iPhone device for testing.
* Updated CHANGELOG and podspec.
* Bump version in podspec in preparation for next release 7.2.0
* Changes to support Xcode 16
* Update iOS and watchOS test run destinations.
* Move deployment targets to Project settings instead of Target settings.
Copy file name to clipboardExpand all lines: ReactiveSwift.podspec
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Pod::Spec.newdo |s|
2
2
s.name="ReactiveSwift"
3
3
# Version goes here and will be used to access the git tag later on, once we have a first release.
4
-
s.version="7.1.1"
4
+
s.version="7.2.0"
5
5
s.summary="Streams of values over time"
6
6
s.description=<<-DESC
7
7
ReactiveSwift is a Swift framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values over time.
0 commit comments