From 9cd0d3eaa5983ac165936fbc4a0f0966723e7f49 Mon Sep 17 00:00:00 2001 From: hariel1985 Date: Fri, 5 Jun 2026 21:57:03 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20version:=20Info.plist=20CFBundleShortVers?= =?UTF-8?q?ionString=201.0.0=20=E2=86=92=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- macos/WhisperDictate.app/Contents/Info.plist | 60 ++++++++++---------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/macos/WhisperDictate.app/Contents/Info.plist b/macos/WhisperDictate.app/Contents/Info.plist index 623cb8a..292f4e2 100644 --- a/macos/WhisperDictate.app/Contents/Info.plist +++ b/macos/WhisperDictate.app/Contents/Info.plist @@ -2,35 +2,35 @@ - CFBundleDevelopmentRegion - en - CFBundleExecutable - WhisperDictate - CFBundleIconFile - AppIcon - CFBundleIdentifier - com.whisperdictate.app - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - WhisperDictate - CFBundleDisplayName - WhisperDictate - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0.0 - CFBundleVersion - 1 - LSMinimumSystemVersion - 13.0 - LSUIElement - - NSHighResolutionCapable - - NSMicrophoneUsageDescription - WhisperDictate needs microphone access to record your voice for transcription. - NSAppleEventsUsageDescription - WhisperDictate needs accessibility access to paste transcribed text. + CFBundleDevelopmentRegion + en + CFBundleDisplayName + WhisperDictate + CFBundleExecutable + WhisperDictate + CFBundleIconFile + AppIcon + CFBundleIdentifier + com.whisperdictate.app + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + WhisperDictate + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.2.0 + CFBundleVersion + 1 + LSMinimumSystemVersion + 13.0 + LSUIElement + + NSAppleEventsUsageDescription + WhisperDictate needs accessibility access to paste transcribed text. + NSHighResolutionCapable + + NSMicrophoneUsageDescription + WhisperDictate needs microphone access to record your voice for transcription.