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

Simplify XcodeDeps generator #11491

Merged
merged 5 commits into from Jun 21, 2022
Merged

Conversation

czoido
Copy link
Contributor

@czoido czoido commented Jun 20, 2022

Changelog: Feature: Simplify XcodeDeps generator.
Docs: conan-io/docs#2619

This PR removes a file containing variables that was included from other file, the contents of these two files can be merged. It is also removing _BINARY_DIRECTORIES and _RESOURCE_DIRECTORIES because those were not used in the xcconfig files and it's not clear to which Xcode variable can be added, if there's one.

This is a preliminar step to another upcoming PR that will try to adress the problem that libraries with components that have lots of dependencies between components make xcode crash because of adding too many duplicated include paths and so on...

@czoido czoido added this to the 1.50 milestone Jun 20, 2022
@czoido czoido changed the title Remove vars file Simplify XcodeDeps generator Jun 20, 2022
@franramirez688 franramirez688 merged commit c36a3b0 into conan-io:develop Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants