This commit supports steps 1 and 2 in the new workflow:
1. Change the logic in the daemon to check the github api for the latest release that is not a pre release
2. Change travis to mark all releases as pre release
3. When we are ready to stage a release we push a tag to master. Travis builds the packages and releases them
4. We manually check them
5. Remove the pre release mark when we are happy
The python from brew links to brew's version of openssl
while the python one works with what osx has by default.
We need the later or else the resultiing app bundle
only works on machines that have brew's version of
openssl.
setup_uri_handler.py has moved, update build script to reflect
again, setup_uri_handler changed location
remove pipe to /dev/null
try updating openssl
try deep signing
another file renamed
install a dependency
prereqs
install requirements
install certifi
only install requirements on osx
thin binaries only if they're actually fat
This is a cleaned up version of commit c5dc06962d
add OSX build to travis matrix
fix the OSX build not failing
add encrypted certificate and identity file
Update submodule to lbry-osx-app/master