Files
VolumeControl/app/Info.plist
2026-03-15 06:02:56 +09:00

25 lines
827 B
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>CFBundleExecutable</key>
<string>VolumeControl</string>
<key>CFBundleIdentifier</key>
<string>com.volumecontrol.App</string>
<key>CFBundleName</key>
<string>VolumeControl</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>LSUIElement</key>
<true/>
<key>LSMinimumSystemVersion</key>
<string>10.14</string>
<key>NSMicrophoneUsageDescription</key>
<string>VolumeControl reads system audio through a virtual input device to provide software volume control for HDMI and other outputs.</string>
</dict>
</plist>