From 4e3586a67702b13df047245eb824c4eab260f665 Mon Sep 17 00:00:00 2001 From: Morten Trydal Date: Thu, 28 May 2026 09:23:03 +0200 Subject: [PATCH] Add microphone access entitlement and usage description Adds NSMicrophoneUsageDescription to Info.plist and the audio-input entitlement to Shellraiser.entitlements to enable voice input. --- Shellraiser/Info.plist | 2 ++ Shellraiser/Shellraiser.entitlements | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Shellraiser/Info.plist b/Shellraiser/Info.plist index 7f86c86..8dc7cec 100644 --- a/Shellraiser/Info.plist +++ b/Shellraiser/Info.plist @@ -22,6 +22,8 @@ $(MACOSX_DEPLOYMENT_TARGET) NSAppleEventsUsageDescription Shellraiser needs automation access to manage terminal processes. + NSMicrophoneUsageDescription + Shellraiser needs microphone access to enable voice input. NSAppleScriptEnabled OSAScriptingDefinition diff --git a/Shellraiser/Shellraiser.entitlements b/Shellraiser/Shellraiser.entitlements index 26e2509..bcd9c89 100644 --- a/Shellraiser/Shellraiser.entitlements +++ b/Shellraiser/Shellraiser.entitlements @@ -6,5 +6,7 @@ com.apple.security.files.user-selected.read-write + com.apple.security.device.audio-input + \ No newline at end of file