Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command for printing the combined build settings of a spec #66

Open
yonaskolb opened this issue Sep 24, 2017 · 2 comments
Open

Command for printing the combined build settings of a spec #66

yonaskolb opened this issue Sep 24, 2017 · 2 comments
Labels

Comments

@yonaskolb
Copy link
Owner

yonaskolb commented Sep 24, 2017

This would add a command that would print out the specific settings that would be applied to a target for a specific config. This would combine

  • target build settings
  • target xcconfig file
  • project build settings
  • project xcconfig file

To begin with this wouldn't include settings that are applied by the top most level (the SDK) as we don't have easy access to that.

@pepicrft
Copy link

How would you have access to the SDK settings @yonaskolb ?

@yonaskolb
Copy link
Owner Author

yonaskolb commented Sep 24, 2017

Not sure, parsing files in the SDK or some use of an xcode CLI command. I haven't looked into it.
For now I don't think it's too important. Mostly you just care about the settings you have provided

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants