-
Notifications
You must be signed in to change notification settings - Fork 182
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
OCMock with Swift Package Manager #335
Comments
Unless OCMock is available through SwiftPM, I'd think this wouldn't be possible. |
Okay, will take care of getting OCMock in SwiftPM then 😀 |
It seems there is already a Pull Request at OCMock erikdoe/ocmock#379. I reached out to them. Maybe we can get some traction there 👍 |
Pull Request on OCMock is coming in erikdoe/ocmock#442 |
Hey, @mRs-. Thanks for the update! |
Is it possible to fork OCMock for the time being and add the revision to SPM? Like Firebase is doing this? https://github.com/firebase/firebase-ios-sdk/blob/master/Package.swift#L123 |
Hey, @mRs-. Thanks for the update on this and proposed temporary solution. I don't see an issue with this as long as the SPM-added OCMock works fine with Cuckoo. |
erikdoe/ocmock#442 was abandoned in favor for erikdoe/ocmock#460 which was merged: https://github.com/erikdoe/ocmock/blob/master/Package.swift |
Thank you for the update. 🙂 So I suppose nothing prevents us to implement support for OCMock with SwiftPM now. |
I've managed to integrate OCMock as an SPM dependency, so it will be available for both SPM and CocoaPods out of the box with next release. |
Is there a plan to use OCMock with Swift Package Manager? Would be awesome to stub Apples Objective-C classes with Cuckoo via SPM 😀
The text was updated successfully, but these errors were encountered: