Uh oh!
There was an error while loading. Please reload this page.
Automatically package OpenSSL inside the framework - #668
Conversation
tiennou
commented
Sep 27, 2018
@pietbrauer Do you/GH have an opinion on this ? Just want to make sure I'm not stomping over some build system of yours by doing that… |
mxcl
commented
Sep 28, 2018
I had to edit the script to get it to build with Carthage. Since for some reason the |
5cc8e61 to
61051a5Comparetiennou
commented
Oct 27, 2018
Okay, I've rejigged that script, because I tried to take care of codesigning, which needed refactoring, but ultimately decided that I don't care enough (also I've removed the offending |
This automatically copies libssl & libcrypto inside our framework bundle.
61051a5 to
ce59040CompareUncommon
commented
Dec 18, 2018
Any progress on this? It looks like the travis build failed because of a file permissions error. |
Uncommon
commented
Jan 29, 2019
Thanks for the fix @tiennou. Can we please get this merged? |
tiennou
commented
Jan 30, 2019
🎉 |
As per the script's documentation :
In short, it will grab the Homebrew version of OpenSSL dylibs we're using and fixup the ObjectiveGit framework to use a copy of them.
It's 2018, that
install_nameshould have been automated by now 😉.Ref #667.