From 27b061d4fb8d4f9301c3a10ebaba51f2adfb4edd Mon Sep 17 00:00:00 2001 From: alexandrev-tibco Date: Tue, 1 Sep 2026 11:43:37 +0200 Subject: [PATCH] 2.0.5: bump de version (app + widget, build 73 en widget) Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_013H6bXqGX1ygwib1Dm3n3UG --- CLAUDE.md | 4 ++-- MealMood.xcodeproj/project.pbxproj | 4 ++-- MealMood/Resources/Info.plist | 2 +- MealMoodWidget/Info.plist | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 947398a..ec094f6 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.4 (build 72 in App Store review; 2.0.3 live in the App Store) +- **Current version**: 2.0.5 (dev, beta-bound; 2.0.4 build 72 in App Store review) - **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.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.) +Right now: `MARKETING_VERSION = 2.0.5` → active branch is `2.0.5`. 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 83ae8e6..b808644 100644 --- a/MealMood.xcodeproj/project.pbxproj +++ b/MealMood.xcodeproj/project.pbxproj @@ -1030,7 +1030,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.0.4; + MARKETING_VERSION = 2.0.5; 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.4; + MARKETING_VERSION = 2.0.5; PRODUCT_BUNDLE_IDENTIFIER = com.alexandrevazquez.mealmood; PRODUCT_NAME = MealMood; SDKROOT = iphoneos; diff --git a/MealMood/Resources/Info.plist b/MealMood/Resources/Info.plist index 5136f52..e9c8233 100644 --- a/MealMood/Resources/Info.plist +++ b/MealMood/Resources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.0.4 + 2.0.5 CFBundleURLTypes diff --git a/MealMoodWidget/Info.plist b/MealMoodWidget/Info.plist index ba0542d..c1a00af 100644 --- a/MealMoodWidget/Info.plist +++ b/MealMoodWidget/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 2.0.4 + 2.0.5 CFBundleVersion - 72 + 73 NSExtension NSExtensionPointIdentifier