Skip to content

Releases: mac-cain13/R.swift

7.0.1

28 Nov 17:37
d7a89d0
Compare
Choose a tag to compare
  • Always uses String(format:), also for strings without arguments, fixes #711

7.0.0

28 Nov 13:12
b88d620
Compare
Choose a tag to compare

Major release, refactor of internals.

  • Merged R.swift and R.swift.Library projects into single package
  • Preferred installation method is now Swift Package Manager (instead of CocoaPods)
  • Added Swift Build Tool Plug-in
  • Fixed a lot of open issues (see #766)
  • Changes to command-line tool and library, see Migration Guide

6.1.0

04 Dec 19:14
994c2a9
Compare
Choose a tag to compare

6.0.0

18 Nov 12:50
41ef672
Compare
Choose a tag to compare
  • Support M1: Universal binary for x86_64 and arm_64 architectures
  • Don't run during Index Build (Xcode 13 fix)
  • Add command line options for environment variables
  • Add print-command command
  • Removed script input/output files check
  • Removed rswift-lastrun generation
  • Warn when "Based on dependency analysis" is checked

6.0.0-alpha.3

07 Oct 14:37
fd0a7a6
Compare
Choose a tag to compare
6.0.0-alpha.3 Pre-release
Pre-release
  • Add command line options for environment variables
  • Add print-command command
  • Removed script input/output files check
  • Removed rswift-lastrun generation
  • Don't run during Index Build

5.4.1-alpha.5

05 Mar 09:36
91675fd
Compare
Choose a tag to compare
5.4.1-alpha.5 Pre-release
Pre-release

Build fat binary

5.4.0

04 Mar 17:50
18ad905
Compare
Choose a tag to compare
  • watchOS SPM fixes (thanks @niorko)
  • Support custom symbol image sets (thanks @ejensen)

5.3.1

14 Dec 09:50
ac8ab91
Compare
Choose a tag to compare
  • Fix for Named Asset Sorting #678 (Thanks @zac)

5.3.0

08 Nov 13:44
4d15244
Compare
Choose a tag to compare
  • Correctly escape some identifiers
  • Add catalog to nib/storyboard image and color parsing
  • Fix unescaped key when generating parameterised strings with quotes (Thanks @nicoelayda )
  • Bump minimum deployment target to iOS 9 to prevent Xcode 12 warnings (Thanks @uypanha )

5.2.2

29 Apr 19:25
99838fd
Compare
Choose a tag to compare

No code changes, but:

  • Notarized builds from here on out
  • Attach source code to release for easier Homebrew formula updates

Thanks @tomasharkema!