14 lines
872 B
Plaintext
14 lines
872 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>CFBundleDisplayName</key><string>VoiceCat</string>
|
||
|
|
<key>CFBundleIdentifier</key><string>net.iamtalon.voicecat</string>
|
||
|
|
<key>CFBundleName</key><string>VoiceCat</string>
|
||
|
|
<key>CFBundleVersion</key><string>1</string>
|
||
|
|
<key>CFBundleShortVersionString</key><string>0.1.0</string>
|
||
|
|
<key>LSMinimumSystemVersion</key><string>14.0</string>
|
||
|
|
<key>NSMicrophoneUsageDescription</key><string>VoiceCat uses the microphone when you join voice and enable a microphone stream.</string>
|
||
|
|
<key>NSScreenCaptureUsageDescription</key><string>VoiceCat uses ScreenCaptureKit only when you share desktop or application audio.</string>
|
||
|
|
<key>NSPrincipalClass</key><string>NSApplication</string>
|
||
|
|
</dict></plist>
|