Tuist v2.6.0 Release Notes

  • 🔄 Changed

    • ✂ Remove duplicate bundle identifier lint warning #3914 by @danyf90
    • ⚡️ Update version requirement for swift-argument-parser package from .upToNextMajor(from: "0.4.3") to .upToNextMajor(from: "1.0.0") #3949 by @laxmorek

    ➕ Added

    🛠 Fixed

    • 👌 Improve tuist focus execution time by avoiding redundant hashing for target dependencies #3947 by @adellibovi
    • 🏗 Avoid building dependent test target when not needed during tuist cache warm #3917 by @danyf90
    • 🛠 Fix unit test failures when test host requires codesigning #3924 by @hisaac
    • 🛠 Fix circular dependency lint #3876 by @adellibovi
    • 🛠 Fix Xcode developer SDK root path for watchOS platform #3876 by @orbitekk
    • 🛠 Fix tuist edit compilation when building local helper modules that include remote plugins #3918 by @luispadron