aboutsummaryrefslogtreecommitdiff
path: root/contrib/macdeploy
AgeCommit message (Expand)Author
2021-05-01build: Xcode 12.1, macOS SDK 10.15.6fanquake
2021-04-29build: use -isysroot over --sysroot on macOSfanquake
2021-01-07gitian: use signapple to create the MacOS code signatureAndrew Chow
2021-01-07gitian: use signapple to apply the MacOS code signatureAndrew Chow
2020-12-21script: Remove outdated extract-osx-sdk.shHennadii Stepanov
2020-12-16build: Replace genisoimage with xorrisofanquake
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-11depends: native_ds_store 1.3.0fanquake
2020-11-04macOS deploy: use the new plistlib APIJonas Schnelli
2020-06-22macos: Bump to xcode 11.3.1 and 10.15 SDKCory Fields
2020-06-22contrib: macdeploy: Remove historical extraction notesCarl Dong
2020-06-22contrib: macdeploy: Use apple-sdk-tools instead of xar+pbzxCarl Dong
2020-06-19contrib: macdeploy: Correctly generate macOS SDKCarl Dong
2020-04-24Merge #18589: Fix naming of macOS SDK and clarify versionfanquake
2020-04-23Fix naming of macOS SDK and clarify versionAndrew Chow
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-02-03build: use macOS 10.14 SDKfanquake
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-10-15Update macdeploy README to include correctly named `.dmg` file produced from ...Zakk
2019-09-17doc: Fix whitespace errs in .md files, bitcoin.conf, Info.plist.in, and find_...Jon Layton
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-07-04Enable ShellCheck rulesHennadii Stepanov
2019-01-16build: Drop macports supportBen Woosley
2018-12-29Update copyright headers to 2018DrahtBot
2018-10-20[macOS] Remove DS_Store WindowBounds bytes objectJonas Schnelli
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-20Obsolete #!/bin/bash shebangDesWurstes
2018-06-14Add "export LC_ALL=C" to all shell scriptspracticalswift
2018-03-26Change all python files to use Python3John Newbery
2017-10-18Fix incorrect quoting of quotes (the previous quotes had no effect beyond unq...practicalswift
2017-04-25Use `with` in `macdeployqtplus` script.Chris Gavin
2017-04-25Remove unused variable from `macdeployqtplus` script.Chris Gavin
2017-03-13Merge #9514: release: Windows signing scriptWladimir J. van der Laan
2017-01-29Fix typospracticalswift
2017-01-10release: create a bundle for the new signing scriptCory Fields