Skip to content

Commit a2241ea

Browse files
committed
[OSX] revert renaming of Bitcoin-Qt.app
1 parent 87550ee commit a2241ea

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BITCOIN_QT_BIN=$(top_builddir)/src/qt/bitcoin-qt$(EXEEXT)
1414
BITCOIN_CLI_BIN=$(top_builddir)/src/bitcoin-cli$(EXEEXT)
1515
BITCOIN_WIN_INSTALLER=$(PACKAGE)-$(PACKAGE_VERSION)-win$(WINDOWS_BITS)-setup$(EXEEXT)
1616

17-
OSX_APP=Bitcoin-Core.app
17+
OSX_APP=Bitcoin-Qt.app
1818
OSX_DMG=Bitcoin-Core.dmg
1919
OSX_BACKGROUND_IMAGE=background.tiff
2020
OSX_DEPLOY_SCRIPT=$(top_srcdir)/contrib/macdeploy/macdeployqtplus

contrib/macdeploy/detached-sig-create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
ROOTDIR=dist
5-
BUNDLE="${ROOTDIR}/Bitcoin Core.app"
5+
BUNDLE="${ROOTDIR}/Bitcoin-Qt.app"
66
CODESIGN=codesign
77
TEMPDIR=sign.temp
88
TEMPLIST=${TEMPDIR}/signatures.txt

contrib/macdeploy/fancy.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<integer>370</integer>
2323
<integer>156</integer>
2424
</array>
25-
<key>Bitcoin Core.app</key>
25+
<key>Bitcoin-Qt.app</key>
2626
<array>
2727
<integer>128</integer>
2828
<integer>156</integer>

contrib/macdeploy/macdeployqtplus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ if os.path.exists("dist"):
596596

597597
# ------------------------------------------------
598598

599-
target = os.path.join("dist", "Bitcoin Core.app")
599+
target = os.path.join("dist", "Bitcoin-Qt.app")
600600

601601
if verbose >= 2:
602602
print "+ Copying source bundle +"

doc/build-osx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Creating a release build
100100
------------------------
101101
You can ignore this section if you are building `bitcoind` for your own use.
102102

103-
bitcoind/bitcoin-cli binaries are not included in the Bitcoin-Core.app bundle.
103+
bitcoind/bitcoin-cli binaries are not included in the Bitcoin-Qt.app bundle.
104104

105105
If you are building `bitcoind` or `Bitcoin-Qt` for others, your build machine should be set up
106106
as follows for maximum compatibility:
@@ -111,7 +111,7 @@ All dependencies should be compiled with these flags:
111111
-arch x86_64
112112
-isysroot $(xcode-select --print-path)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
113113

114-
Once dependencies are compiled, see [doc/release-process.md](release-process.md) for how the Bitcoin-Core.app
114+
Once dependencies are compiled, see [doc/release-process.md](release-process.md) for how the Bitcoin-Qt.app
115115
bundle is packaged and signed to create the .dmg disk image that is distributed.
116116

117117
Running

share/certs/PrivateKeyNotes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ signing requests.
77

88
For OSX, the private key was generated by Keychain.app on Gavin's main work machine.
99
The key and certificate is in a separate, passphrase-protected keychain file that is
10-
unlocked to sign the Bitcoin-Core.app bundle.
10+
unlocked to sign the Bitcoin-Qt.app bundle.
1111

1212
For Windows, the private key was generated by Firefox running on Gavin's main work machine.
1313
The key and certificate were exported into a separate, passphrase-protected PKCS#12 file, and
@@ -17,7 +17,7 @@ Threat analysis
1717
--
1818

1919
Gavin is a single point of failure. He could be coerced to divulge the secret signing keys,
20-
allowing somebody to distribute a Bitcoin-Core.app or bitcoin-qt-setup.exe with a valid
20+
allowing somebody to distribute a Bitcoin-Qt.app or bitcoin-qt-setup.exe with a valid
2121
signature but containing a malicious binary.
2222

2323
Or the machine Gavin uses to sign the binaries could be compromised, either remotely or

0 commit comments

Comments
 (0)