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

SR-3086: Xcode project generation puts modules from external packages together with local ones #777

Merged
merged 3 commits into from
Nov 10, 2016

Commits on Oct 30, 2016

  1. Move the code related to group creation up higher in the same functio…

    …n; this is just to make the next diff containing the actual changes more clear.
    abertelrud committed Oct 30, 2016
    Configuration menu
    Copy the full SHA
    0f318f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. Improve some comments.

    abertelrud committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    4d41d3c View commit details
    Browse the repository at this point in the history
  2. When external packages are present, add a Dependencies group to the…

    … generated Xcode project, and add modules from the external packages to appropriate directories underneath. This is just a structure navigator change; there is no change to linkage semantics.
    
    This addresses https://bugs.swift.org/browse/SR-3086 "Xcode project generation puts modules from external packages together with local ones".
    abertelrud committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    a12698c View commit details
    Browse the repository at this point in the history