Skip to content

Releases: tuist/tuist

0.10.1

20 Dec 12:43
Compare
Choose a tag to compare

Changed

  • Replace ReactiveTask with SwiftShell #179 by @pepibumur.

Fixed

  • Carthage up command not running when the Cartfile.resolved file doesn't exist #179 by @pepibumur.

0.10.0

20 Dec 11:03
Compare
Choose a tag to compare

Fixed

  • Don't generate the Playgrounds group if there are no playgrounds #177 by @pepibumur.

Added

  • Tuist up command #158 by @pepibumur.
  • Support .cpp and .c source files #178 by @pepibumur.

0.9.0

03 Dec 08:44
Compare
Choose a tag to compare

Added

  • Acceptance tests #166 by @pepibumur.

Fixed

  • Files and groups sort order #164 by @pepibumur.

Added

  • Generate both, the Debug and Release configurations #165 by @pepibumur.

🎵 Release soundtrack

0.8.0

05 Nov 14:30
Compare
Choose a tag to compare

Added

  • Swift 4.2.1 compatibility by @pepibumur.

Removed

Added

  • Geration of projects and workspaces in the ~/.tuist/DerivedProjects directory #146 by pepibumur.

0.7.0

05 Oct 17:17
Compare
Choose a tag to compare

Added

  • Support for actions #136 by @pepibumur.

0.6.0

19 Sep 16:50
Compare
Choose a tag to compare

Added

  • Check that the local Swift version is compatible with the version that will be installed #134 by @pepibumur.

Changed

  • Bump xcodeproj to 6.0.0 #133 by @pepibumur.

0.5.0

11 Sep 16:22
Compare
Choose a tag to compare

Added

  • Support for JSON and Yaml manifests #110 by @pepibumur.
  • Generate .gitignore file when running init command #118 by @pepibumur.
  • Git ignore Xcode and macOS files that shouldn't be included on a git repository #124 by @pepibumur.
  • Focus command #129 by @pepibumur.

Fixed

  • Snake-cased build settings keys #107 by @pepibumur.

0.4.0

24 Aug 07:59
Compare
Choose a tag to compare

Added

  • Throw an error if a library target contains resources #98 by @pepibumur.
  • Playgrounds support #103 by @pepibumur.
  • Faster installation using bundled releases #104 by @pepibumur.

Changed

  • Don't fail if a Carthage framework doesn't exist. Print a warning instead #96 by @pepibuymur
  • Missing file errors are printed together #98 by @pepibumur.

0.3.0

20 Aug 08:37
Compare
Choose a tag to compare

Added

  • Homebrew formula 0ab1c6e by @pepibumur.

Changed

  • Replaced ssh links with the https version of them #91 by @pepibumur.

Fixed

  • FRAMEWORK_SEARCH_PATHS build setting not being set for precompiled frameworks dependencies #87 by @pepibumur.

0.2.0

05 Aug 20:12
Compare
Choose a tag to compare

Added

  • Install command #83 by @pepibumur.
  • --help-env command to tuistenv by @pepibumur.

Fixed

  • Fix missing target dependencies by @pepibumur.

Removed

  • Internal deprecation warnings by @pepibumur.