Skip to content

Releases: SRGSSR/srgnetwork-apple

Maintenance release for Xcode 14

11 Aug 17:34
153a254
Compare
Choose a tag to compare
  • The minimum deployment target has been bumped to iOS 12.
  • This release makes sure the project builds with Xcode 14 without any significant warning.

Maintenance release

22 Sep 09:29
9d79d66
Compare
Choose a tag to compare

This release contains minor improvements to the code and CI setup with no impact on overall behavior.

Maintenance release

22 Feb 11:26
Compare
Choose a tag to compare
  • Remove unavailability macros.

Assertion removal in release builds

11 Dec 10:04
Compare
Choose a tag to compare

Ensure assertions are never fired in release builds.

Swift Package Manager and Catalyst support

23 Oct 14:04
Compare
Choose a tag to compare

Maintenance release

08 Jul 14:52
Compare
Choose a tag to compare

Fix framework tvOS / watchOS archiving issue with Xcode 11.4.

Network activity indicator fix

09 Mar 10:21
Compare
Choose a tag to compare
  • In some cases, network activity automatic management would not reset the indicator state when no request is running. This issue been addressed.

tvOS and watchOS compatibility

17 Dec 14:43
Compare
Choose a tag to compare
  • The library is compatible with tvOS and watchOS.
  • Semantic versioning has been adopted.
  • The project has been renamed as srgnetwork-apple.
  • Compilation for iOS 13 and Xcode 11 without any significant warning.

Maintenance release

29 Jul 09:42
Compare
Choose a tag to compare

Maintenance release

13 Jun 14:17
Compare
Choose a tag to compare
  • The value of SRGRequestOptionBackgroundCompletionEnabled has been fixed.