summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/Info.plist
blob: 2ad55814e3fb5b992bb0c10d6e9219b444ea3c89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleIconFile</key>
	<string>Subsurface.icns</string>
	<key>CFBundleName</key>
	<string>Subsurface</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
        <key>CFBundleGetInfoString</key>
	<string>Multi Platform Divelog in C and Gtk</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleExecutable</key>
	<string>subsurface</string>
	<key>CFBundleIdentifier</key>
	<string>org.hohndel.subsurface</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>1.0</string>
	<key>CFBundleVersionString</key>
	<string>2.1-rc1</string>
	<key>CFBundleVersion</key>
	<string>2.1-rc1</string>
</dict>
</plist>