diff options
author | Doug Huff <mith@jrbobdobbs.org> | 2011-06-27 15:11:35 -0500 |
---|---|---|
committer | Doug Huff <mith@jrbobdobbs.org> | 2011-06-27 15:11:35 -0500 |
commit | d8dda9de84eec34fa27dfb6be7c6bb0ab09de0d2 (patch) | |
tree | ee9e47934de3b4602c14bcfd858557ecf52efba0 /contrib | |
parent | d0d80170a2ca73004e08fb85007fe055cbf4e411 (diff) |
Add OSX App bundle and correct build instructions to reflect reality.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Bitcoin.app/Contents/Info.plist | 32 | ||||
-rw-r--r-- | contrib/Bitcoin.app/Contents/MacOS/.higit | 0 | ||||
-rw-r--r-- | contrib/Bitcoin.app/Contents/Resources/BitcoinAppIcon.icns | bin | 0 -> 286031 bytes |
3 files changed, 32 insertions, 0 deletions
diff --git a/contrib/Bitcoin.app/Contents/Info.plist b/contrib/Bitcoin.app/Contents/Info.plist new file mode 100644 index 0000000000..067afe921c --- /dev/null +++ b/contrib/Bitcoin.app/Contents/Info.plist @@ -0,0 +1,32 @@ +<?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>CFBundleDisplayName</key> + <string>Bitcoin</string> + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleExecutable</key> + <string>bitcoin</string> + <key>CFBundleIdentifier</key> + <string>org.bitcoin.bitcoin</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>Bitcoin</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>0.3.23</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>323</string> + <key>LSMinimumSystemVersion</key> + <string>10.5</string> + <key>CFBundleIconFile</key> + <string>BitcoinAppIcon.icns</string> + <key>LSMultipleInstancesProhibited</key> + <true/> +</dict> +</plist> diff --git a/contrib/Bitcoin.app/Contents/MacOS/.higit b/contrib/Bitcoin.app/Contents/MacOS/.higit new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/contrib/Bitcoin.app/Contents/MacOS/.higit diff --git a/contrib/Bitcoin.app/Contents/Resources/BitcoinAppIcon.icns b/contrib/Bitcoin.app/Contents/Resources/BitcoinAppIcon.icns Binary files differnew file mode 100644 index 0000000000..033ce1a607 --- /dev/null +++ b/contrib/Bitcoin.app/Contents/Resources/BitcoinAppIcon.icns |