Skip to content

Instantly share code, notes, and snippets.

@pepicrft
Last active November 8, 2017 19:59
Show Gist options
  • Save pepicrft/f66c5f0b1d6ce4ae2f4a1100a22cf217 to your computer and use it in GitHub Desktop.
Save pepicrft/f66c5f0b1d6ce4ae2f4a1100a22cf217 to your computer and use it in GitHub Desktop.
xctools build-settings export --project MyProject.xcodeproj --output MyProject.xcconfig
xctools build-settings export --project MyProject.xcodeproj --target --output Target.xcconfig
// It can merge the project and target settings into a single .xcconfig file
xctools build-settings export --project MyProject.xcodeproj --target --output Target.xcconfig --merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment