From 90eebcf95312760ea6417af065e8e3630c250b1a Mon Sep 17 00:00:00 2001 From: alexandrev-tibco Date: Thu, 20 Aug 2026 09:22:31 +0200 Subject: [PATCH] 2.0.4: bump de version y release notes (fix tap del microfono) Co-Authored-By: Claude Claude-Session: https://claude.ai/code/session_012Ks8uUcMA9mjypVK7F2Pkt --- CLAUDE.md | 4 ++-- MealMood.xcodeproj/project.pbxproj | 4 ++-- MealMood/Resources/Info.plist | 2 +- MealMoodWidget/Info.plist | 4 ++-- fastlane/metadata/de-DE/release_notes.txt | 2 +- fastlane/metadata/en-US/release_notes.txt | 4 ++-- fastlane/metadata/es-ES/release_notes.txt | 4 ++-- fastlane/metadata/fr-FR/release_notes.txt | 2 +- fastlane/metadata/it/release_notes.txt | 4 ++-- fastlane/metadata/pt-BR/release_notes.txt | 4 ++-- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 8d5e6e3..00d4b8e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ - **Name**: MealMood: Family Meal Planner - **Bundle ID**: com.alexandrevazquez.mealmood - **Platform**: iOS/iPadOS (also runs as iOS app on Mac) -- **Current version**: 2.0.3 (dev, beta-bound; 2.0.2 shipped to the App Store 2026-08-19) +- **Current version**: 2.0.4 (dev, beta-bound; 2.0.2 shipped to the App Store 2026-08-19) - **Main branch**: `1.0.1` (production), feature branches named after versions ### Branch ↔ version convention (IMPORTANT) @@ -13,7 +13,7 @@ The active dev branch is named after the **current** `MARKETING_VERSION`, not th # after bumping MARKETING_VERSION in the Xcode project to e.g. 1.1.6 git branch -m 1.1.6 # e.g. git branch -m 1.1.5 1.1.6 ``` -Right now: `MARKETING_VERSION = 2.0.3` → active branch is `2.0.3`. Keep them in sync. (The build number bump within the same version does NOT rename the branch — only a version change does.) +Right now: `MARKETING_VERSION = 2.0.4` → active branch is `2.0.4`. Keep them in sync. (The build number bump within the same version does NOT rename the branch — only a version change does.) **`MARKETING_VERSION` in the Xcode project does NOT drive the shipped version.** Both Info.plists hardcode their values, so bumping the project setting alone builds an IPA with the old version and App Store Connect rejects it (`90062: must contain a higher version than that of the previously approved version`). A version bump means editing three places, and `fastlane`'s `increment_build_number` only handles the app's build number: diff --git a/MealMood.xcodeproj/project.pbxproj b/MealMood.xcodeproj/project.pbxproj index ffb060d..2e3c81c 100644 --- a/MealMood.xcodeproj/project.pbxproj +++ b/MealMood.xcodeproj/project.pbxproj @@ -1030,7 +1030,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.0.3; + MARKETING_VERSION = 2.0.4; PRODUCT_BUNDLE_IDENTIFIER = com.alexandrevazquez.mealmood; PRODUCT_NAME = MealMood; PROVISIONING_PROFILE_SPECIFIER = "com.alexandrevazquez.mealmood AppStore"; @@ -1153,7 +1153,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.0.3; + MARKETING_VERSION = 2.0.4; PRODUCT_BUNDLE_IDENTIFIER = com.alexandrevazquez.mealmood; PRODUCT_NAME = MealMood; SDKROOT = iphoneos; diff --git a/MealMood/Resources/Info.plist b/MealMood/Resources/Info.plist index ac525cf..1c82657 100644 --- a/MealMood/Resources/Info.plist +++ b/MealMood/Resources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.0.3 + 2.0.4 CFBundleURLTypes diff --git a/MealMoodWidget/Info.plist b/MealMoodWidget/Info.plist index 20c92d1..beeba1e 100644 --- a/MealMoodWidget/Info.plist +++ b/MealMoodWidget/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 2.0.3 + 2.0.4 CFBundleVersion - 68 + 69 NSExtension NSExtensionPointIdentifier diff --git a/fastlane/metadata/de-DE/release_notes.txt b/fastlane/metadata/de-DE/release_notes.txt index df93f7b..c3423c7 100644 --- a/fastlane/metadata/de-DE/release_notes.txt +++ b/fastlane/metadata/de-DE/release_notes.txt @@ -1,3 +1,3 @@ -Neu in Version 2.0.3: +Neu in Version 2.0.4: • Behoben: Die App wurde beim Diktieren von Gerichten und Zutaten beendet. diff --git a/fastlane/metadata/en-US/release_notes.txt b/fastlane/metadata/en-US/release_notes.txt index 49fa603..24be469 100644 --- a/fastlane/metadata/en-US/release_notes.txt +++ b/fastlane/metadata/en-US/release_notes.txt @@ -1,3 +1,3 @@ -What's new in 2.0.3: +What's new in 2.0.4: -• Fixed: the app closed when using dictation for dishes and ingredients. +• Fixed: the app closed when dictating dishes and ingredients. diff --git a/fastlane/metadata/es-ES/release_notes.txt b/fastlane/metadata/es-ES/release_notes.txt index 2a0cc13..654c120 100644 --- a/fastlane/metadata/es-ES/release_notes.txt +++ b/fastlane/metadata/es-ES/release_notes.txt @@ -1,3 +1,3 @@ -Novedades en la versión 2.0.3: +Novedades en la versión 2.0.4: -• Corregido: la app se cerraba al usar el dictado de platos e ingredientes. +• Corregido: la app se cerraba al dictar platos e ingredientes. diff --git a/fastlane/metadata/fr-FR/release_notes.txt b/fastlane/metadata/fr-FR/release_notes.txt index d4049f2..7b73d86 100644 --- a/fastlane/metadata/fr-FR/release_notes.txt +++ b/fastlane/metadata/fr-FR/release_notes.txt @@ -1,3 +1,3 @@ -Nouveautés dans la version 2.0.3 : +Nouveautés dans la version 2.0.4 : • Corrigé : l'application se fermait lors de la dictée de plats et d'ingrédients. diff --git a/fastlane/metadata/it/release_notes.txt b/fastlane/metadata/it/release_notes.txt index 20971f3..3a76411 100644 --- a/fastlane/metadata/it/release_notes.txt +++ b/fastlane/metadata/it/release_notes.txt @@ -1,3 +1,3 @@ -Novità nella versione 2.0.3: +Novità nella versione 2.0.4: -• Corretto: l'app si chiudeva usando la dettatura di piatti e ingredienti. +• Corretto: l'app si chiudeva dettando piatti e ingredienti. diff --git a/fastlane/metadata/pt-BR/release_notes.txt b/fastlane/metadata/pt-BR/release_notes.txt index b6f73f6..13692bd 100644 --- a/fastlane/metadata/pt-BR/release_notes.txt +++ b/fastlane/metadata/pt-BR/release_notes.txt @@ -1,3 +1,3 @@ -Novidades na versão 2.0.3: +Novidades na versão 2.0.4: -• Corrigido: o app fechava ao usar o ditado de pratos e ingredientes. +• Corrigido: o app fechava ao ditar pratos e ingredientes.