diff --git a/VoiceInk/Info.plist b/VoiceInk/Info.plist index ad0eda6..c29b98f 100644 --- a/VoiceInk/Info.plist +++ b/VoiceInk/Info.plist @@ -16,5 +16,7 @@ VoiceInk needs access to your microphone to record audio for transcription. NSAppleEventsUsageDescription VoiceInk needs to interact with your browser to detect the current website for applying website-specific configurations. + NSScreenCaptureUsageDescription + VoiceInk needs screen recording access to understand context from your screen for improved transcription accuracy. diff --git a/VoiceInk/VoiceInk.entitlements b/VoiceInk/VoiceInk.entitlements index 12a2b56..d84e092 100644 --- a/VoiceInk/VoiceInk.entitlements +++ b/VoiceInk/VoiceInk.entitlements @@ -8,6 +8,8 @@ com.apple.security.device.audio-input + com.apple.security.screen-capture + com.apple.security.files.user-selected.read-only com.apple.security.network.client