-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: get usbmuxd socket address from USBMUXD_SOCKET_ADDRESS environment #190
Conversation
…socket path Signed-off-by: Muvaffak Onus <[email protected]>
@muvaf I don't see any changes since the last commit. Have you pushed your fixes? |
@mykola-mokhnach I was waiting on your take for this question, just pushed the change after testing. |
…var is given Signed-off-by: Muvaffak Onus <[email protected]>
@mykola-mokhnach I think you need to manually approve the workflows. |
## [2.8.0](v2.7.27...v2.8.0) (2024-12-23) ### Features * get usbmuxd socket address from USBMUXD_SOCKET_ADDRESS environment ([#190](#190)) ([9a5be45](9a5be45))
🎉 This PR is included in version 2.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hi @muvaf, congrats: the Appium project wants to compensate you for this contribution! Please reply to this comment mentioning @jlipps and @KazuCocoa and sharing your OpenCollective account name, so that we can initiate payment! Or let us know if you decline to receive compensation via OpenCollective. Thank you! |
@jlipps @KazuCocoa Thanks, my account handle is |
When
usbmuxd
is run without root user, it listens on a different path.usbmuxd
itself uses this env var if it's given.Tested manually with a real iPhone.