tuist

🚀 Create, maintain, and interact with Xcode projects at scale

MIT License

Stars
4.2K
Committers
318

Bot releases are visible (Hide)

tuist - 4.1.1

Published by fortmarek 8 months ago

Tuist

Fixed

Tuist Cloud

  • no changes
tuist - 3.42.3

Published by pepicrft 8 months ago

Changed

  • Support visionOS from the default templates to synthesize resources #5892 by @PushedCrayon
tuist - 4.1.0

Published by fortmarek 8 months ago

Tuist

Changed

  • Improve verbose logging by logging the workspace, project, and workspace transformations #5905 by @pepicrft

Added

  • Support visionOS from the default templates to synthesize resources #5892 by @PushedCrayon

Fixed

Tuist Cloud

  • no changes
tuist - 4.0.0

Published by fortmarek 9 months ago

These release notes are longer than usual because it's a major release and we include migration guidelines. Breaking changes are prefixed with Breaking.

Tuist

Improved

Removed

  • Breaking: Remove the signing capabilities #5716 by @pepicrft. Signing is already solved by community tooling like Fastlane and Xcode itself, which do a much better job at that. If you were using Tuist signing capabilities, which consisted of encrypting the certificates and profiles in the repository and installing them in the right places at generation time, you might want to replicate that logic in your own scripts that run before project generation. In particular:
    • A script that decrypts the certificates and profiles using a key either stored in the file-system or in a environment variable, and installs certificates in the keychain, and the provisioning profiles in the directory ~/Library/MobileDevice/Provisioning\ Profiles.
    • A script that can take an existing profiles and certificates and encrypt them.
  • Breaking: Remove Carthage integration via Dependencies.swift. You'll have to use Carthage directly to pull the pre-compiled frameworks and XCFrameworks into Carthage's standard directory, and then reference those binaries from your tagets using the TargetDependency.xcframework and TargetDependency.framework cases.
  • Breaking: Remove the TargetDependency.packagePlugin API in favour TargetDependency.package which takes an additional argument where you can specify the type of package.
  • Breaking: Remove the APIs that were marked as deprecated #5560 by @danyf90

Changed

  • Breaking: Remove tuistenv in favor of Mise as default installer with Homebrew as an alternative. You'll have to uninstall the current version of Tuist by running curl -Ls https://uninstall.tuist.io | bash and then install it using the installation method of your choice. You'll have to propagate this installation method across CI environments and developers' local environment. We strongly recommend the usage of Mise because it's able to install and activate versions deterministically across environments. #5724 by @pepicrft
  • Breaking: Remove the init from all the ProjectDescription models to improve the readability and expressiveness of the APIs. Every model provides now a static constructor. We commend checking out the new APIs in our documentation site
  • Breaking: Add --no-selective-testing flag, rename --no-cache to --no-binary-cache by @fortmarek
  • Breaking: Rename tuist fetch for tuist install to align with the industry convention. You might need to adjust your CI pipelines and communicate the new command name to your team #5857 by @pepicrft
  • Breaking: Change the Package.swift directory from /Tuist to root. You'll have to move the content from your Tuist/Dependencies.swift to a Package.swift at the root, and use the #if TUIST directive to configure the integration. You can use the tuist Package.swift as a reference #5862 by @fortmarek
  • Rename the builds cache directory from builds to BinaryCache to better reflect its purpose #5842 by @fortmarek
  • Make all ProjectDescription models attributes mutable for better ergonomics #5843 by @fortmarek
  • Align the cache directories with the UNIX XDG Base Directory Specification #5855 @pepicrft
  • Improve scaffold feature's default parameter type for stencil file #5845 by @haeseoklee
  • Throw an error when focusing on a non-existent target #5874 by @fortmarek

Fixed

  • Fix error when running tuist generate and dependencies have not been previously fetch with tuist install #5875 by @fortmarek
  • Fix tuist clean dependencies #5872 by @fortmarek
  • Fix running tuist clean without a specific category #5868 by @fortmarek

Tuist Cloud

Fixed

  • Fix an issue that caused binary-caching of targets for macOS to fail due to missing destinations for targetted architectures.

Changed

  • Rename cache directories from builds to BinaryCache and from tests to SelectiveTests to better reflect its purpose #5842 by @fortmarek
  • Rename tuist cache warm to tuist cache to shorten the command execution.
  • Move the tuist cache print-hashes option into tuist cache --print-hashes.

Removed

  • Breaking: Remove the cache configuration and the concept of profiles in favor of passing the configuration to use via the --configuration flag when warming the cache with tuist cache. We plan to add the same option to the other commands and just the generation so that the only configuration generated is the one that has been passed via the flag.
  • Breaking: Remove the --skip-cache flag from the generate command in favor of controlling for which targets the binary cache should be skipped by using the arguments.
tuist - 4.0.0-beta.4

Published by pepicrft 9 months ago

Tuist

  • no changes

Tuist Cloud

  • no changes
tuist - 4.0.0-beta.3

Published by fortmarek 9 months ago

Tuist

Changed

Fixed

Tuist Cloud

Changed

  • Fix tuist clean, remove --skip-cache by @fortmarek

Fixed

  • Fixed binary-caching of macOS targets might fail due to missing destinations by @fortmarek
tuist - 4.0.0-beta.2

Published by pepicrft 9 months ago

Tuist

Fixed

Changed

Tuist Cloud

Changed

  • no changes
tuist - 4.0.0-beta-1

Published by fortmarek 9 months ago

Tuist

  • no changes

Tuist Cloud

Changed

  • Add --no-selective-testing flag, rename --no-cache to --no-binary-cache by @fortmarek
tuist - 3.42.2

Published by fortmarek 9 months ago

Tuist

Fixed

  • Fix parsing of conditon on SPM .product dependencies #5846 by @waltflanagan
  • Fix missing plugin executable when the macro framework/library is not precompiled but the executable is #5849 by @pepicrft

Tuist Cloud

  • no changes
tuist - 3.42.1

Published by fortmarek 9 months ago

Tuist

Changed

Fixed

  • Not bundle Swift Macros into the parent framework #5834 by @pepicrft

Tuist Cloud

Changed

  • Remove the the warning to nudge users to cache using --xcframeworks by @pepicrft
tuist - 3.42.0

Published by fortmarek 9 months ago

Tuist

Fixed

  • Rename Compiled group to Frameworks #5826 by @kwridan
  • Use the correct Swift tools version when loading the PackageSettings #5831 by @fortmarek

Tuist Cloud

  • no changes
tuist - 3.41.0

Published by fortmarek 9 months ago

Tuist

Added

Fixed

  • Fix generation not including macros from XCFrameworks #5801 by @pepicrft
  • Fix loading PackageSettings when not specified in Package.swift #5805 by @fortmarek

Tuist Cloud

  • no changes
tuist - 3.40.0

Published by fortmarek 9 months ago

Tuist

Changed

  • Remove raw xcodebuild logs in favor of resultBundlePath and xcactivitylog #5776 by @fortmarek

Fixed

  • Fix incremental test execution when migrating from Tuist versions older than 3.36.0 #5791 by @pepicrft

Tuist Cloud

Changed

  • Build macOS xcframework for both Intel and ARM by @fortmarek
tuist - 3.39.3

Published by fortmarek 10 months ago

Tuist

  • no changes

Tuist Cloud

  • no changes
tuist - 3.39.2

Published by fortmarek 10 months ago

Tuist

  • no changes

Tuist Cloud

Fixed

  • Fix the warning messages that tells users about the deprecation of frameworks for caching by @pepicrft
  • Fix cache warming failing to resolve the hash for targets by @pepicrft
tuist - 3.39.1

Published by fortmarek 10 months ago

Tuist

  • no changes

Tuist Cloud

Fixed

  • Fix cache warm for xcframeworks when explicit dependencies are enabled.
tuist - 3.39.0

Published by fortmarek 10 months ago

Tuist

Added

  • Prefer an exact match on developmentRegion when choosing localization strings files #5758 by @UniekLee
  • Verbose-log the xcodebuild command that's being executed #5768 by @pepicrft
  • Add SkippedTests for TestAction #5767 by @dp221125

Fixed

  • Fix explicit dependencies for archive #5764 by @fortmarek
  • Add support for transitive Swift Macros #5772 by @pepicrft
  • Optimize the graph traverser function to obtain the platforms for external dependencies #5770 by @pepicrft

Tuist Cloud

  • no changes
tuist - 3.38.0

Published by fortmarek 10 months ago

Tuist

Changed

  • Make ProjectDescription model attributes mutable #5745 by @dxmvsh

Added

Fixed

  • Align the behaviour of --path in tuist fetch with the rest of the CLI #5742 by @danibachar

Tuist Cloud

  • no changes
tuist - 3.37.0

Published by fortmarek 10 months ago

Tuist

  • no changes

Tuist Cloud

  • no changes
tuist - 3.36.5

Published by fortmarek 10 months ago

Tuist

  • no changes

Tuist Cloud

  • no changes