From 605a6b2b280c0b2d555f0e2fad56b289361ce29c Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 07 Jun 2026 11:28:52 +0800
Subject: [PATCH] Add X-ASR live captions

---
 privatevoice.src/build/darwin/Info.plist |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/privatevoice.src/build/darwin/Info.plist b/privatevoice.src/build/darwin/Info.plist
index 0ccba09..594d068 100755
--- a/privatevoice.src/build/darwin/Info.plist
+++ b/privatevoice.src/build/darwin/Info.plist
@@ -3,25 +3,31 @@
 <plist version="1.0">
 <dict>
     <key>CFBundleExecutable</key>
-    <string>PrivateVoice Input</string>
+    <string>PrivateVoice Dictation</string>
     <key>CFBundleIconFile</key>
     <string>icon.icns</string>
     <key>CFBundleIdentifier</key>
-    <string>com.privatevoice.input</string>
+    <string>com.shanghai3168.privatevoicedictation</string>
+    <key>CFBundleDevelopmentRegion</key>
+    <string>en</string>
     <key>CFBundleName</key>
-    <string>PrivateVoice Input</string>
+    <string>PrivateVoice Dictation</string>
     <key>CFBundleDisplayName</key>
-    <string>PrivateVoice Input</string>
+    <string>PrivateVoice Dictation</string>
     <key>CFBundlePackageType</key>
     <string>APPL</string>
     <key>CFBundleShortVersionString</key>
-    <string>2.1.19</string>
+    <string>2.1.30</string>
     <key>CFBundleVersion</key>
-    <string>20260602.2022</string>
+    <string>20260607.1127</string>
+    <key>LSApplicationCategoryType</key>
+    <string>public.app-category.productivity</string>
+    <key>ITSAppUsesNonExemptEncryption</key>
+    <false/>
     <key>LSMinimumSystemVersion</key>
     <string>11.0</string>
     <key>NSMicrophoneUsageDescription</key>
-    <string>PrivateVoice Input needs microphone access for voice-to-text input.</string>
+    <string>PrivateVoice Dictation needs microphone access for voice-to-text input.</string>
     <key>NSHighResolutionCapable</key>
     <true/>
     <key>LSUIElement</key>

--
Gitblit v1.9.3