tuist migration

To help developers with the process of adopting Tuist, Tuist provides a set of commands under tuist migration. For more info see https://docs.tuist.io/commands/migration

Subcommands

NameDescription
settings-to-xcconfigIt's recommended to make .xcconfig files the source of truth for build settings. For that, Tuist provides a tuist migration settings-to-xcconfig command that extracts the build settings from targets and projects
check-empty-settingsAfter making .xcconfig files the source of truth for build settings, it's important to ensure that build settings are no longer set to the project. To help with that, Tuist includes a command that fails if the build settings of a project or a target are not empty
list-targetsWhen passed it uses xcframeworks (simulator and device) from the cache instead of frameworks (only simulator). Default is false