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:
12
project.yml
12
project.yml
@@ -30,18 +30,12 @@ targets:
|
|||||||
type: app-extension
|
type: app-extension
|
||||||
platform: iOS
|
platform: iOS
|
||||||
sources: PulseWidget
|
sources: PulseWidget
|
||||||
entitlements:
|
|
||||||
path: PulseWidget/PulseWidget.entitlements
|
|
||||||
settings:
|
settings:
|
||||||
base:
|
base:
|
||||||
PRODUCT_BUNDLE_IDENTIFIER: com.daniil.pulsehealth.widget
|
PRODUCT_BUNDLE_IDENTIFIER: com.daniil.pulsehealth.widget
|
||||||
SWIFT_VERSION: 5.9
|
SWIFT_VERSION: 5.9
|
||||||
CODE_SIGN_STYLE: Automatic
|
CODE_SIGN_STYLE: Automatic
|
||||||
DEVELOPMENT_TEAM: V9AG8JTFLC
|
DEVELOPMENT_TEAM: V9AG8JTFLC
|
||||||
INFOPLIST_FILE: ""
|
GENERATE_INFOPLIST_FILE: YES
|
||||||
info:
|
INFOPLIST_KEY_CFBundleDisplayName: Pulse Widget
|
||||||
path: PulseWidget/Info.plist
|
INFOPLIST_KEY_NSExtension_NSExtensionPointIdentifier: com.apple.widgetkit-extension
|
||||||
properties:
|
|
||||||
CFBundleDisplayName: Pulse Widget
|
|
||||||
NSExtension:
|
|
||||||
NSExtensionPointIdentifier: com.apple.widgetkit-extension
|
|
||||||
|
|||||||
Reference in New Issue
Block a user