From 7eb0b4196ce15c8bfbb0514c54b51cf019c78d24 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Tue, 23 Jun 2026 13:15:33 +0800 Subject: [PATCH] Prepare 2.1.34 input settings QA build --- privatevoice.src/build/darwin/Info.plist | 60 ++++++++++++++++++++++++++++++------------------------------ 1 files changed, 30 insertions(+), 30 deletions(-) diff --git a/privatevoice.src/build/darwin/Info.plist b/privatevoice.src/build/darwin/Info.plist index 95314f9..d212015 100755 --- a/privatevoice.src/build/darwin/Info.plist +++ b/privatevoice.src/build/darwin/Info.plist @@ -2,35 +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 Dictation</string> - <key>CFBundleIconFile</key> - <string>icon.icns</string> - <key>CFBundleIdentifier</key> - <string>com.shanghai3168.privatevoicedictation</string> - <key>CFBundleDevelopmentRegion</key> - <string>en</string> - <key>CFBundleName</key> - <string>PrivateVoice Dictation</string> - <key>CFBundleDisplayName</key> - <string>PrivateVoice Dictation</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleShortVersionString</key> - <string>2.1.31</string> - <key>CFBundleVersion</key> - <string>20260614.2056</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 Dictation 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.34</string> + <key>CFBundleVersion</key> + <string>20260623.1312</string> + <key>ITSAppUsesNonExemptEncryption</key> + <false/> + <key>LSApplicationCategoryType</key> + <string>public.app-category.productivity</string> + <key>LSMinimumSystemVersion</key> + <string>11.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> -- Gitblit v1.9.3