aboutsummaryrefslogtreecommitdiff
path: root/src/mac
diff options
context:
space:
mode:
authorAlan Westbrook <[email protected]>2014-01-24 20:44:28 -0800
committerAlan Westbrook <[email protected]>2014-01-24 20:44:28 -0800
commitfc1a317b653d08c00f8ff6e7d209deccfd2cc730 (patch)
tree7c1a6485c7d295adbda6ba21a8d038c1efac8429 /src/mac
parentChanges to get it working with the current osx platform (diff)
downloaddiscoin-fc1a317b653d08c00f8ff6e7d209deccfd2cc730.tar.xz
discoin-fc1a317b653d08c00f8ff6e7d209deccfd2cc730.zip
mac build updates
uses home-brew instead of macports uses static libs set the defines before we call out to leveldb compile make sure the leveldb script is executable update the plist appropriately use the correct MSG_NOSIGNAL value for Mac update the app icons for mac including all the retina versions.
Diffstat (limited to 'src/mac')
-rw-r--r--src/mac/Info.plist26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/mac/Info.plist b/src/mac/Info.plist
new file mode 100644
index 000000000..b3432ff1a
--- /dev/null
+++ b/src/mac/Info.plist
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleShortVersionString</key>
+ <string>1.5.0.1</string>
+ <key>CFBundleVersion</key>
+ <string>1.5 Alpha 1</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+ <key>CFBundleIconFile</key>
+ <string>Dogecoin.icns</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>© Dogecoin</string>
+ <key>CFBundleSignature</key>
+ <string>DOGE</string>
+ <key>CFBundleExecutable</key>
+ <string>Dogecoin-Qt</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.dogecoin.wallet-qt</string>
+ <key>CFBundleName</key>
+ <string>Dogecoin-Qt</string>
+</dict>
+</plist>