Jierong Li
Jierong Li
@phatblat This [comment](https://github.com/OAuthSwift/OAuthSwift/issues/653#issuecomment-832198273) seems that you misunderstand the purpose of `ASWebAuthenticationSession` or there is a design change. I think `ASWebAuthenticationSession` is designed for using a custom URL without declaring it...
I am wondering if this feature available now🤔 I tried something like below according the document you provided. ``` kotlin @Preview(showBackground = true) @Composable fun PreviewLandingScreen() { ConferenceAppFeederTheme(false) { val...
However, there is no proper reason like `0A2A.1` for [System boot time APIs](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api#4278394), so I sent a request to Apple for a new one.
Wrapping those activities in a test suite (e.g. a struct) seems sufficient to me. Are there any other reasons you need from `runActivity(named:block:)`?
I see. The purpose is not to group tests, but to divide a test up into subtasks that run serially and share variables👍