mirror of
https://github.com/morgan9e/VolumeControl
synced 2026-04-13 15:55:02 +09:00
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
<?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>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>VolumeControl</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.volumecontrol.Driver</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>VolumeControl</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>BNDL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>0.4.3</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0.0</string>
|
|
<key>CFPlugInFactories</key>
|
|
<dict>
|
|
<key>C957AD43-DACA-4A40-8850-3BA8CE28FAF9</key>
|
|
<string>VC_Create</string>
|
|
</dict>
|
|
<key>CFPlugInTypes</key>
|
|
<dict>
|
|
<key>443ABAB8-E7B3-491A-B985-BEB9187030DB</key>
|
|
<array>
|
|
<string>C957AD43-DACA-4A40-8850-3BA8CE28FAF9</string>
|
|
</array>
|
|
</dict>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright © 2016-2024 Background Music contributors</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string></string>
|
|
</dict>
|
|
</plist>
|