Skip to content

Releases: SRGSSR/srglogger-apple

Maintenance release for Xcode 14

11 Aug 16:25
dd98468
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:04
5840af9
Compare
Choose a tag to compare

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

Assertion removal in release builds

11 Dec 09:56
Compare
Choose a tag to compare

Ensure assertions are never fired in release builds.

Swift Package Manager and Catalyst support

23 Oct 13:39
Compare
Choose a tag to compare
  • 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.
  • Swift packages can have several products. Our SRG Logger Swift companion framework is therefore again provided as part of SRG Logger directly (it was previously separated to avoid build issues depending on Swift compiler versions, but this is not required anymore). The corresponding repository will be deprecated.

Maintenance release

08 Jul 14:38
Compare
Choose a tag to compare

This is a companion release for the associated Swift framework.

tvOS and watchOS compatibility

17 Dec 13:42
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 srglogger-apple.
  • Compilation for iOS 13 and Xcode 11 without any significant warning.

Swift extraction

29 Jul 09:14
Compare
Choose a tag to compare
  • The Swift logger companion framework has been removed.
  • Swift projects should now use the Swift companion framework instead.

Maintenance release

07 Jun 08:39
Compare
Choose a tag to compare
  • This release fixes a few compilation warnings arising with recent Xcode versions.

Maintenance release

19 Mar 06:29
Compare
Choose a tag to compare
  • This version does not introduce any particular change or fix.

Xcode 10 support

28 Sep 11:38
Compare
Choose a tag to compare
  • The project can now be built with Xcode 10 and the iOS 12 SDK.