From d07b44f4795aaa20bf9a571505bcb433212709ac Mon Sep 17 00:00:00 2001 From: Daniil Klimov Date: Mon, 6 Apr 2026 14:24:04 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20widget=20Info.plist=20=E2=80=94=20use=20?= =?UTF-8?q?GENERATE=5FINFOPLIST=5FFILE=20instead=20of=20manual=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- project.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/project.yml b/project.yml index 2d34d37..9b66a15 100644 --- a/project.yml +++ b/project.yml @@ -30,18 +30,12 @@ targets: type: app-extension platform: iOS sources: PulseWidget - entitlements: - path: PulseWidget/PulseWidget.entitlements settings: base: PRODUCT_BUNDLE_IDENTIFIER: com.daniil.pulsehealth.widget SWIFT_VERSION: 5.9 CODE_SIGN_STYLE: Automatic DEVELOPMENT_TEAM: V9AG8JTFLC - INFOPLIST_FILE: "" - info: - path: PulseWidget/Info.plist - properties: - CFBundleDisplayName: Pulse Widget - NSExtension: - NSExtensionPointIdentifier: com.apple.widgetkit-extension + GENERATE_INFOPLIST_FILE: YES + INFOPLIST_KEY_CFBundleDisplayName: Pulse Widget + INFOPLIST_KEY_NSExtension_NSExtensionPointIdentifier: com.apple.widgetkit-extension