mumble-voip_mumble/src/mumble/mumble.plist.in

40 lines
1.2 KiB
XML

<?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>@PROJECT_DESCRIPTION@</string>
<key>CFBundleIconFile</key>
<string>mumble.icns</string>
<key>CFBundleIdentifier</key>
<string>mumble-client</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>@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2005-@MUMBLE_BUILD_YEAR@ The Mumble Developers</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSMicrophoneUsageDescription</key>
<string>Mumble uses your microphone to allow you to talk to other people</string>
</dict>
</plist>