Skip to content

4.6.0

Compare
Choose a tag to compare
@pepicrft pepicrft released this 11 Mar 14:10
· 115 commits to main since this release
240bd99

Tuist

Fixed

  • Prevent cached frameworks from crashing in Previews after deleting derived data by @anlaital-oura in #6035
  • Fix generate with Workspace.swift by @fortmarek in #6039
  • Fix compiling libraries with umbrella headers that have a dash by @fortmarek in #6042
  • Fix reading metadata of swift-package-manager-google-mobile-ads by @fortmarek in #6049

Added

  • Breaking Add platform condition support to CopyFilesAction by @waltflanagan in #6023
    • CopyFilesAction now accepts files as [CopyFileElement instead of [FileElement]. The new type is designed for copy file actions to support platform conditions. We've designed the new API to be as aligned as possible with FileElement to ease the migration work.
  • Add missing catch for unsupported platform error by @fortmarek in #6052

Changed

  • Allow setting visionOS deployment target for appleVisionWithiPadDesign by @freak4pc in #6033
  • Skip targets with unsupported platforms instead of throwing an error by @fortmarek in #6047
  • Force addition of macro flags regardless of inherited presence by @fortmarek in #6051

Removed

  • Remove Deprecated ‘platforms’ Parameter from PackageSettings Documentation by @TheImShrey in #6061

Tuist Cloud

  • no changes