R.swift Versions Save

Strong typed, autocompleted resources like images, fonts and segues in Swift projects

7.5.0

2 months ago
  • Fixes building on Xcode Cloud (thanks @Keitaro0226)
  • Add specific #if checks for building on Linux (thanks @gregormate)

7.4.0

7 months ago
  • 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

1 year ago
  • Handle sourceRootURL in SPM builds (thanks @m-sugawara)
  • Use notarytool for signing builds, instead of deprecated altool

7.3.0

1 year ago

7.2.4

1 year ago
  • 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

1 year ago
  • Fix broken generated code for certain asset tag names

7.2.2

1 year ago
  • Generate fully qualified typenames for ColorResource, DataResource, and ImageResource

7.2.1

1 year ago
  • Fixes invalid LocaleReference in generated code

7.2.0

1 year ago
  • Add function to get Data from DataResource directly (thanks @417-72KI)
  • Correctly parse Nibs and Storyboards on macOS

7.1.0

1 year ago
  • Add Storyboard dependency injection (thanks @417-72KI)