aboutsummaryrefslogtreecommitdiff
path: root/contrib/macdeploy/macdeployqtplus
AgeCommit message (Expand)Author
2022-01-02build: use a static .tiff for macOS .dmg over generatingfanquake
2021-06-09macdeploy: cleanup .temp.dmg if presentfanquake
2021-06-09macdeploy: remove qt4 related codefanquake
2021-06-09macdeploy: select the plugins we need, rather than excluding those we don'tfanquake
2021-06-09macdeploy: fix framework printing when passing -verbosefanquake
2021-06-09macdeploy: remove unused plistlib importfanquake
2020-11-30macdeploy: use Python 3.6fanquake
2020-11-30macdeploy: remove runHDIUtil in favor of directly calling subprocess.runfanquake
2020-11-30macdeploy: remove existing Bitcoin-Core.dmg if presentfanquake
2020-11-30macdeploy: move qt_conf to where it's usedfanquake
2020-11-30macdeploy: consolidate .DS_Store generationfanquake
2020-11-30macdeploy: assume plistlib is availablefanquake
2020-11-30macdeploy: have a single level of logging outputfanquake
2020-11-30macdeploy: remove add-resources argumentfanquake
2020-11-30macdeploy: remove codesigning argumentfanquake
2020-11-30build: automatically determine macOS translationsfanquake
2020-11-04macOS deploy: use the new plistlib APIJonas Schnelli
2019-09-10Merge #16477: build: skip deploying plugins we dont use in macdeployqtplusfanquake
2019-09-03test/contrib: Fix invalid escapes in regex stringsBen Woosley
2019-07-29scripts: filter more qt plugins we don't use in macdeployqtplusfanquake
2019-07-29scripts: misc cleanups in macdeployqtplusfanquake
2019-07-29scripts: use format() in macdeployqtplusfanquake
2019-07-29scripts: add type annotations to macdeployqtplusfanquake
2019-01-16build: Drop macports supportBen Woosley
2018-03-26Change all python files to use Python3John Newbery
2017-04-25Use `with` in `macdeployqtplus` script.Chris Gavin
2017-04-25Remove unused variable from `macdeployqtplus` script.Chris Gavin
2017-01-29Fix typospracticalswift
2016-12-30Fix bug in dmg builder so that it actually reads in the configuration fileDon Patterson
2016-12-23build: Fix 'make deploy' for OSXCory Fields
2016-04-21depends: mac deploy Py3 compatibilityWladimir J. van der Laan
2016-03-29build: python 3 compatibilityWladimir J. van der Laan
2015-12-22More complicated package name substitution for Mac deploymentLuke Dashjr
2015-06-03OSX: use "Bitcoin Core" as Bundle Display NameJonas Schnelli
2015-06-01[OSX] revert renaming of Bitcoin-Qt.appJonas Schnelli
2015-05-19[Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app"Jonas Schnelli
2015-01-20osx packaging: move background image to .background to match gitian buildsCory Fields
2014-10-01build: macdeploy: filter out irrelevant qt5 frameworks and dylibsCory Fields
2014-10-01Keep symlinks when copying into .app bundleGavin Andresen
2014-09-29osx: fix signing to make Gatekeeper happy (again)Cory Fields
2014-08-23build: osx: Fix incomplete framework packaging for codesigningCory Fields
2014-08-06build: teach macdeploy the -translations-dir argument, for use with static qtCory Fields
2014-07-30Merge pull request #4104Wladimir J. van der Laan
2014-07-09Fix Error: No file at @loader_path/libboost_system-mt.dylibFederico Bond
2014-05-30Merge pull request #4187Wladimir J. van der Laan
2014-05-20Remove unused imports in macdeploy scriptFederico Bond
2014-05-15Fix NameError in macdeploy scriptFederico Bond
2014-04-28Fixes errorIan Carroll
2014-03-20build: fix qt.conf case-sensitivity in the deployed dmgCory Fields
2014-03-20build: allow correct tools to be used for dmg creation.Cory Fields