Skip to content

Releases: tuist/tuist

1.13.0 - Bella Vita

18 Jul 09:10
Compare
Choose a tag to compare

Fixed

  • tuist focus creating new .package.resolved #1569 by @fortmarek
  • Delete schemes whose targets have been replaced by .xcframeworks #1571 by @pepibumur.

Changed

Added

  • Analytics to the website to better understand the usage of the website in order to optimize it and improve the discoverability of the content #1571 by @pepibumur.

1.12.2

15 Jul 11:39
Compare
Choose a tag to compare

Fixed

  • Fix a bug introduced in #1523, when a valid source file would result in throwing an invalid glob error #1566 by @natanrolnik

1.12.1 - Waka

15 Jul 09:52
Compare
Choose a tag to compare

Added

Fixed

  • UpHomebrew (Up.homebrew(packages:)) in Setup.swift correctly checks package installation if the executable doesn't match the package name #1544 by @MatyasKriz.
  • Update Package.swift to correctly encode revision kind as "revision" #1558 by @ollieatkinson.
  • Treat SceneKit catalog the same way as asset catalog [#1546], by @natanrolnik
  • Add core data models to the sources build phase #1542 by @kwridan.
  • Improve app extensions autogenerated schemes #1545 by @kwridan.
  • Ensure the latest semantic version is used when running via tuistenv #1562 by @kwridan.
  • tuist focus not working for workspaces #1565 by @pepibumur.

Changed

  • Add a sourceRootPath attribute to TuistCore.Project to control where Xcode projects are generated #1559 by @pepibumur.
  • Breaking Fail generation if a Source has a non-existent directory in a glob #1523 by @natanrolnik.

1.12.0 - Arabesque

11 Jul 09:05
Compare
Choose a tag to compare

Changed

Added

1.11.1 - Volare far

22 Jun 09:36
Compare
Choose a tag to compare

Fixed

  • Missing schemes in generated project for editing #1467 by @fortmarek
  • tuist build cleaning even if the --clean argument is not passed #1458 by @pepibumur.

Changed

  • Use LD_RUNPATH_SEARCH_PATHS instead of embedding dynamic frameworks for unit test targets #1463 by @fortmarek
  • Migrate info plist generator to a project mapper #1469 by @kwridan.

1.11.0 - Volare

12 Jun 17:53
a612f12
Compare
Choose a tag to compare

Added

  • Add support for watch architectures #1417 by @davidbrunow
  • Add method to XcodeBuildController to show the build settings of a project #1422 by @pepibumur
  • Support for passing the configuration to the tuist build command #1422 by @pepibumur

Fixed

1.10.0 - Alma

05 Jun 11:41
Compare
Choose a tag to compare

Added

  • Build command #1412 by @pepibumur
  • Adds a possibility to set Options > Application Language and Application Region for a TestAction on a scheme #1055 by @paciej00

Changed

1.9.0 - Speedy Gonzales

29 May 09:13
Compare
Choose a tag to compare

Added

Fixed

  • Storing the cloud credentials failed because the Keychain syncing was enabled #1355 by @pepibumur.
  • tuist edit doesn't wait while the user edits the project in Xcode #1650 by @pepibumur.
  • Remove CFBundleExecutable from iOS resource bundle target plists #1361 by @kwridan.

Changed

  • Breaking Inherit defaultSettings from the project when the target's defaultSettings is nil #1138 by @pepibumur
  • Manifests are now cached to speed up generation times (opt-out via setting TUIST_CACHE_MANIFESTS=0) 1341 by @kwridan

1.8.0

11 May 07:24
Compare
Choose a tag to compare

Changed

Added

  • Support for localized sources(e.g., .intentdefinition) #1269 by @Rag0n

Removed

  • Don't set the main and launch storyboard when using the default InfoPlist #1289 by @pepibumur

Fixed

1.7.1

21 Apr 14:54
Compare
Choose a tag to compare

Fixed

  • Critical bug caused by a missing SwiftToolsSupport dynamic library by @pepibumur.