aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2015-05-07 10:12:27 +0200
committerJonas Schnelli <[email protected]>2015-05-19 11:03:49 +0200
commit7cef321e65c87b2d1ea49e9b471f43b36eab6a16 (patch)
treee22f6c6ef05baa7e853a3eac735a0e094cae7079 /doc/build-osx.md
parentMerge pull request #6126 (diff)
downloaddiscoin-7cef321e65c87b2d1ea49e9b471f43b36eab6a16.tar.xz
discoin-7cef321e65c87b2d1ea49e9b471f43b36eab6a16.zip
[Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app"
Diffstat (limited to 'doc/build-osx.md')
-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 913e72519..02adff061 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-Qt.app bundle.
+bitcoind/bitcoin-cli binaries are not included in the Bitcoin-Core.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-Qt.app
+Once dependencies are compiled, see [doc/release-process.md](release-process.md) for how the Bitcoin-Core.app
bundle is packaged and signed to create the .dmg disk image that is distributed.
Running