Minor release: warm whisper-server backend (no per-dictation model reload), live mic-level HUD with silence warning, and a custom recognised->replacement dictionary that also biases the whisper prompt. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
42 sor
1.3 KiB
Plaintext
42 sor
1.3 KiB
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>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>WhisperDictate</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>WhisperDictate</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>AppIcon</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.whisperdictate.app</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>WhisperDictate</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.3.0</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>3</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>13.0</string>
|
|
<key>LSUIElement</key>
|
|
<true/>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSAllowsLocalNetworking</key>
|
|
<true/>
|
|
</dict>
|
|
<key>NSAppleEventsUsageDescription</key>
|
|
<string>WhisperDictate needs accessibility access to paste transcribed text.</string>
|
|
<key>NSHighResolutionCapable</key>
|
|
<true/>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>WhisperDictate needs microphone access to record your voice for transcription.</string>
|
|
</dict>
|
|
</plist>
|