Skip to content

Add microphone access entitlement and usage description#38

Merged
trydis merged 1 commit into
mainfrom
mic-access
May 28, 2026
Merged

Add microphone access entitlement and usage description#38
trydis merged 1 commit into
mainfrom
mic-access

Conversation

@trydis

@trydis trydis commented May 28, 2026

Copy link
Copy Markdown
Owner

Adds NSMicrophoneUsageDescription to Info.plist and the audio-input entitlement to Shellraiser.entitlements to enable voice input.

Summary by CodeRabbit

  • New Features
    • Enabled voice input functionality. Users will be prompted to grant microphone permission when accessing voice features. The app now includes the necessary microphone access permissions and audio input capabilities, allowing seamless voice-based interactions and voice command support.

Review Change Stack

Adds NSMicrophoneUsageDescription to Info.plist and the audio-input
entitlement to Shellraiser.entitlements to enable voice input.
@coderabbitai

coderabbitai Bot commented May 28, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 97fa8408-676e-42d6-ad6b-e84c5082e860

📥 Commits

Reviewing files that changed from the base of the PR and between aeeed87 and 4e3586a.

📒 Files selected for processing (2)
  • Shellraiser/Info.plist
  • Shellraiser/Shellraiser.entitlements

📝 Walkthrough

Walkthrough

The PR adds microphone permissions and entitlements to the Shellraiser app. Info.plist now includes a user-facing explanation for requesting microphone access, while the entitlements file grants the necessary sandbox permission for audio input device access.

Changes

Microphone Access Configuration

Layer / File(s) Summary
Microphone permission and entitlements
Shellraiser/Info.plist, Shellraiser/Shellraiser.entitlements
NSMicrophoneUsageDescription string explains the microphone access requirement to users, and the sandbox entitlements grant com.apple.security.device.audio-input permission for audio input device access.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely describes the main changes: adding microphone access entitlement and usage description to enable voice input functionality.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch mic-access

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@trydis trydis merged commit cebaa43 into main May 28, 2026
2 checks passed
@trydis trydis deleted the mic-access branch May 28, 2026 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant