Last active
November 8, 2017 19:59
-
-
Save pepicrft/f66c5f0b1d6ce4ae2f4a1100a22cf217 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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