From ae2c3bfd298fdc465760bf612d5bd7c8cf32f9f9 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Fri, 14 Feb 2025 10:33:45 +0100 Subject: [PATCH] Fix CFBundleShortVersionString of an app extension (null) must match that of its containing parent app ('3.8.0') --- Widgets/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Widgets/Info.plist b/Widgets/Info.plist index 1445cd54..68b13f29 100644 --- a/Widgets/Info.plist +++ b/Widgets/Info.plist @@ -2,6 +2,8 @@ + CFBundleShortVersionString + $(MARKETING_VERSION) CFBundleDisplayName $(PRODUCT_NAME) NSExtension