From 4ada3201b55f4fceb6023bd743953016cb8f8785 Mon Sep 17 00:00:00 2001 From: Daniil Klimov Date: Mon, 6 Apr 2026 14:25:21 +0300 Subject: [PATCH] fix: add CFBundleVersion to widget extension Co-Authored-By: Claude Opus 4.6 (1M context) --- project.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.yml b/project.yml index 9b66a15..ab997d4 100644 --- a/project.yml +++ b/project.yml @@ -37,5 +37,6 @@ targets: CODE_SIGN_STYLE: Automatic DEVELOPMENT_TEAM: V9AG8JTFLC GENERATE_INFOPLIST_FILE: YES + MARKETING_VERSION: "1.0" + CURRENT_PROJECT_VERSION: "1" INFOPLIST_KEY_CFBundleDisplayName: Pulse Widget - INFOPLIST_KEY_NSExtension_NSExtensionPointIdentifier: com.apple.widgetkit-extension