SwiftGen-Assets v6.5.0 Release Notes

  • ๐Ÿ”„ Changes in core dependencies of SwiftGen

    ๐Ÿ†• New Features

    • ๐Ÿฑ XCAssets: the parser now supports Symbol sets, so you can safely use custom symbols.
      David Jennes #788
    • ๐Ÿฑ XCAssets: you can now provide a trait collection when initializing a color or image asset (on iOS/tvOS).
      David Jennes #790
    • ๐Ÿ“œ Files: Add new parser for accessing loose files in your project.
      Mike Gray David Jennes #665 #734
    • ๐Ÿ“œ Colors: The XML parser now supports Android color aliases (using @color/...).
      David Jennes #562 #797
    • ๐Ÿ‘Œ Support M1 and Intel devices (universal binary).
      David Jennes #805 #880

    ๐Ÿ› Bug Fixes

    • ๐Ÿฑ XCAssets: fixed some availability annotations that were incorrect.
      David Jennes #789
    • ๐Ÿ“š Strings: objc-h template now emits valid documentation comments.
      @szotp #822
    • Generate xcfilelist: Adds the template file path to the inputs xcfilelist (for custom templates).
      Craig Siemens #815
    • ๐ŸŒ Strings: built-in templates now have better handling of multi-line translations.
      @mrackwitz #774

    Internal Changes