aboutsummaryrefslogtreecommitdiff
path: root/share/qt/Info.plist.in
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2014-02-25 21:35:48 -0500
committerGavin Andresen <gavinandresen@gmail.com>2014-02-25 21:36:31 -0500
commit26e4b52712faf8e60814f7f6030b6dded1df8038 (patch)
tree97697ef530e5938e440e3fac655591c940979324 /share/qt/Info.plist.in
parent12f5787d4545aa4ea8b7b58dc21319d574023b1f (diff)
downloadbitcoin-26e4b52712faf8e60814f7f6030b6dded1df8038.tar.xz
Require OSX 10.6, 64-bit
Drop support for 32-bit or pre-10.6 Macs. Also, some of the OSX build docs hadn't been updated since the autotools change.
Diffstat (limited to 'share/qt/Info.plist.in')
-rw-r--r--share/qt/Info.plist.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in
index b1c2dcb462..4ed1f1be50 100644
--- a/share/qt/Info.plist.in
+++ b/share/qt/Info.plist.in
@@ -2,6 +2,14 @@
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.6.0</string>
+
+ <key>LSArchitecturePriority</key>
+ <array>
+ <string>x86_64</string>
+ </array>
+
<key>CFBundleIconFile</key>
<string>bitcoin.icns</string>