Skip to content

1.35.0 - Miracle

Compare
Choose a tag to compare
@fortmarek fortmarek released this 18 Feb 08:03
· 3011 commits to main since this release

1.35.0 - Miracle

  • Fix missing linkable products for static frameworks with transitive precompiled dependencies #2500 by @kwridan.

Added

Fixed

  • Fix crash when using tuist graph in a project that leverages plugins #2507 by @bolismauro.

Changed

  • Migrate BuildGraphInspector to ValueGraph #2527 by @fortmarek
  • Replace ExpressibleByStringLiteral with ExpressibleByStringInterpolation for ProjectDescription objects by @DimaMishchenko