Files
meetingnotes/meetingnotes/Info.plist
T

17 lines
732 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSAudioCaptureUsageDescription</key>
<string>Meetingnotes needs access to capture system audio for transcription.</string>
<key>NSScreenCaptureUsageDescription</key>
<string>Meetingnotes needs screen recording permission to capture system audio for transcription.</string>
<key>SUFeedURL</key>
<string>https://raw.githubusercontent.com/owengretzinger/meetingnotes/main/appcast.xml</string>
<key>SUPublicEDKey</key>
<string>BVXHOV8ZxPxKZ1swhFndymzew9nyd3si7849JA9cqsg=</string>
<key>SUEnableInstallerLauncherService</key>
<true/>
</dict>
</plist>