Fix version: Info.plist CFBundleShortVersionString 1.0.0 → 1.2.0
The bundle's marketing version was stuck at 1.0.0 while the Makefile and the shipped releases are 1.2.0. Align it so the app reports its real version. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2,35 +2,35 @@
|
|||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>WhisperDictate</string>
|
<string>WhisperDictate</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>AppIcon</string>
|
<string>WhisperDictate</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>com.whisperdictate.app</string>
|
<string>AppIcon</string>
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>6.0</string>
|
<string>com.whisperdictate.app</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
<string>WhisperDictate</string>
|
<string>6.0</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleName</key>
|
||||||
<string>WhisperDictate</string>
|
<string>WhisperDictate</string>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.0.0</string>
|
<string>1.2.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1</string>
|
<string>1</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>13.0</string>
|
<string>13.0</string>
|
||||||
<key>LSUIElement</key>
|
<key>LSUIElement</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>NSHighResolutionCapable</key>
|
<key>NSAppleEventsUsageDescription</key>
|
||||||
<true/>
|
<string>WhisperDictate needs accessibility access to paste transcribed text.</string>
|
||||||
<key>NSMicrophoneUsageDescription</key>
|
<key>NSHighResolutionCapable</key>
|
||||||
<string>WhisperDictate needs microphone access to record your voice for transcription.</string>
|
<true/>
|
||||||
<key>NSAppleEventsUsageDescription</key>
|
<key>NSMicrophoneUsageDescription</key>
|
||||||
<string>WhisperDictate needs accessibility access to paste transcribed text.</string>
|
<string>WhisperDictate needs microphone access to record your voice for transcription.</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
Reference in New Issue
Block a user