From 3fbceec8de833416bf1ae049f959f222c3f1a4a0 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Tue, 02 Jun 2026 14:05:59 +0800
Subject: [PATCH] Prepare Round 1 model profile QA baseline

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

diff --git a/VoiceSnapGo/build/darwin/Info.plist b/privatevoice.src/build/darwin/Info.plist
similarity index 69%
rename from VoiceSnapGo/build/darwin/Info.plist
rename to privatevoice.src/build/darwin/Info.plist
index 9c149fc..fd418b9 100755
--- a/VoiceSnapGo/build/darwin/Info.plist
+++ b/privatevoice.src/build/darwin/Info.plist
@@ -3,25 +3,25 @@
 <plist version="1.0">
 <dict>
     <key>CFBundleExecutable</key>
-    <string>VoiceSnap</string>
+    <string>PrivateVoice Input</string>
     <key>CFBundleIconFile</key>
     <string>icon.icns</string>
     <key>CFBundleIdentifier</key>
-    <string>com.voicesnap.app</string>
+    <string>com.privatevoice.input</string>
     <key>CFBundleName</key>
-    <string>VoiceSnap</string>
+    <string>PrivateVoice Input</string>
     <key>CFBundleDisplayName</key>
-    <string>VoiceSnap</string>
+    <string>PrivateVoice Input</string>
     <key>CFBundlePackageType</key>
     <string>APPL</string>
     <key>CFBundleShortVersionString</key>
-    <string>2.1.4</string>
+    <string>2.1.18</string>
     <key>CFBundleVersion</key>
-    <string>20260518.1748</string>
+    <string>20260601.1905</string>
     <key>LSMinimumSystemVersion</key>
     <string>11.0</string>
     <key>NSMicrophoneUsageDescription</key>
-    <string>VoiceSnap needs microphone access for voice-to-text input.</string>
+    <string>PrivateVoice Input needs microphone access for voice-to-text input.</string>
     <key>NSHighResolutionCapable</key>
     <true/>
     <key>LSUIElement</key>

--
Gitblit v1.9.3