-
Notifications
You must be signed in to change notification settings - Fork 0
Hos 26349 rebase on main #1
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
Hos 26349 rebase on main #1
Conversation
7652ed4 to
7647f06
Compare
7647f06 to
f6afa01
Compare
When you provide an array of certificates (in binary format), simply set the SDWebImageDownloaderUseSpecifiedSSLCertificates option to let SDWebImage perform a trust chain evaluation when downloading images. You can use this as a safer alternative to SDWebImageDownloaderAllowInvalidSSLCertificates.
662b850 to
60de82f
Compare
ls-philippe-casgrain
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe make it build with Xcode 15?
60de82f to
768439b
Compare
|
@ls-philippe-casgrain it is running on Xcode 15.2
is this PR okay for you at this state or should I go for it and resolve the issues? |
|
iOS tests are all passing locally for me, Xcode 15.1 ✅ Are you planning on opening a PR to switch to SPM in CorePlatform? I'm about to open one to switch Base to SPM in CorePlatform |
Pull Request Description
Rebased old branch lightspeed-fixes on main in order to have an SPM support. This fork is used in CorePlatform in LUKit to download images.
Deleted the commit as now not relevant:
Message: HOS-9304 Fixed a known oops in SDWebImage’s umbrella header.
Hash: 49563e8
Author: Olivier Verhoogen olivier.verhoogen@lightspeedhq.com
Date: 18 Nov 2024 at 16:55
Decided to make a rebase as it is easier to check the exact commit and resolve conflicts only for it.