Skip to content

Releases: SRGSSR/srgappearance-apple

Swift Package Manager and Catalyst support

23 Oct 13:50
Compare
Choose a tag to compare

Breaking changes

  • Only custom SRGAppearanceFontTextStyle are now supported. System UIFontTextStyle styles are not supported anymore.

Improved color support

31 Mar 14:48
Compare
Choose a tag to compare
  • Add alpha channel support in hexadecimal color representations.
  • Add fill color support when generating images from vector resources.

tvOS compatibility

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

Maintenance release

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

Maintenance release

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

Xcode 10 support

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

Fix iTunes Connect binary submission

12 Sep 17:08
Compare
Choose a tag to compare

This release fixes a binary submission issue for applications delivered with bitcode.

Static framework integration

11 Sep 08:06
Compare
Choose a tag to compare

Update with Xcode 9.4

05 Jun 06:05
Compare
Choose a tag to compare

This version modernizes the project with Xcode 9.4.

Hexadecimal color support

28 May 13:44
Compare
Choose a tag to compare
  • The +[UIColor srg_colorFromHexadecimalString:] method has been added, which makes it possible to create a color from a hexadecimal representation.
  • The SRGHexadecimalColorTransformer value transformer has been added for generic conversion needs.