From 6f0787b10d3d0a9da37535c20762c0e30832a1d9 Mon Sep 17 00:00:00 2001 From: Antoine Jaury Date: Tue, 4 Aug 2026 17:46:29 +0200 Subject: [PATCH] chore: align iOS versioning with Android --- iosApp/Configuration/Config.xcconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/iosApp/Configuration/Config.xcconfig b/iosApp/Configuration/Config.xcconfig index dc0c15e..3e83366 100644 --- a/iosApp/Configuration/Config.xcconfig +++ b/iosApp/Configuration/Config.xcconfig @@ -3,5 +3,7 @@ TEAM_ID= PRODUCT_NAME=Chom Bev PRODUCT_BUNDLE_IDENTIFIER=bzh.ajaury.chombev.Gwenedeg$(TEAM_ID) +// Keep in sync with androidApp versionName/versionCode and CHANGELOG.md. +// Apple only accepts numeric versions, so pre-release suffixes (e.g. -alpha01) are dropped here. CURRENT_PROJECT_VERSION=1 -MARKETING_VERSION=1.0 \ No newline at end of file +MARKETING_VERSION=1.0.0 \ No newline at end of file