Skip to content

Releases: tuist/tuist

0.13.0

30 Mar 12:38
Compare
Choose a tag to compare

Added

  • Add Homebrew tap up #281 by @pepibumur
  • Create a Setup.swift file when running the init command #283 by @pepibumur
  • Update tuistenv when running tuist update #288 by @pepibumur.
  • Allow linking of static products into dynamic frameworks #299 by @ollieatkinson
  • Workspace improvements #298 by @ollieatkinson & @kwridan.

Removed

Fixed

  • Fix duplicated embedded frameworks #280 by @pepibumur
  • Fix manifest target linker errors #287 by @kwridan
  • Build settings not being generated properly #282 by @pepibumur
  • Fix instance method nearly matches optional requirements warning in generated AppDelegate.swift in iOS projects #291 by @BalestraPatrick
  • Fix Header & Framework search paths override project or xcconfig settings #301 by @ollieatkinson
  • Unit tests bundle for an app target compile & run #300 by @ollieatkinson
  • LIBRARY_SEARCH_PATHS and SWIFT_INCLUDE_PATHS are now set #308 by @kwridan
  • Fix Generation fails in the event an empty .xcworkspace directory exists #312 by @ollieatkinson

0.12.0

11 Mar 13:38
Compare
Choose a tag to compare

Changed

  • Rename manifest group to Manifest #227 by @pepibumur.
  • Rename manifest target to Project-Manifest #227 by @pepibumur.
  • Replace swiftlint with swiftformat #239 by @pepibumur.
  • Bump xcodeproj version to 6.6.0 #248 by @pepibumur.
  • Fix an issue with Xcode not being able to reload the projects when they are open #247
  • Support array for sources and resources paths #201 by @dangthaison91

Added

  • Integration tests for generate command #208 by @marciniwanicki & @kwridan
  • Frequently asked questions to the documentation #223 by @pepibumur.
  • Generate a scheme with all the project targets #226 by @pepibumur
  • Documentation for contributors #229 by @pepibumur
  • Support for Static Frameworks #194 @ollieatkinson

Removed

  • Up attribute from the Project model #228 by @pepibumur.
  • Support for YAML and JSON formats as Project specifications #230 by @ollieatkinson

Fixed

  • Changed default value of SWIFT_VERSION to 4.2 @ollieatkinson
  • Added fixture tests for ios app with static libraries @ollieatkinson
  • Bundle id linting failing when the bundle id contains variables #252 by @pepibumur
  • Include linked library and embed in any top level executable bundle #259 by @ollieatkinson

0.11.0

14 Feb 19:18
Compare
Choose a tag to compare

Added

  • Breaking Up can now be specified via Setup.swift #203 by @marciniwanicki & @kwridan
  • Schemes generation #188 by @pepibumur.
  • Environment variables per target #189 by @pepibumur.
  • Danger warn that reminds contributors to update the docuementation #214 by @pepibumur
  • Rubocop #216 by @pepibumur.
  • Fail init command if the directory is not empty #218 by @pepibumur.
  • Verify that the bundle identifier has only valid characters #219 by @pepibumur.
  • Merge documentation from the documentation repository #222 by @pepibumur.
  • Danger #186 by @pepibumur.

Fixed

  • Swiftlint style issues #213 by @pepibumur.
  • Use environment tuist instead of the absolute path in the embed frameworks build phase #185 by @pepibumur.

Deprecated

  • JSON and YAML manifests #190 by @pepibumur.

0.10.2

20 Dec 14:45
Compare
Choose a tag to compare

Fixed

  • Processes not stopping after receiving an interruption signal #180 by @pepibumur.

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.