21 lines
885 B
Plaintext
21 lines
885 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>LSUIElement</key>
|
|
<true/>
|
|
<key>SUFeedURL</key>
|
|
<string>https://raw.githubusercontent.com/julianjear/makesomething-mac-app/main/appcast.xml</string>
|
|
<key>SUPublicEDKey</key>
|
|
<string>/l3d2rw5ZZFRU3AadP/w2Zf8FHfhA6bKv16BQOV5OSk=</string>
|
|
<key>VoiceTranscriptionProvider</key>
|
|
<string>assemblyai</string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>Clicky uses your microphone so you can talk to it</string>
|
|
<key>NSScreenCaptureUsageDescription</key>
|
|
<string>Clicky needs screen recording access to see your screen and help you.</string>
|
|
<key>NSSpeechRecognitionUsageDescription</key>
|
|
<string>Clicky uses speech recognition to transcribe your voice when you talk to it</string>
|
|
</dict>
|
|
</plist>
|