2.0.2: bump de version y release notes

Version en los tres sitios (Info.plist de app y widget + MARKETING_VERSION) y
widget adelantado a build 67, que es el que generara fastlane.

Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012Ks8uUcMA9mjypVK7F2Pkt
This commit is contained in:
alexandrev-tibco
2026-08-13 14:03:14 +02:00
parent cfa9769a06
commit 87e8735621
10 changed files with 19 additions and 31 deletions
+2 -2
View File
@@ -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.1 (dev, beta-bound; 2.0 shipped to the App Store 2026-07-28)
- **Current version**: 2.0.2 (dev, beta-bound; 2.0.1 shipped to the App Store 2026-08-13)
- **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 <old-version> 1.1.6 # e.g. git branch -m 1.1.5 1.1.6
```
Right now: `MARKETING_VERSION = 2.0.1` → active branch is `2.0.1`. 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.2` → active branch is `2.0.2`. 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:
+2 -2
View File
@@ -1026,7 +1026,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.0.1;
MARKETING_VERSION = 2.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.alexandrevazquez.mealmood;
PRODUCT_NAME = MealMood;
PROVISIONING_PROFILE_SPECIFIER = "com.alexandrevazquez.mealmood AppStore";
@@ -1149,7 +1149,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.0.1;
MARKETING_VERSION = 2.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.alexandrevazquez.mealmood;
PRODUCT_NAME = MealMood;
SDKROOT = iphoneos;
+1 -1
View File
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.1</string>
<string>2.0.2</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
+2 -2
View File
@@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.0.1</string>
<string>2.0.2</string>
<key>CFBundleVersion</key>
<string>66</string>
<string>67</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
+2 -4
View File
@@ -1,5 +1,3 @@
Neu in Version 2.0.1:
Neu in Version 2.0.2:
Behoben: Nach Abschluss der Ersteinrichtung wurde die Übersicht deiner ersten geplanten Woche nicht angezeigt. Sie ist wieder da zusammen mit der optionalen wöchentlichen Erinnerung.
• Kleinere Verbesserungen der Stabilität.
Interne Verbesserungen bei Stabilität und Diagnose.
+2 -4
View File
@@ -1,5 +1,3 @@
What's new in 2.0.1:
What's new in 2.0.2:
Fixed: after finishing the initial setup, the summary of your first planned week wasn't showing. It's back, along with the optional weekly reminder.
• Minor stability improvements.
Internal stability and diagnostics improvements.
+2 -4
View File
@@ -1,5 +1,3 @@
Novedades en la versión 2.0.1:
Novedades en la versión 2.0.2:
Corregido: al terminar la configuración inicial no se mostraba el resumen de tu primera semana ya planificada. Ahora vuelve a aparecer, junto con el recordatorio semanal opcional.
• Pequeñas mejoras de estabilidad.
Mejoras internas de estabilidad y diagnóstico.
+2 -4
View File
@@ -1,5 +1,3 @@
Nouveautés dans la version 2.0.1 :
Nouveautés dans la version 2.0.2 :
Corrigé : après la configuration initiale, le récapitulatif de votre première semaine planifiée ne s'affichait pas. Il est de retour, avec le rappel hebdomadaire optionnel.
• Petites améliorations de stabilité.
Améliorations internes de stabilité et de diagnostic.
+2 -4
View File
@@ -1,5 +1,3 @@
Novità nella versione 2.0.1:
Novità nella versione 2.0.2:
Corretto: al termine della configurazione iniziale non veniva mostrato il riepilogo della tua prima settimana pianificata. Ora torna a comparire, insieme al promemoria settimanale opzionale.
• Piccoli miglioramenti di stabilità.
Miglioramenti interni di stabilità e diagnostica.
+2 -4
View File
@@ -1,5 +1,3 @@
Novidades na versão 2.0.1:
Novidades na versão 2.0.2:
Corrigido: ao terminar a configuração inicial, o resumo da sua primeira semana planejada não aparecia. Agora ele volta a aparecer, junto com o lembrete semanal opcional.
• Pequenas melhorias de estabilidade.
Melhorias internas de estabilidade e diagnóstico.