Skip to content

Releases: mac-cain13/R.swift

7.6.0

19 Sep 18:51
44f60ad
Compare
Choose a tag to compare
  • Fixes for Xcode 16 projects

7.6.0-alpha.3

19 Sep 18:01
0093949
Compare
Choose a tag to compare
7.6.0-alpha.3 Pre-release
Pre-release

Testing release

7.6.0-alpha.2

19 Sep 11:03
Compare
Choose a tag to compare
7.6.0-alpha.2 Pre-release
Pre-release

Testing release

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