choulepoka
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.
@tanderson-ld XCode 15.2 with public xrOS support, when can we expect a LD version that officially support xrOS?
Another argument for true async-await support in the LD SDK, right now, activating the Swift 6 compile mode actually breaks the LD SDK.
Hi @tanderson-ld ! Sorry for the delay. I have created a fork of the hello-ios-swift project and adjusted it to reproduce the bug https://github.com/choulepoka/hello-ios-swift The issue seems to occurs when...