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

Show device names #70

Merged
merged 16 commits into from
Feb 15, 2021
Merged

Show device names #70

merged 16 commits into from
Feb 15, 2021

Conversation

wtsnz
Copy link
Owner

@wtsnz wtsnz commented Feb 5, 2021

This PR adds device names using libimobiledevice.

One major thing is that libimobiledevice requires OpenSSL which in my experience has always been pain to get linked correctly, especially cross platform. I think I might need some help on this. Right now, I've made the required modifications to Portal that will fetch the device names, and I used brew install openssl to get the OpenSSL binaries on my system to build it locally. I will have to spend some time getting it working on CI, Windows & then make sure that I've not dynamically linked it.

Onwards and upwards! This'll be a nice change for everyone.

@wtsnz wtsnz self-assigned this Feb 5, 2021
@wtsnz
Copy link
Owner Author

wtsnz commented Feb 6, 2021

oh god openssl and ci is always a pain! one day I'll get it working...

@wtsnz wtsnz force-pushed the feature/device-name branch 2 times, most recently from 4eedae5 to d44b874 Compare February 15, 2021 20:22
@eric
Copy link
Contributor

eric commented Feb 15, 2021

I believe that the OBS dependencies include OpenSSL, so being able to use the mechanism that they use for their CI may be sufficient.

@wtsnz
Copy link
Owner Author

wtsnz commented Feb 15, 2021

I believe that the OBS dependencies include OpenSSL, so being able to use the mechanism that they use for their CI may be sufficient.

I wasn't able to find this. As far as I'm aware OpenSSL isn't included in the OBS dependencies - they use Mbed TLS instead of OpenSSL

@wtsnz wtsnz merged commit e707174 into master Feb 15, 2021
@wtsnz wtsnz deleted the feature/device-name branch February 16, 2021 00:46
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.

None yet

2 participants