OCMock with Swift Package Manager
Is there a plan to use OCMock with Swift Package Manager? Would be awesome to stub Apples Objective-C classes with Cuckoo via SPM 😀
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 https://github.com/erikdoe/ocmock/pull/379. I reached out to them. Maybe we can get some traction there 👍
Pull Request on OCMock is coming in https://github.com/erikdoe/ocmock/pull/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. What do you think, @TadeasKriz ?
https://github.com/erikdoe/ocmock/pull/442 was abandoned in favor for https://github.com/erikdoe/ocmock/pull/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.