You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a module that includes another local module as dependency (podspecs are in the same directory, I use pod gen --local_sources=. for generation).
I would like to have pod gen generate test targets not only for the main pod spec but for the another module as well, similar to effect that can be achieved via Podfile by something like:
pod 'CoconutLib', '~> 1.0', :testspecs => ['Tests']
Is there a way to accomplish this?
The text was updated successfully, but these errors were encountered:
I'm working on a module that includes another local module as dependency (podspecs are in the same directory, I use
pod gen --local_sources=.
for generation).I would like to have
pod gen
generate test targets not only for the main pod spec but for the another module as well, similar to effect that can be achieved via Podfile by something like:Is there a way to accomplish this?
The text was updated successfully, but these errors were encountered: