1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3<plist version="0.9">
4<dict>
5  <key>LSMinimumSystemVersion</key>
6  <string>10.14.0</string>
7
8  <key>LSArchitecturePriority</key>
9  <array>
10    <string>x86_64</string>
11  </array>
12
13  <key>CFBundleIconFile</key>
14  <string>bitcoin.icns</string>
15
16  <key>CFBundlePackageType</key>
17  <string>APPL</string>
18
19  <key>NSHumanReadableCopyright</key>
20  <string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_BUILD@, Copyright © 2009-@COPYRIGHT_YEAR@ @COPYRIGHT_HOLDERS_FINAL@</string>
21
22  <key>CFBundleShortVersionString</key>
23  <string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_BUILD@</string>
24
25  <key>CFBundleVersion</key>
26  <string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_BUILD@</string>
27
28  <key>CFBundleSignature</key>
29  <string>????</string>
30
31  <key>CFBundleExecutable</key>
32  <string>Bitcoin-Qt</string>
33
34  <key>CFBundleName</key>
35  <string>Bitcoin-Qt</string>
36
37  <key>LSHasLocalizedDisplayName</key>
38  <true/>
39
40  <key>CFBundleIdentifier</key>
41  <string>org.bitcoinfoundation.Bitcoin-Qt</string>
42
43  <key>CFBundleURLTypes</key>
44  <array>
45    <dict>
46      <key>CFBundleTypeRole</key>
47      <string>Editor</string>
48      <key>CFBundleURLName</key>
49      <string>org.bitcoin.BitcoinPayment</string>
50      <key>CFBundleURLSchemes</key>
51      <array>
52        <string>bitcoin</string>
53      </array>
54    </dict>
55  </array>
56
57  <key>NSPrincipalClass</key>
58    <string>NSApplication</string>
59
60  <key>NSHighResolutionCapable</key>
61    <string>True</string>
62
63  <key>LSApplicationCategoryType</key>
64    <string>public.app-category.finance</string>
65</dict>
66</plist>
67