Tuist v0.17.0 Release Notes

Release Date: 2019-08-14 // over 4 years ago
  • โž• Added

    • tuist graph command #427 by @pepibumur.
    • ๐Ÿ‘ Allow customisation of productName in the project Manifest #435 by @ollieatkinson
    • โž• Adding support for static products depending on dynamic frameworks #439 by @kwridan
    • ๐Ÿ‘Œ Support for executing Tuist by running swift project ... #447 by @pepibumur.
    • ๐Ÿ†• New manifest model, TuistConfig, to easily configure Tuist's functionalities #446 by @pepibumur.
    • โž• Adding ability to re-generate individual projects #457 by @kwridan
    • ๐Ÿ‘Œ Support multiple header paths #459 by @adamkhazi.
    • ๐Ÿ‘ Allow specifying multiple configurations within project manifests #451 by @kwridan
    • โž• Add linting for mismatching build configurations in a workspace #474 by @kwridan
    • ๐Ÿ‘Œ Support for CocoaPods dependencies #465 by @pepibumur
    • ๐Ÿ‘Œ Support custom .xcodeproj name at the model level #462 by @adamkhazi.
    • ๐Ÿ‘ TuistConfig.compatibleXcodeVersions support #476 by @pepibumur.
    • ๐Ÿ”ฆ Expose the .bundle product type #479 by @kwridan

    ๐Ÿ›  Fixed

    • Ensuring transitive SDK dependencies are added correctly #441 by @adamkhazi.
    • Ensuring the correct platform SDK dependencies path is set #419 by @kwridan
    • โšก๏ธ Update manifest target name such that its product has a valid name #426 by @kwridan
    • Do not create Derived/InfoPlists folder when no InfoPlist dictionary is specified #456 by @adamkhazi.
    • Set the correct lastKnownFileType for localized files #478 by @kwridan

    ๐Ÿ”„ Changed