Skip to content
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

Merged
merged 1 commit into from
Oct 7, 2019
Merged

iOS 13 support #329

merged 1 commit into from
Oct 7, 2019

Conversation

artygus
Copy link
Collaborator

@artygus artygus commented Oct 4, 2019

Brings in ssl support

Solution is less than perfect since it

  • uses private libimobiledevice structures
  • ignores gnutls ssl support
  • doesn't clean up ssl sessions

resolves #327 #314 #328
closes #317

@artygus
Copy link
Collaborator Author

artygus commented Oct 4, 2019

⚠️ Contains untested code after clean up

@artygus artygus force-pushed the ios_13_support branch 2 times, most recently from 454d661 to fced622 Compare October 4, 2019 06:16
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
@artygus artygus changed the title W.I.P: iOS 13 support iOS 13 support Oct 7, 2019
@artygus artygus merged commit ba9a3f4 into master Oct 7, 2019
@artygus artygus deleted the ios_13_support branch October 7, 2019 21:15
@githubdhina
Copy link

githubdhina commented Oct 8, 2019

Brings in ssl support

Solution is less than perfect since it

  • uses private libimobiledevice structures
  • ignores gnutls ssl support
  • doesn't clean up ssl sessions

resolves #327 #314 #328
closes #317

I tried building from master, but I see the following when trying to see the listening devices:
Screenshot 2019-10-08 at 1 13 48 PM

@artygus
Copy link
Collaborator Author

artygus commented Oct 8, 2019

@githubdhina did you build libimobiledevice with gnutls support?

@githubdhina
Copy link

@artygus, thanks for the response. No, I did not build the libimobiledevice with gnutls support. Can you help me with the steps please?

@artygus
Copy link
Collaborator Author

artygus commented Oct 8, 2019

@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?

@githubdhina
Copy link

@artygus, my environment is macOS Mojave Version 10.14.6.
libimobiledevice version 1.2.0_4 was installed via homebrew.

@artygus
Copy link
Collaborator Author

artygus commented Oct 8, 2019

libimobiledevice should be installed with --HEAD flag

@githubdhina
Copy link

@artygus , installing libimobiledevice with --HEAD flag fixed it. Thanks.

@zacaj
Copy link

zacaj commented Oct 8, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to connect with iPad Pro 10.5" on iPadOS 13.1
3 participants