aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonas Schnelli <jonas.schnelli@include7.ch>2015-06-01 15:42:34 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-06-03 15:10:00 +0200
commit4d435d1c9a8b92503fddc38c444511b9bb2a4bf7 (patch)
tree8c8b664d22c4051b4323f6f6449d300a3395dd91 /doc
parentc00ae64f775e10f71c108f00ab28e6eb5af94524 (diff)
downloadbitcoin-4d435d1c9a8b92503fddc38c444511b9bb2a4bf7.tar.xz
[OSX] revert renaming of Bitcoin-Qt.app
Github-Pull: #6214 Rebased-From: a2241eabfdbdadd2f96c0a538b9901257831b642
Diffstat (limited to 'doc')
-rw-r--r--doc/build-osx.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index 02adff0615..913e72519f 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -100,7 +100,7 @@ Creating a release build
------------------------
You can ignore this section if you are building `bitcoind` for your own use.
-bitcoind/bitcoin-cli binaries are not included in the Bitcoin-Core.app bundle.
+bitcoind/bitcoin-cli binaries are not included in the Bitcoin-Qt.app bundle.
If you are building `bitcoind` or `Bitcoin-Qt` for others, your build machine should be set up
as follows for maximum compatibility:
@@ -111,7 +111,7 @@ All dependencies should be compiled with these flags:
-arch x86_64
-isysroot $(xcode-select --print-path)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
-Once dependencies are compiled, see [doc/release-process.md](release-process.md) for how the Bitcoin-Core.app
+Once dependencies are compiled, see [doc/release-process.md](release-process.md) for how the Bitcoin-Qt.app
bundle is packaged and signed to create the .dmg disk image that is distributed.
Running