aboutsummaryrefslogtreecommitdiff
path: root/src/installer/info.plist.hd24connect
blob: afc8750e4355f912af011bf6ac24eebf60332fbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
	<key>CFBundleIdentifier</key>
	<string>com.hd24tools.hd24connect</string>
	<key>CFBundleName</key>
	<string>hd24connect</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleVersion</key>
	<string>59</string>
	<key>CFBundleShortVersionString</key>
	<string>HD24VERSION</string>
	<key>CFBundleIconFile</key>
	<string>icon.icns</string>
	<key>CFBundleSignature</key>
	<string>none</string>
	<key>CFBundleExecutable</key>
	<string>HD24connect</string>
</dict>
</plist>