Tuist v1.0.0 Release Notes

Release Date: 2019-12-17 // over 4 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ‘ท Run pipelines with Xcode 11.2.1 on CI @pepibumur.

    โœ‚ Removed

    • ๐Ÿ’ฅ Breaking Generate manifests target as part of the generated project #724 by @pepibumur.
    • The installation no longer checks if the Swift version is compatible #727 by @pepibumur.
    • Don't include the manifests in the generated workspace #754 by @pepibumur.

    โž• Added

    • โž• Add ProjectDescription.Settings.defaultSettings none case that don't override any Project or Target settings. #698 by @rowwingman.
    • ProjectEditor utility #702 by @pepibumur.
    • ๐Ÿ›  Fix warnings in the project, refactor SHA256 diegest code #704 by @rowwingman.
    • Define ArchiveAction on Scheme #697 by @grsouza.
    • tuist edit command #703 by @pepibumur.
    • ๐Ÿ‘Œ Support interpolating formatted strings in the printer #726 by @pepibumur.
    • ๐Ÿ‘Œ Support for paths relative to root #727 by @pepibumur.
    • โœ… Replace Sheme.testAction.targets type from String to TestableTarget is a description of target that adds to the TestAction, you can specify execution tests parallelizable, random execution order or skip tests #728 by @rowwingman.
    • Galaxy manifest model #729 by @pepibumur.
    • ๐Ÿ‘‰ Make scheme generation methods more generic #730 by @adamkhazi @kwridan.
    • Workspace Schemes #752 by @adamkhazi @kwridan.
    • SimulatorController with method to fetch the runtimes #746 by @pepibumur.
    • โž• Add RxSwift as a dependency of TuistKit #760 by @pepibumur.
    • โž• Add cache command #762 by @pepibumur.
    • ๐Ÿ— Utility to build xcframeworks #759 by @pepibumur.
    • โž• Add CacheStoraging protocol and a implementation for a local cache #763 by @pepibumur.
    • โž• Add support for changing the cache and versions directory using environment variables #765 by @pepibumur.
    • Reactive interface to the System utility #770 by @pepibumur
    • ๐Ÿ“š Workflow to make sure that documentation and website build #783 by @pepibumur.
    • ๐Ÿ‘Œ Support for xcframework #769 by @lakpa
    • ๐Ÿ‘Œ Support generating info.plist for Watch Apps & Extensions #756 by @kwridan

    ๐Ÿ›  Fixed

    • Ensure custom search path settings are included in generated projects #751 by @kwridan
    • Remove duplicate HEADER_SEARCH_PATHS #787 by @kwridan
    • ๐Ÿ›  Fix unstable scheme generation #790 by @marciniwanicki
    • โž• Add defaultConfigurationName to generated projects #793 by @kwridan
    • โž• Add knownRegions to generated projects #792 by @kwridan