0
0
mirror of https://github.com/mumble-voip/mumble.git synced 2024-11-21 15:17:56 +00:00
mumble-voip_mumble/helpers/g15helper/g15helper.plist.in
2022-09-10 17:28:34 +02:00

21 lines
812 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>mumble-g15-helper</string>
<key>CFBundleGetInfoString</key>
<string>Mumble helper daemon for interfacing with G15 and compatible keyboards.</string>
<key>CFBundleIdentifier</key>
<string>net.sourceforge.mumble.g15helper</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>G15H</string>
<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>
</dict>
</plist>