SwiftGen-Colors v0.8.0 Release Notes

    • 👀 Introducing alternative way to install SwiftGen: using CocoaPods! See README for more details.
      Olivier Halligon #95
    • ➕ Added support for JSON (colors.json) files as input for the swiftgen colors subcommand.
      Derek Ostrander
    • 👉 Use String(format:locale:arguments:) and the NSLocale.currentLocale() in the "string" templates so that it works with .stringdict files and pluralization.
      Olivier Halligon #91
    • ➕ Add support for Android colors.xml files as input for the swiftgen colors subcommand.
      Olivier Halligon #15
    • ✂ Removed the useless import Foundation from the "images" templates.
      Olivier Halligon
    • ➕ Added computed property var color: UIColor to the color templates.
      Olivier Halligon