diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-06-29 07:52:14 -0700 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-06-29 07:52:14 -0700 |
commit | 20f3f4ac169754c8d44a17727619e2e296427c07 (patch) | |
tree | 73bb9231d6f8b112023b7020935a02298640436b /contrib/Bitcoin.app | |
parent | 786bfc3bb7610e5b4f9affce3ce98da0df98256a (diff) | |
parent | d8dda9de84eec34fa27dfb6be7c6bb0ab09de0d2 (diff) |
Merge pull request #357 from jrmithdobbs/osx-appbundle
Add OSX App bundle and correct build instructions to reflect reality.
Diffstat (limited to 'contrib/Bitcoin.app')
-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 |