Skip to content

Commit c70e89a

Browse files
author
bitswiftdev
committed
Updated file for mac compile
1 parent 6b87b16 commit c70e89a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

contrib/macdeploy/Info.plist

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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>NSPrincipalClass</key>
6+
<string>NSApplication</string>
7+
<key>CFBundleIconFile</key>
8+
<string>bitcoin.icns</string>
9+
<key>CFBundlePackageType</key>
10+
<string>APPL</string>
11+
<key>CFBundleGetInfoString</key>
12+
<string>BitSwift [SWIFT] Crypto-Currency 1.0.0</string>
13+
<key>CFBundleExecutable</key>
14+
<string>BitSwift Qt</string>
15+
<key>CFBundleIdentifier</key>
16+
<string>com.bitswift.bitswift-qt</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>1.0.0</string>
19+
<key>CFBundleSignature</key>
20+
<string>SwFt</string>
21+
<key>CFBundleVersion</key>
22+
<string>1.0.0</string>
23+
</dict>
24+
</plist>

0 commit comments

Comments
 (0)