Tuist v1.36.0 Release Notes

  • โž• Added

    • ๐Ÿ‘Œ Support for staticFramework dependencies for appExtensions #2559 by @danyf90
    • 0๏ธโƒฃ Enable Main Thread Checker by default #2549 by @myihsan
    • โž• Add option for enabling XCFrameworks production for Carthage in Dependencies.swift. #2532 by @laxmorek
    • โž• Add --strict to 'lint code' command #2534 by @joshdholtz

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix adding framework targets to AppClip #2530 by @sampettersson
    • ๐Ÿ”’ Make sure security and codesign can access certificates in signing.keychain [#2528]((https://github.com/tuist/tuist/pull/2528) by @rist.
    • ๐Ÿ”ฆ Expose ResourceFileElements initializer #2541 by @kwridan.
      • Note: This fixes an issue where ResourceFileElements could not be created using variables within helpers

    ๐Ÿ”„ Changed

    • โœ… When enabling code coverage, tests targets such as TestMyFrameworkA gather coverage for all targets instead of only TestMyFrameworkA #2501 by @adellibovi
    • ๐Ÿ‘Œ Improve tuist generate speed by caching Swift version fetching #2546 by @adellibovi