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