Merge pull request #664 from rowboatlabs/camera-plist-string

Add camera usage string to Info.plist
This commit is contained in:
arkml 2026-07-04 23:18:38 +05:30 committed by GitHub
commit cee8519e6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -199,6 +199,7 @@ module.exports = {
],
extendInfo: {
NSAudioCaptureUsageDescription: 'Rowboat needs access to system audio to transcribe meetings from other apps (Zoom, Meet, etc.)',
NSCameraUsageDescription: 'Rowboat uses your camera in video chat mode so the assistant can see you and give feedback (e.g. pitch practice).',
},
osxSign: {
batchCodesignCalls: true,