-
Notifications
You must be signed in to change notification settings - Fork 178
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
Swift Package Manager support #83
Comments
It will require additional changes as Mockingjay has mixed sources (Objective-C and Swift) in the same target which is not supported by Swift Package Manager. |
what is the status here? |
This would be useful... The changes regarding mixed sources wouldn't be just a matter of translating MockingjayURLSessionConfiguration.m to swift? 🤔 You could even keep both and use .m for pods and .swift for SPM (not really sure of the impact of the changes on ObjC projects...) |
I have a copy here: https://github.com/saltzmanjoelh/Mockingjay.git @kylef Thoughts? I simply put the swizzling in where the MockingjayProtocol is registered. |
@saltzmanjoelh My version corrects the build for Cocoapods and includes your version with the SwiftPM support: https://github.com/ppamorim/Mockingjay |
What is the status of this? Is there any progress in supporting SMP? I like MockingJay very much and would love to keep using it... |
@chbeer I think this is dead. You could try ppanmorim's in the comment above. |
Although I do see some recent commits? |
Maybe @ppamorim can issue a PR for SPM? |
As the only dependency URITemplate supports it, just adding Package.swift would work fine.
The text was updated successfully, but these errors were encountered: