Cihat Gündüz
Cihat Gündüz
@AliSoftware We separate colors from images, so we have a `Colors.xcassets` file and a separate `Images.xcassets` file. We have a [project template](https://github.com/JamitLabs/NewProjectTemplate-iOS) where you can see our [configuration](https://github.com/JamitLabs/NewProjectTemplate-iOS/blob/stable/swiftgen.yml).
So, if I get this right then we should add the above typealiases to our project tempalte since it's a result of our setup. That's okay with me, but I...
@AliSoftware Exactly. That would be interesting to know.
Okay, I can see now why you would want to keep the default template this way. But I still can't convince my colleagues to simply use the default template for...
iPad support doesn't make us want to use trait collections. But even if it would, we still wouldn't provide different images for trait collections and even if that was the...
I've just created a simplified template which I'm suggesting to add to the project in #605. Even if you decide not to merge it, maybe someone will come across this...
Unfortunately the tests fail for me locally, probably also will on the CI. Don't know what I missed, I've updated the fixtures manually (generating didn't work even when the schemes...
@ashfurrow Can you maybe explain shortly why this issue is considered "closed"? I can't see how it is, none of the above mentioned workarounds is a real solution, they're all...
@sunshinejr Thanks for pointing that out. Actually I have not used `MultiTarget` yet. But as far as I understood from the [example docs](https://github.com/Moya/Moya/blob/master/docs/Examples/MultiTarget.md) it's rather there to structure the targets...
@jdisho Unless someone else sees a problem here as well, I'm not having any problems with RESTful APIs with Moya at the moment. I guess I just got used to...