15 lines
576 B
Plaintext
15 lines
576 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>CFBundleIconFile</key>
|
|
<string>voicebox</string>
|
|
<key>CFBundleIconName</key>
|
|
<string>voicebox</string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>voicebox needs microphone access to record voice samples for voice cloning.</string>
|
|
<key>NSScreenCaptureUsageDescription</key>
|
|
<string>Voicebox needs screen capture access to record system audio for voice samples.</string>
|
|
</dict>
|
|
</plist>
|