Browse Source

Litecoin: MacOS X icon and deploy script

0.8
Rama McIntosh 11 years ago committed by Warren Togami
parent
commit
ea1c057b67
  1. 2
      bitcoin-qt.pro
  2. BIN
      contrib/macdeploy/background.png
  3. 2
      contrib/macdeploy/macdeployqtplus
  4. 6
      share/qt/Info.plist
  5. BIN
      src/qt/res/icons/litecoin.icns

2
bitcoin-qt.pro

@ -398,7 +398,7 @@ macx:HEADERS += src/qt/macdockiconhandler.h @@ -398,7 +398,7 @@ macx:HEADERS += src/qt/macdockiconhandler.h
macx:OBJECTIVE_SOURCES += src/qt/macdockiconhandler.mm
macx:LIBS += -framework Foundation -framework ApplicationServices -framework AppKit
macx:DEFINES += MAC_OSX MSG_NOSIGNAL=0
macx:ICON = src/qt/res/icons/bitcoin.icns
macx:ICON = src/qt/res/icons/litecoin.icns
macx:QMAKE_CFLAGS_THREAD += -pthread
macx:QMAKE_LFLAGS_THREAD += -pthread
macx:QMAKE_CXXFLAGS_THREAD += -pthread

BIN
contrib/macdeploy/background.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB

2
contrib/macdeploy/macdeployqtplus

@ -763,7 +763,7 @@ if config.dmg is not None: @@ -763,7 +763,7 @@ if config.dmg is not None:
items_positions.append(itemscript.substitute(params))
params = {
"disk" : "Bitcoin-Qt",
"disk" : "Litecoin-Qt",
"window_bounds" : "300,300,800,620",
"icon_size" : "96",
"background_commands" : "",

6
share/qt/Info.plist

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<plist version="0.9">
<dict>
<key>CFBundleIconFile</key>
<string>bitcoin.icns</string>
<string>litecoin.icns</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
@ -24,10 +24,10 @@ @@ -24,10 +24,10 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>org.bitcoinfoundation.BitcoinPayment</string>
<string>org.litecoin.LitecoinPayment</string>
<key>CFBundleURLSchemes</key>
<array>
<string>bitcoin</string>
<string>litecoin</string>
</array>
</dict>
</array>

BIN
src/qt/res/icons/litecoin.icns

Binary file not shown.
Loading…
Cancel
Save