diff --git a/contrib/macdeploy/fancy.plist b/contrib/macdeploy/fancy.plist
index 36c67c41f..7498c8f0a 100644
--- a/contrib/macdeploy/fancy.plist
+++ b/contrib/macdeploy/fancy.plist
@@ -22,7 +22,7 @@
370
156
- Dogecoin-Qt.app
+ Litecoin-Qt.app
128
156
diff --git a/contrib/macdeploy/macdeployqtplus b/contrib/macdeploy/macdeployqtplus
index 083b8681a..ec1789f2d 100644
--- a/contrib/macdeploy/macdeployqtplus
+++ b/contrib/macdeploy/macdeployqtplus
@@ -763,7 +763,7 @@ if config.dmg is not None:
items_positions.append(itemscript.substitute(params))
params = {
- "disk" : "Dogecoin-Qt",
+ "disk" : "Litecoin-Qt",
"window_bounds" : "300,300,800,620",
"icon_size" : "96",
"background_commands" : "",
diff --git a/share/qt/Info.plist b/share/qt/Info.plist
index 5c0faea15..3c8531cf0 100644
--- a/share/qt/Info.plist
+++ b/share/qt/Info.plist
@@ -1,13 +1,13 @@
-
-
+
+
CFBundleIconFile
litecoin.icns
CFBundlePackageType
APPL
CFBundleGetInfoString
- $VERSION, Copyright © 2009-$YEAR The Dogecoin developers
+ $VERSION, Copyright © 2009-$YEAR The Bitcoin developers
CFBundleShortVersionString
$VERSION
CFBundleVersion
@@ -15,22 +15,22 @@
CFBundleSignature
????
CFBundleExecutable
- Dogecoin-Qt
+ Litecoin-Qt
CFBundleIdentifier
- org.dogecoin.wallet-qt
- CFBundleURLTypes
-
-
- CFBundleTypeRole
- Editor
- CFBundleURLName
- org.litecoin.LitecoinPayment
- CFBundleURLSchemes
-
- litecoin
-
-
-
+ org.litecoin.Litecoin-Qt
+ CFBundleURLTypes
+
+
+ CFBundleTypeRole
+ Editor
+ CFBundleURLName
+ org.litecoin.LitecoinPayment
+ CFBundleURLSchemes
+
+ litecoin
+
+
+
NSHighResolutionCapable
diff --git a/src/compat.h b/src/compat.h
index 7297a4d46..582300a92 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -28,10 +28,6 @@
#endif
typedef u_int SOCKET;
-#ifdef MAC_OSX
-#define MSG_NOSIGNAL SO_NOSIGPIPE
-#endif
-
#ifdef WIN32
#define MSG_NOSIGNAL 0
#define MSG_DONTWAIT 0
diff --git a/src/leveldb/build_detect_platform b/src/leveldb/build_detect_platform
old mode 100755
new mode 100644
diff --git a/src/qt/res/icons/dogecoin.icns b/src/qt/res/icons/dogecoin.icns
deleted file mode 100644
index 1ced687b5..000000000
Binary files a/src/qt/res/icons/dogecoin.icns and /dev/null differ