From bc159507c86c4c27a7bf9917de47b48ea389767f Mon Sep 17 00:00:00 2001 From: alexandrev-tibco Date: Fri, 20 Feb 2026 13:11:57 +0100 Subject: [PATCH] Fix CFBundleShortVersionString to use MARKETING_VERSION variable Replaces hardcoded '1.1.0' with $(MARKETING_VERSION) so the version is always in sync with the project.pbxproj setting. Co-Authored-By: Claude Sonnet 4.6 --- PortfolioJournal/Resources/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PortfolioJournal/Resources/Info.plist b/PortfolioJournal/Resources/Info.plist index 1e18ac2..62b9853 100644 --- a/PortfolioJournal/Resources/Info.plist +++ b/PortfolioJournal/Resources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.0 + $(MARKETING_VERSION) CFBundleURLTypes