-
Notifications
You must be signed in to change notification settings - Fork 332
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 Swift Package Manager support #150
Conversation
Thanks for your help, @aasimk2000 ! I haven't used SPM before so I'll need to dig into this when I get a moment this week to make sure all is 👍 👍 |
Just want to add that looks like SPM is going to be supported across all Apple platforms in Xcode 11. https://developer.apple.com/videos/play/wwdc2019/408/ |
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.
Looks good from my basic understanding of SPM
The only thing missing is the Xcode project file wasn't updated for moving the module map file. Mind ensuring that's reflected (e.g. delete it from the project, drag/drop it back in w/ no target membership)?
Thanks again @aasimk2000 ! |
Adds SPM support. The main change this required was moving the cmark module map to the include directory. This is required by SPM for C languages.