Tuist

Tuist

История изменений

Product

Bundles filtering

The bundles page now includes filters which you can for example use to find new bundles with higher than expected install size:

Bundles interface with filtering options

Product

Storage region selection

You can now choose where your artifacts, like module cache binaries, are stored for legal compliance. You can now select between storing artifacts in all regions, Europe only, or United States only from your account or organization settings:

Image showing the new storage region selection feature in account settings

Product

Cache profiles for fine-grained control

You can now control how aggressively targets are replaced with cached binaries when generating projects using cache profiles. Choose from built-in profiles like only-external (default), all-possible, or none, or define your own custom profiles in Tuist Config.

Read more about cache profiles in our documentation.

Illustration showing cache profile options

Product

SSO login page

We've added a dedicated SSO login page that makes it easier for enterprise customers to authenticate with the Okta SSO:

Image showing the new SSO login page

Product

Skip unit tests with tuist test

We've had already had a way to easily skip UI tests with a single flag in tuist test:

bash
tuist test --skip-ui-tests

Now, we're bringing the some convenience flag for unit tests:

bash
tuist test --skip-unit-tests

This way, you can easily have separate CI pipelines for UI and unit tests, such as when you don't want to run your UI tests for every PR but instead nightly.

Product

New landing page

For a long time, our landing page design was outdated and not aligned with our dashboard. We've completely redesigned it to make our design more consistent and we hope you'll love the result as much as we do:

Image showing the new landing page

Product

Filter bundles by type

Tuist allows you to multiple types of bundles:

  • .app
  • .ipa
  • .xcarchive

However, each bundle type can have a slightly different bundle size. While we recommend to primarily use the .ipa bundle type as the install and download size is the most accurate representation of what users will experience, the other types might be useful to recognize a spike in the bundle size early.

To streamline seeing a graph for a specific bundle type, we've added the option to filter by .ipa, .app, or .xcarchive:

Image showing the dashboard with the bundle type filter