Skip to content

Conversation

@artygus
Copy link
Contributor

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

3 participants