Pavel Trafimuk

Results 5 issues of Pavel Trafimuk

**Describe the bug** When `frameworkB.targetB` depends on `frameworkA.targetA`, it doesn't have explicit target dependency in project settings **To Reproduce** Steps to reproduce the behavior: 1. Create app with two embedded...

type:enhancement
domain:generation

Currently mocks don't have ability to be hidden for some purposes, e.g. release/production. Yes, we can generate them only in unit-test targets, but this approach does not work in multi-modules...

**Tell us how we can improve Xcodes** First of all, thanks for you great job and app. Starting using I found what I missed - current list of Xcode versions...

enhancement

Currently we have 150+ modules with 300+ targets in project, each module has same assembly+injection code which is auto-generated by Sourcery. To make generation faster, we're preparing **list of ymls...

After updating Sourcery to new version, I found that one of my template is failing I found commit which broke it: 7153768c655c5e2435323cd08f01ed8b2d13f765 https://github.com/krzysztofzablocki/Sourcery/pull/1345 Part of the template: `{% for decodeType...