Tuist v2.4.0 Release Notes

  • ➕ Added

    • ➕ Add support for excluding parameter to FileList #3773 by @pavel-trafimuk
    • ➕ Add ability to define preActions and postActions for RunAction and ProfileAction #3787 by @hisaac
    • ➕ Add ability to control whether a debugger is attached to an app or test process by setting attachDebugger on RunAction or TestAction, respectively [#3813])https://github.com/tuist/tuist/pull/3813) by @svenmuennich
    • ➕ Add support for generating the WorkspaceSettings.xcsettings file and explicitly disabling or enabling automatic schema generation. #3832 by @jakeatoms

    🛠 Fixed

    • 🛠 Fix default template to work with tvos platform #3759 by @ezraberch
    • 🛠 Fix curl in the installer script so that it fails if unable to download the Tuist release assets. #3803 by @luispadron