tuist migration 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
Options
Name | Description |
---|---|
--xcodeproj-path, -p <path> |
|
--xcconfig-path, -x <path> |
|
--target, -t <target> | Optional. The name of the target whose build settings will be extracted. When not passed, it extracts the build settings of the project |