mockingbird
mockingbird copied to clipboard
Some way to generate the mocks in the structure base of a private pod.
New Issue Checklist
- [x] I updated my Mockingbird framework and CLI to the latest version
- [x] I searched for existing GitHub issues
Description
I would like some way to set the framework to generate the mocks. In the Cocoapod example project, the pod is installed as a framework so I was not able to generate the mocks using this amazing library.
Example
I can add the MyPod-Example target to generate the mocks. But I want to generate the mocks for MyPod.
If you create a template with pod lib create MyPod
it is easy to have the environment of my case.
Thank you much!!! 😍
It’s possible to install Mockingbird onto the generated Pods project (you’ll need to do it as a post pod install
action). I’ll look into improving the docs around this, but the setup is basically the same as the one in the Readme if you’re using the CLI configurator.
@asam139 @andrewchang-bird This worked fine, although I believe the .mockingbird-ignore is not being respected in this case, can you please verify?