Skip to content

Releases: mac-cain13/R.swift

7.5.0

04 Feb 18:48
384eab8
Compare
Choose a tag to compare
  • Fixes building on Xcode Cloud (thanks @Keitaro0226)
  • Add specific #if checks for building on Linux (thanks @gregormate)

7.4.0

10 Sep 19:44
a76220f
Compare
Choose a tag to compare
  • Use current locale when overrideLocale is missing (thanks @ribilynn)
  • Support local swift packages (thanks @aldk98)
  • Generate artifactbundle with release (thanks @roman-aliyev)
  • Add availability checks for visionOS to integrations

7.3.2

17 Apr 19:31
0e4ec17
Compare
Choose a tag to compare
  • Handle sourceRootURL in SPM builds (thanks @m-sugawara)
  • Use notarytool for signing builds, instead of deprecated altool

7.3.0

05 Mar 15:45
589493f
Compare
Choose a tag to compare
  • Add flag --omit-main-let to disable main R let generation: #809 (thanks @jimmya)
  • Resolve symlinks when comparing Asset Catalog base URLs: #811 (thanks @cerisier)
  • Re-enable watchOS in CocoaPods podspec: #800

7.2.4

12 Dec 09:37
cffbe4a
Compare
Choose a tag to compare
  • Fixed issue where on macOS, AppKit wasn't always imported
  • Fixed building library on macCatalyst
  • Fixed deprecation warning when building library for iOS16/macOS13 only

7.2.3

10 Dec 11:25
8dd9278
Compare
Choose a tag to compare
  • Fix broken generated code for certain asset tag names

7.2.2

07 Dec 16:12
e7f427f
Compare
Choose a tag to compare
  • Generate fully qualified typenames for ColorResource, DataResource, and ImageResource

7.2.1

06 Dec 08:04
ebd055b
Compare
Choose a tag to compare
  • Fixes invalid LocaleReference in generated code

7.2.0

04 Dec 11:26
87621b5
Compare
Choose a tag to compare
  • Add function to get Data from DataResource directly (thanks @417-72KI)
  • Correctly parse Nibs and Storyboards on macOS

7.1.0

30 Nov 20:30
691a53e
Compare
Choose a tag to compare
  • Add Storyboard dependency injection (thanks @417-72KI)