# tuist migration A set of utilities to assist in the migration of Xcode projects to Tuist. ## Subcommands | Command | Description | | --- | --- | | `tuist migration check-empty-settings` | It checks if the build settings of a project or target are empty. Otherwise it exits unsuccessfully. | | `tuist migration list-targets` | It lists the targets of a project sorted by number of dependencies. | | `tuist migration settings-to-xcconfig` | It extracts the build settings from a project or a target into an xcconfig file. |