Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mumble.plist « mumble « src - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 930cfd0aba15c5c2e1fa8878378be33e8d7563a3 (plain)
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
27
28
29
30
31
32
33
34
35
36
37
<?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>CFBundleExecutable</key>
	<string>Mumble</string>
	<key>CFBundleGetInfoString</key>
	<string>An open source, low-latency, high quality voice chat software primarily intended for use while gaming.</string>
	<key>CFBundleIconFile</key>
	<string>mumble.icns</string>
	<key>CFBundleIdentifier</key>
	<string>net.sourceforge.mumble.Mumble</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleSignature</key>
	<string>MBLE</string>
	<key>CFBundleURLTypes</key>
	<array>
		<dict>
			<key>CFBundleURLName</key>
			<string>Mumble Server URL</string>
			<key>CFBundleURLSchemes</key>
			<array>
				<string>mumble</string>
			</array>
		</dict>
	</array>
	<key>CFBundleVersion</key>
	<string>1.3.0</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright (c) 2005-2019 The Mumble Developers</string>
	<key>NSPrincipalClass</key>
	<string>NSApplication</string>
	<key>NSHighResolutionCapable</key>
	<true/>
</dict>
</plist>