We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
add ability to get device name from server
this can be done using the libImobileDevice library
The text was updated successfully, but these errors were encountered:
The server could easily report this information at runtime.
libimobiledevice is useful before launching. Because of conflicting licenses, we cannot link to libimobiledevice.
Sorry, something went wrong.
So I guess the question is, do you need the device name before launching? Or would having the device name after launch be sufficient?
During runtime is sufficient. i could always use libImobileDevice to get it prior to launching calabash-ios server
No branches or pull requests
add ability to get device name from server
this can be done using the libImobileDevice library
The text was updated successfully, but these errors were encountered: