summaryrefslogtreecommitdiff
path: root/install/build_osx.sh
AgeCommit message (Expand)Author
2019-04-21macOS package hardening (#967)v2.1.dev1Micah Lee
2018-11-25Split entitlements files into child and parent, and try using them bothMicah Lee
2018-11-25Use entitlements file when codesigning for macOSMicah Lee
2017-04-18Added support for bundled Tor in macOSMicah Lee
2017-02-22Make CLI work with PyInstaller in macOSMicah Lee
2017-01-07Add a pyinstaller specMicah Lee
2016-09-04Migrate from PyInstaller to cx_Freeze for OSXMicah Lee
2016-04-11Switched from py2app to PyInstaller for Windows. Renamed version to version.t...Micah Lee
2016-04-10Updated OSX codesigning code for PyInstallerMicah Lee
2016-04-10Switch from py2app to PyInstallerMicah Lee
2016-02-12Made sure switch to python3 and Qt5 works in OSX (#261). Updated OSX instruct...Micah Lee
2015-05-26make build_osx.sh only codesign when you pass --signMicah Lee
2015-05-15codesign for OSX (#151)Micah Lee
2015-05-15Ripping out dmg code, replacing pyinstaller with py2app for OSX -- still in p...Micah Lee