Tuist v1.41.0 Release Notes

  • โž• Added

    • โž• Add support for runPostActionsOnFailure for post build actions. #2752 by @FranzBusch
    • ๐Ÿ‘‰ Make ValueGraph serializable. #2811 by @laxmorek
    • โž• Add support for configuration of cache directory #2566 by @adellibovi.
    • โž• Add support for runForInstallBuildsOnly for build actions by @StefanFessler

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improve performance of tuist generate by optimizing up md5 hash generation. #2815 by @adellibovi
    • ๐Ÿ“‡ Speed up frameworks metadata reading using Mach-o parsing instead of file, lipo and dwarfdump external processes. #2814 by @adellibovi

    ๐Ÿ›  Fixed

    • tuist generate your projects without having to re-open them! ๐Ÿง‘โ€๐Ÿ’ป [#2828] by @ferologics
    • ๐Ÿ›  Fix a bug for which when generating a Resources target from a staticLibrary or staticFramework, the parent's deployment target isn't passed to the new target. #2830 by @fila95
    • โš™ Fix .messagesExtension default settings to include the appropriate LD_RUNPATH_SEARCH_PATHS #2824 by @kwridan
    • ๐Ÿ›  Fix the link to documented guidelines in pull request template #2833 by @mollyIV.