Releases: SRGSSR/srgnetwork-apple
Releases · SRGSSR/srgnetwork-apple
Maintenance release for Xcode 14
Maintenance release
This release contains minor improvements to the code and CI setup with no impact on overall behavior.
Maintenance release
- Remove unavailability macros.
Assertion removal in release builds
Ensure assertions are never fired in release builds.
Swift Package Manager and Catalyst support
- This release introduces Swift Package Manager (SPM) support, replacing Carthage entirely. To migrate your project please follow instructions for migrating to version 6 of our Letterbox library.
- The library is compatible with Catalyst.
Maintenance release
Fix framework tvOS / watchOS archiving issue with Xcode 11.4.
Network activity indicator fix
- 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
- 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
- This version updates SRG Logger to version 1.1.
Maintenance release
- The value of
SRGRequestOptionBackgroundCompletionEnabled
has been fixed.