-
Notifications
You must be signed in to change notification settings - Fork 463
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
iOS 13 support #329
iOS 13 support #329
Conversation
|
454d661
to
fced622
Compare
required for iOS 13 solution is less than perfect since it - uses private libimobiledevice structures - ignores gnutls ssl support - doesn't clean up ssl sessions
fced622
to
b4b877e
Compare
@githubdhina did you build libimobiledevice with gnutls support? |
@artygus, thanks for the response. No, I did not build the libimobiledevice with gnutls support. Can you help me with the steps please? |
@githubdhina you don't have to build it with gnutls, it's not supported by iwdp atm. what's you environment? how do you build libimobiledevice? from master? |
@artygus, my environment is macOS Mojave Version 10.14.6. |
libimobiledevice should be installed with --HEAD flag |
@artygus , installing libimobiledevice with --HEAD flag fixed it. Thanks. |
Is there going to be a new release with this soon? Tried to build it myself but don't think I have the setup.... I see that the version is still on 1.8.5 though? |
Brings in ssl support
Solution is less than perfect since it
resolves #327 #314 #328
closes #317