fix: widget Info.plist — use GENERATE_INFOPLIST_FILE instead of manual path

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-06 14:24:04 +03:00
parent f2580eb69f
commit d07b44f479

View File

@@ -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