New Issue Checklist
Environment
- version of OHHTTPStubs: 8.0.0 to 9.0.0
- integration method you are using:
- version of the tool you use: 0.36.0
Issue Description
Our project is moving to Swift Package Manager from Carthage (OHHTTPStubs 8.0.0) and found out that Mocktails are not supported by the package generated by the project, any chance this gets supported soon?
Previous implementation:
OHHTTPStubs.stubRequests(usingMocktailNamed: file, in: self.bundle, error: &error)
New Issue Checklist
OHHTTPStubsfor your project sectionEnvironment
Issue Description
Our project is moving to Swift Package Manager from Carthage (OHHTTPStubs 8.0.0) and found out that Mocktails are not supported by the package generated by the project, any chance this gets supported soon?
Previous implementation:
OHHTTPStubs.stubRequests(usingMocktailNamed: file, in: self.bundle, error: &error)