Ariver
2026-07-01 2547282e0942a09b67fccfd53cf62a403ccd4a52
privatevoice.src/build/darwin/Info.plist
@@ -2,29 +2,35 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>CFBundleExecutable</key>
    <string>PrivateVoice Input</string>
    <key>CFBundleIconFile</key>
    <string>icon.icns</string>
    <key>CFBundleIdentifier</key>
    <string>com.privatevoice.input</string>
    <key>CFBundleName</key>
    <string>PrivateVoice Input</string>
    <key>CFBundleDisplayName</key>
    <string>PrivateVoice Input</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleShortVersionString</key>
    <string>2.1.18</string>
    <key>CFBundleVersion</key>
    <string>20260601.1905</string>
    <key>LSMinimumSystemVersion</key>
    <string>11.0</string>
    <key>NSMicrophoneUsageDescription</key>
    <string>PrivateVoice Input needs microphone access for voice-to-text input.</string>
    <key>NSHighResolutionCapable</key>
    <true/>
    <key>LSUIElement</key>
    <true/>
   <key>CFBundleDevelopmentRegion</key>
   <string>en</string>
   <key>CFBundleDisplayName</key>
   <string>PrivateVoice Dictation</string>
   <key>CFBundleExecutable</key>
   <string>PrivateVoice Dictation</string>
   <key>CFBundleIconFile</key>
   <string>icon.icns</string>
   <key>CFBundleIdentifier</key>
   <string>com.shanghai3168.privatevoicedictation</string>
   <key>CFBundleName</key>
   <string>PrivateVoice Dictation</string>
   <key>CFBundlePackageType</key>
   <string>APPL</string>
   <key>CFBundleShortVersionString</key>
   <string>2.1.38</string>
   <key>CFBundleVersion</key>
   <string>20260629.2014</string>
   <key>ITSAppUsesNonExemptEncryption</key>
   <false/>
   <key>LSApplicationCategoryType</key>
   <string>public.app-category.productivity</string>
   <key>LSMinimumSystemVersion</key>
   <string>14.0</string>
   <key>LSUIElement</key>
   <true/>
   <key>NSHighResolutionCapable</key>
   <true/>
   <key>NSMicrophoneUsageDescription</key>
   <string>PrivateVoice Dictation needs microphone access for voice-to-text input.</string>
</dict>
</plist>