-
Notifications
You must be signed in to change notification settings - Fork 823
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
Fix #784 Swift Package Manager (Embed & Sign) for dynamic packages. #788
Fix #784 Swift Package Manager (Embed & Sign) for dynamic packages. #788
Conversation
It would be great if this PR could be approved soon! Thanks @alexruperez for the contribution! :) |
@alexruperez Thanks for the fix! Can you update the tests and include the updated test fixtures as well? Also, can you add a Changelog entry? |
great work @alexruperez :) thanks for taking time to fix it.. |
Thanks for the PR @alexruperez! let embed = dependency.embed ?? false Why do you think? I more thorough solution would be to check the framework itself for a good default. In addition could you please:
Thanks! |
Thanks for the feedback @yonaskolb. Added changelog entry and fixtures updates. Also SPM dependencies are embedded only when Does this fit for you? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @alexruperez! Looks good!
Released in 2.14.0 |
Swift Package Manager dynamic dependencies declared like:
Are embedded (Embed & Sign or Embed Without Signing if
codeSign: false
) when you declareembed: true
in package dependency definition:And included here: