Tuist v1.37.0 Release Notes

  • โž• Added

    • ๐Ÿ‘ Allow using system SCM (for example: Git) when resolving SPM dependencies, instead of Xcode's accounts. #2638 by @freak4pc
    • โž• Add support for simulated location in a run action's options. #2616 by @freak4pc
    • โž• Add option for enabling XCFrameworks production for Carthage in Setup.swift. #2565 by @laxmorek
    • โž• Add support for custom file header templates that are used for built-in Xcode file templates #2568 by @olejnjak

    ๐Ÿ”„ Changed

    • ๐Ÿ’Ž Double-quoted strings in ruby files #2634 by @fortmarek
    • ๐Ÿ‘Œ Improve tuist generate performance for projects with large amount of files #2598 by @adellibovi
    • โž• Added wrap arguments swiftformat option #2606 by @fortmarek
    • โœ‚ Remove build action for project generated in tuist test #2592 @fortmarek
    • ๐Ÿ”„ Change the graph tree-shaker mapper to work with the value graph too #2545 by @pepibumur.
    • Migrate GraphViz to ValueGraph #2542 by @fortmarek
    • ๐Ÿ“‡ Rename TuistGraph.Dependency to TuistGraph.TargetDependency. #2614 by @laxmorek

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix incorrect detection of current Core Data model version. #2612 by @freak4pc
    • Ignore .DS_Store files when hashing directory contents #2591 by @natanrolnik.