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

Support SPM Transitive Dependencies #21

Open
NinjaLikesCheez opened this issue Apr 11, 2023 · 0 comments
Open

Support SPM Transitive Dependencies #21

NinjaLikesCheez opened this issue Apr 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@NinjaLikesCheez
Copy link
Collaborator

Currently, pbxproj data doesn't contain enough information about an SPM package to enable us to move transitive dependencies into the correct location.

In the pbxproj the only information we see is:

  • XCSwiftPackageProductDependency with the productName
  • A XCRemoteSwiftPackageReference if this package is fetched from a non-filesystem URL

We will need to parse the Package.swift file in order to line up products with their packages and to generate the dependency graph.

@NinjaLikesCheez NinjaLikesCheez added the enhancement New feature or request label Apr 11, 2023
@NinjaLikesCheez NinjaLikesCheez self-assigned this Apr 11, 2023
@NinjaLikesCheez NinjaLikesCheez removed their assignment Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant