13 lines
580 B
Plaintext
13 lines
580 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>Notetaker needs access to capture system audio for transcription.</string>
|
|
<key>NSScreenCaptureUsageDescription</key>
|
|
<string>Notetaker needs screen recording permission to capture system audio for transcription.</string>
|
|
<key>SUFeedURL</key>
|
|
<string>https://raw.githubusercontent.com/owengretzinger/notetaker/main/appcast.xml</string>
|
|
</dict>
|
|
</plist>
|