Fix screen capture permissions
This commit is contained in:
parent
c5fe37a038
commit
3565f433bc
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user