From 3565f433bc7a338036b156c4eda7db818df3379b Mon Sep 17 00:00:00 2001 From: Beingpax Date: Fri, 7 Mar 2025 22:38:20 +0545 Subject: [PATCH] Fix screen capture permissions --- VoiceInk/Info.plist | 2 ++ VoiceInk/VoiceInk.entitlements | 2 ++ 2 files changed, 4 insertions(+) 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