choulepoka

Results 7 comments of choulepoka

There is also another use case, if you have a class / method that is annotated with `@MainActor`, the code gets generated with the annotation, but internal mock code does...

Just being a curious party here, does this allows to snapshot a UIAlertController presented modally on top of the window?

This topic is of great interest to me personally / professionally, as I am myself running all my projects off `main` branch because some bug fixes have not been released...

Just to emphasize the important of this PR, we have a team that begins to use M1 as the main development platform, but our CI will be on Intel for...

@ajacquelin I know this will sound like _heresy_, but I side-stepped this particular problem: - generating the mocks manually - committing the result into the repository This may not be...

I actually added a post-generation command-line utility that takes the gigantic Mocks.generated.swift, and split it in a 1-mock per file fashion, and it's very effective. As a _bonus_, Github no...

+1 on this, Apple is putting pressure on us to provide privacy manifest, this should get done ASAP.