aboutsummaryrefslogtreecommitdiff
path: root/contrib/macdeploy
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-026-6/+6
|
* really s/doge/dis/g this timeTomo Ueda2021-09-022-2/+2
|
* Merge branch 'rnicoll-rnicoll/1590-rebase' into 1.14-maintlangerhans2019-07-142-2/+2
|\
| * Updating Dogecoin references in Contrib filesAlan Cramer2019-07-122-2/+2
| | | | | | | | Updating some missed Bitcoin data to Dogecoin branding and values in Contrib folder
* | Merge branch '1.14-branding'langerhans2019-06-0910-101/+225
|\|
| * Changes for mac installer branding - See notesMichi Lumin2019-03-253-4/+4
| | | | | | These changes are necessary for the deploy scripts to see the app correctly. Also includes our background image. Note that DS_Store should be generated, but I'm including it so that it should be there in any case; though it may need to be edited - please give it a try.
| * Update fancy.plist to reflect Dogecoin-qtMichi Lumin2019-03-251-1/+1
| |
| * Up to date with BTC Current, changes to allow it to actually build for ↵Michi Lumin2019-03-251-28/+10
| | | | | | | | | | Dogecoin-Qt. Changed to current syntax as per Bitcoin current; and changed to Dogecoin-Qt to actually package the proper application.
| * Fix typospracticalswift2017-01-291-2/+2
| |
| * Merge #9450: Increment MIT licence copyright header year on files modified ↵Wladimir J. van der Laan2017-01-041-1/+1
| |\ | | | | | | | | | | | | | | | in 2016 27765b6 Increment MIT Licence copyright header year on files modified in 2016 (isle2983)
| | * Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | | | | | | | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
| * | Fix bug in dmg builder so that it actually reads in the configuration fileDon Patterson2016-12-301-1/+1
| | |
| * | build: Fix 'make deploy' for OSXCory Fields2016-12-231-2/+2
| |/ | | | | | | | | Native OSX uses system tools rather than 3rd party dependencies. rsvg-convert is still required, though.
| * [copyright] add MIT license headers to .sh scripts where missingisle29832016-09-113-0/+12
| | | | | | | | Years are set according to 'git log' history
| * Include instructions to extract Mac OS X SDK on Linux using 7zip and SleuthKitLuke Dashjr2016-08-291-0/+29
| |
| * depends: mac deploy Py3 compatibilityWladimir J. van der Laan2016-04-211-3/+3
| | | | | | | | | | | | This fixes the gitian MacOSX build, it was broken in #7723. The patch to `native_mac_alias` should probably make it upstream.
| * build: python 3 compatibilityWladimir J. van der Laan2016-03-292-71/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ubuntu 16.04 "xenial xerus" does not come with Python 2.x by default. It is possible to install a python-2.7 package, but this has its own problem: no `python` or `python2` symlink (see #7717). This fixes the following scripts to work with python 3: - `make check` (bctest,py, bitcoin-util-test.py) - `make translate` (extract_strings_qt.py) - `make symbols-check` (symbol-check.py) - `make security-check` (security-check.py) Explicitly call the python commands using $(PYTHON) instead of relying on the interpreter line at the top of the scripts.
| * Bugfix: Correct copyright year in Mac DMG background imageLuke Dashjr2015-12-221-1/+1
| |
| * More complicated package name substitution for Mac deploymentLuke Dashjr2015-12-229-4/+105
| |
| * gitian: Use the new bitcoin-detached-sigs git repo for OSX signaturesCory Fields2015-06-102-3/+4
| | | | | | | | | | | | | | | | | | | | Rather than fetching a signature.tar.gz from somewhere on the net, instruct Gitian to use a signature from a tag in the bitcoin-detached-sigs repository which corresponds to the tag of the release being built. This changes detached-sig-apply.sh to take a dirname rather than a tarball as an argument, though detached-sig-create.sh still outputs a tarball for convenience.
| * OSX: use "Bitcoin Core" as Bundle Display NameJonas Schnelli2015-06-033-2/+3
| |
| * [OSX] revert renaming of Bitcoin-Qt.appJonas Schnelli2015-06-013-3/+3
| |
* | Customize Icons, Strings and DMG of Mac build (and icons for windows)langerhans2015-10-319-8/+8
| |
* | gitian: Use the new bitcoin-detached-sigs git repo for OSX signaturesCory Fields2015-06-152-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Rather than fetching a signature.tar.gz from somewhere on the net, instruct Gitian to use a signature from a tag in the bitcoin-detached-sigs repository which corresponds to the tag of the release being built. This changes detached-sig-apply.sh to take a dirname rather than a tarball as an argument, though detached-sig-create.sh still outputs a tarball for convenience. Github-Pull: #6269 Rebased-From: c110575a92ebe2e9a58b53d56aafa1f1ae37dbb2
* | OSX: use "Bitcoin Core" as Bundle Display NameJonas Schnelli2015-06-033-2/+3
| | | | | | | | | | Github-Pull: #6214 Rebased-From: 0a32a9347e12a8d1d4a46bf9a1d5b3ae13bbe501
* | [OSX] revert renaming of Bitcoin-Qt.appJonas Schnelli2015-06-033-3/+3
|/ | | | | Github-Pull: #6214 Rebased-From: a2241eabfdbdadd2f96c0a538b9901257831b642
* build: Cope with spaces in filenames when creating/applying OSX sigsCory Fields2015-05-192-22/+21
|
* [Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app"Jonas Schnelli2015-05-196-7/+7
|
* add new osx dmg background pictureJonas Schnelli2015-01-205-1/+1
|
* osx packaging: update DS_Store after background changesCory Fields2015-01-201-0/+0
|
* osx packaging: move background image to .background to match gitian buildsCory Fields2015-01-201-4/+5
| | | | Also increase temp dmg filesize to account for a bigger background image
* build: add a deterministic dmg signerCory Fields2014-11-262-0/+99
|
* build: Clean up the dmg layoutCory Fields2014-11-251-0/+0
|
* build: macdeploy: filter out irrelevant qt5 frameworks and dylibsCory Fields2014-10-011-3/+23
|
* Keep symlinks when copying into .app bundleGavin Andresen2014-10-011-5/+5
| | | | | | | | | Code signing failed for me on OSX 10.9.5 because the Versions/Current symbolic links were being replaced with a duplicate copy of the frameworks' code. Releases were bigger than they needed to be, for the same reason.
* osx: fix signing to make Gatekeeper happy (again)Cory Fields2014-09-291-7/+2
| | | | | | | | | The approach from 65f3fa8d1 worked for signing on 10.9.4, but not newer versions. 10.9.5 (and up) want each framework to stand alone. Now in addition to copying the plist's from Qt for each framework, we put them in per-version dirs and only symlink to the latest, rather than using symlinks for any contents.
* build: osx: Fix incomplete framework packaging for codesigningCory Fields2014-08-231-0/+29
| | | | | | | Starting with 10.9, Framework versions must be signed individually, rather than as a single bundle version, in order to be properly codesigned. This change ensures that the proper plist files and symlinks are present prior to packaging.
* build: teach macdeploy the -translations-dir argument, for use with static qtCory Fields2014-08-061-1/+18
| | | | | When QT is linked statically, macdeploy can't infer its paths. While plugins and frameworks don't need to be packaged, translations still do (for now).
* Merge pull request #4104Wladimir J. van der Laan2014-07-301-1/+2
|\ | | | | | | 68aa01e Fixes error (Ian Carroll)
| * Fixes errorIan Carroll2014-04-281-1/+2
| |
* | Fix Error: No file at @loader_path/libboost_system-mt.dylibFederico Bond2014-07-091-1/+2
| |
* | Merge pull request #4187Wladimir J. van der Laan2014-05-302-15/+0
|\ \ | | | | | | | | | d16f6f8 Remove unused imports in macdeploy script (Federico Bond)
| * | Remove unused imports in macdeploy scriptFederico Bond2014-05-202-15/+0
| |/
* / Fix NameError in macdeploy scriptFederico Bond2014-05-151-2/+2
|/
* build: hook up "make deploy" for cross osx buildsCory Fields2014-03-201-0/+0
|
* build: fix qt.conf case-sensitivity in the deployed dmgCory Fields2014-03-201-2/+2
| | | | | | | | | | For qt5.2 on osx, the qcocoa plugin is mandatory. However, it fails to load when qt.conf specifies the "plugin" path instead of the expected "Plugin". This is in line with the documentation: https://qt-project.org/doc/qt-5.0/qtdoc/qt-conf.html I'm not sure how the plugins were loading before, unless the case-sensitivity for OSX is new.
* build: allow correct tools to be used for dmg creation.Cory Fields2014-03-201-3/+8
| | | | | | These come from the enironment, which will be properly setup by Make with the paths gleaned from configure. Also don't crash if plugins are static.
* Finished /Contrib Index. Standardized READMEs.super32013-10-152-14/+19
| | | | File and Link Fix.
* autotools: switch to autotools buildsystemCory Fields2013-09-052-18/+23
|
* Update default URL in verify.shfanquake2013-02-011-1/+1
| | | | | | | | | The current default URL doesn't seem to exist. Unsure wether this should be updated to point to 0.7.2 now or wether just to wait untill 0.8.0 is out and point there? Commit also fixes a minor typo in the macdeploy notes.txt