SwiftGen-L10n v0.6.0 Release Notes

  • 🆕 New Features: Templates

    • SwiftGen now uses Stencil template engine to produce the generated code.
    • This means that the generate code will be easier to improve.
    • This also means that you can use your own templates to generate code that better suits your needs and preferences, using swiftgen … --template FILE ….

    🛠 Fixes

    • The correct type of ViewController (UIViewController, UINavigationController, UITableViewController, …) is now correctly generated even if not a custom subclass.
      #40
    • 🛠 Fix issue with .strings files encoded in UTF8.
      #21