SwiftGen-Storyboard v0.7.2 Release Notes

  • ✨ Enhancements

    • ➕ Adding comments to generated color enums which allow you to see the color in the QuickHelp documentation.

    • 📚 The default translation of strings are now added as documentation comments to the enum cases.
      You can add translations to your own templates by using the string.translation variable.
      @MrAlek #58 #60

    🛠 Fixes

    • 🛠 Fix an issue with the colors template due to an Apple Bug when building in Release and with WMO enabled.
      #56