MockBalm
Example
To run the example project, clone the repo, and run pod install from the Example directory first.
Requirements
Installation
MockBalm is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'MockBalm'Setup
- Copy sourcery files into local project. This can be done manually, or using
bundle exec fastlane copyResourcesif you are usingappstarter-pod-ios. - Add a file called
LocalImports.stencilto the same directory as your copied sourcery files. In this file add anyimportand@testable importstatements that are needed for the local project - Add a
.sourcery.ymlfile to the root of the project. An example can be copied from/MockBalm/Resources/Sourcery/Config/.sourcery.yml(don't forget to edit it to work with the specific project)
Author
gllittler, [email protected]
License
MockBalm is available under the MIT license. See the LICENSE file for more info.