Juan Alvarez
Juan Alvarez
@jarsen glad to help!, so, yes, :D
Also, why this fork https://github.com/tonyzonghui/UIImage-Categories is the one that is on the official CocoaPods Specs repo?, cause @mbcharbonneau is way better!.
Got the same issue, any resolution about this?.
I'm this from :head now.
@w5346c @casualjim any workaround on this?, I'm using `master` and still the same issue, even with `v0.30.4`
@casualjim any workaround for this one?
@erd how can you share a fixture file, ex: a json file from an api response to mock, between `test` and `androidTest`?, I try doing this: https://gist.github.com/nebiros/4d6370c3ba87f3dd6f6a but doesn't work,...
@jffiorillo I found this way, to share fixture files from `test` to `androidTest`: - Add your fixture files to the `resources` folder of your `test` one, here: `src/test/resources`. - Add...