Skip to content

Commit 840b77b

Browse files
committed
dist/Bitcoin-Qt.app/Contents/Info.plist
1 parent 5f82566 commit 840b77b

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
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>11</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>CFBundleSupportedPlatforms</key>
20+
<array>
21+
<string>MacOSX</string>
22+
</array>
23+
24+
<key>NSHumanReadableCopyright</key>
25+
<string>28.1.0, Copyright © 2009-2025 The Bitcoin Knots developers</string>
26+
27+
<key>CFBundleShortVersionString</key>
28+
<string>28.1.0</string>
29+
30+
<key>CFBundleVersion</key>
31+
<string>28.1.0</string>
32+
33+
<key>CFBundleSignature</key>
34+
<string>????</string>
35+
36+
<key>CFBundleExecutable</key>
37+
<string>Bitcoin-Qt</string>
38+
39+
<key>CFBundleName</key>
40+
<string>Bitcoin-Qt</string>
41+
42+
<key>LSHasLocalizedDisplayName</key>
43+
<true/>
44+
45+
<key>CFBundleIdentifier</key>
46+
<string>org.bitcoinfoundation.Bitcoin-Qt</string>
47+
48+
<key>CFBundleURLTypes</key>
49+
<array>
50+
<dict>
51+
<key>CFBundleTypeRole</key>
52+
<string>Editor</string>
53+
<key>CFBundleURLName</key>
54+
<string>org.bitcoin.BitcoinPayment</string>
55+
<key>CFBundleURLSchemes</key>
56+
<array>
57+
<string>bitcoin</string>
58+
</array>
59+
</dict>
60+
</array>
61+
62+
<key>NSPrincipalClass</key>
63+
<string>NSApplication</string>
64+
65+
<key>NSHighResolutionCapable</key>
66+
<string>True</string>
67+
68+
<key>LSApplicationCategoryType</key>
69+
<string>public.app-category.finance</string>
70+
</dict>
71+
</plist>

0 commit comments

Comments
 (0)