1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3<plist version="1.0"> 4<dict> 5 <key>CFBundleExecutable</key> 6 <string>murmurd</string> 7 <key>CFBundleGetInfoString</key> 8 <string>An open source, low-latency, high quality voice chat software primarily intended for use while gaming.</string> 9 <key>CFBundleIdentifier</key> 10 <string>net.sourceforge.mumble.Murmur</string> 11 <key>CFBundlePackageType</key> 12 <string>APPL</string> 13 <key>CFBundleSignature</key> 14 <string>MMUR</string> 15 <key>CFBundleVersion</key> 16 <string>1.3.3</string> 17 <key>NSHumanReadableCopyright</key> 18 <string>Copyright (c) 2005-2020 The Mumble Developers</string> 19</dict> 20</plist> 21