-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: appropriately translate com.apple.SpringBoard and some system prompts #384
Conversation
mwakizaka
commented
Sep 22, 2023
- address: bug: system prompts are not appropriately translated with specified language capability on iOS simulators appium#19181
- I confirmed the behaviour using Xcode 14.3.1 and iOS simulator 16.4.
- As far as I checked locally, we don't need anything for the following system prompts
- Access to Your Photos
- Access to Your Microphone
- Access to Your Contacts
- Request App Store Reviews
- Enable iCloud Syncing
- App Tracking Transparency
Thanks @mwakizaka |
As far as I checked it's most likely because of appium/node-simctl@c691f20.
Do you have any idea how to resolve it? |
Linking #386 |
@mwakizaka I have fixed the tests. Please rebase |
16998a4
to
2aa1f04
Compare
Thank you! Done |
## [5.3.2](v5.3.1...v5.3.2) (2023-09-23) ### Bug Fixes * appropriately translate com.apple.SpringBoard and system prompts ([#384](#384)) ([edde636](edde636))
🎉 This PR is included in version 5.3.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |