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

Add implicit dependencies information #7

Open
UnsafePointer opened this issue Mar 28, 2017 · 1 comment
Open

Add implicit dependencies information #7

UnsafePointer opened this issue Mar 28, 2017 · 1 comment

Comments

@UnsafePointer
Copy link
Contributor

Check this tweet for context: https://twitter.com/NeoNacho/status/846346465911951360

At the moment the graph only has information from the "Link Binary With Libraries" build phase. It'll be a good idea to add dependencies that come from xcconfig files and project Build Settings, e.g.: -framework, -l.

Notes:

  • This settings depend on the target configuration, so we'll have to decide if we either pass the configuration as a parameter or we do something else, like flatten the results.
  • Check if Xcodeproj::Project.build_settings returns resolved build settings (if there's an xcconfig file attached to the project), otherwise we would have to parse the xcconfig file attached to the target's build configuration.
  • Xcodeproj::Config provides support for parsing xcconfig files.
@UnsafePointer
Copy link
Contributor Author

Let's wait for xcodeproj 1.5 to make a release including #10

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

No branches or pull requests

1 participant