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
Name | Description |
---|---|
settings-to-xcconfig | It'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-settings | After 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-targets | When passed it uses xcframeworks (simulator and device) from the cache instead of frameworks (only simulator). Default is false |