diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-06-03 15:05:31 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-06-03 15:08:46 +0200 |
| commit | 87406aa7354ef7aeb42d5dbac9f5a69d4095bc0c (patch) | |
| tree | 5cdbaad8c542e5da828ea346433309562d962845 /doc | |
| parent | Merge pull request #6203 (diff) | |
| parent | OSX: use "Bitcoin Core" as Bundle Display Name (diff) | |
| download | discoin-87406aa7354ef7aeb42d5dbac9f5a69d4095bc0c.tar.xz discoin-87406aa7354ef7aeb42d5dbac9f5a69d4095bc0c.zip | |
Merge pull request #6214
0a32a93 OSX: use "Bitcoin Core" as Bundle Display Name (Jonas Schnelli)
a2241ea [OSX] revert renaming of Bitcoin-Qt.app (Jonas Schnelli)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build-osx.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index 02adff061..913e72519 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 |