-
Notifications
You must be signed in to change notification settings - Fork 454
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 #155
Conversation
Any news on this? |
(cc @marmelroy) |
please merge this |
It seems @marmelroy is occupied with other things, I've merged this into my public fork and will continue maintenance there until they are back. https://github.com/choongng/Zip |
@AvdLee could you merge this? |
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 to me! As soon as CI succeeds, we can merge
@AvdLee Thanks for the review and for getting this on! |
Looks good! Merging in 🚀 |
@AvdLee Can you make a new release as well? |
@svoip Be sure you’re using the latest SPM tools. The top line of your Package.swift file should be:
|
For now, you can also use |
Or use |
@ffried @mcritz I'm not actively working on this project and don't have the time to do a new release. Maybe @marmelroy can make a new release or make one of you capable to do that |
I have same issue as @svoip . |
Since #118 seems to be dead, I've created a new PR.
This adds full SPM support. The following changes were necessary:
FileManager.urls(for:in:)
)