Fix screen capture permissions

This commit is contained in:
Beingpax 2025-03-07 22:38:20 +05:45
parent c5fe37a038
commit 3565f433bc
2 changed files with 4 additions and 0 deletions

View File

@ -16,5 +16,7 @@
<string>VoiceInk needs access to your microphone to record audio for transcription.</string> <string>VoiceInk needs access to your microphone to record audio for transcription.</string>
<key>NSAppleEventsUsageDescription</key> <key>NSAppleEventsUsageDescription</key>
<string>VoiceInk needs to interact with your browser to detect the current website for applying website-specific configurations.</string> <string>VoiceInk needs to interact with your browser to detect the current website for applying website-specific configurations.</string>
<key>NSScreenCaptureUsageDescription</key>
<string>VoiceInk needs screen recording access to understand context from your screen for improved transcription accuracy.</string>
</dict> </dict>
</plist> </plist>

View File

@ -8,6 +8,8 @@
<true/> <true/>
<key>com.apple.security.device.audio-input</key> <key>com.apple.security.device.audio-input</key>
<true/> <true/>
<key>com.apple.security.screen-capture</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key> <key>com.apple.security.files.user-selected.read-only</key>
<true/> <true/>
<key>com.apple.security.network.client</key> <key>com.apple.security.network.client</key>