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

NameDescription
--xcodeproj-path, -p <path>
  • Required ✳
--xcconfig-path, -x <path>
  • Required ✳
--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