erikdoe / ocmock

Mock objects for Objective-C
http://ocmock.org
Apache License 2.0
2.16k stars 606 forks source link

Add Swift Package Manager support #375

Closed paulb777 closed 3 years ago

paulb777 commented 5 years ago

At WWDC 2019, Apple announced Xcode integration with Swift Package Manager. It would be great to be able to use it with OCMock.

mRs- commented 4 years ago

It would be awesome to use this. How is the current state of this? Can we get any information about this? https://github.com/erikdoe/ocmock/pull/379 seems to got it working already. Is there any plan to provide this in the near future?

erikdoe commented 4 years ago

There's still the need for some clarification before #379 can be merged. It also has merge conflicts at the moment, but these are related to the clarifications.

This and #347 are the priorities of what I'm looking at. As always, I do this in my spare time, and I am not working on mobile apps in Swift so I need to learn about the concepts.

JuhaO81 commented 3 years ago

Any active plans for SPM?