mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 21:41:36 +00:00
9 lines
293 B
Plaintext
9 lines
293 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>NSMicrophoneUsageDescription</key>
|
||
|
|
<string>Request microphone access for voice recording</string>
|
||
|
|
</dict>
|
||
|
|
</plist>
|