Jan Jaap de Groot
Jan Jaap de Groot
**Describe the bug** When using the `xcparse attachments` command, only `.heic` images are extracted from my xctest. The output folder also contains `.png` images and `.json` files which are not...
### Steps to reproduce 1. Install Telegram version 10.8.259860 from the macOS App Store 2. Start a call with participant 3. Ask participant to share screen 4. Open screen sharing...
### Description I would like to submit a feature request to support the retrieval of app icons. ### Solution In file: `FBSpringboardServicesClient.m` add method `getAppIcon:(NSString *)bundleId` Command: ```objc [self.connection sendAndReceiveMessage:@{@"command":...
The [Device.Attributes.Status enum](https://github.com/AvdLee/appstoreconnect-swift-sdk/blob/4c1264ef8ab4cf1d0c8c4ba989716c41a991c0ec/Sources/OpenAPI/Generated/Entities/Device.swift#L34) is missing the case `PROCESSING` **Error:** Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [StringCodingKey(stringValue: "data", intValue: nil), StringCodingKey(stringValue: "attributes", intValue: nil), StringCodingKey(stringValue: "status", intValue: nil)], debugDescription: "Cannot initialize Status from invalid String...
The Flutter and Compose content result id's are marked as private instead of public like all other result id's in all other checks. https://github.com/google/Accessibility-Test-Framework-for-Android/blob/c65cab02b2a845c29c3da100d6adefd345a144e3/src/main/java/com/google/android/apps/common/testing/accessibility/framework/checks/SpeakableTextPresentCheck.java#L56 https://github.com/google/Accessibility-Test-Framework-for-Android/blob/c65cab02b2a845c29c3da100d6adefd345a144e3/src/main/java/com/google/android/apps/common/testing/accessibility/framework/checks/SpeakableTextPresentCheck.java#L53 They should be public to...