42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
name: PulseHealth
|
|
options:
|
|
bundleIdPrefix: com.daniil
|
|
deploymentTarget:
|
|
iOS: "17.0"
|
|
targets:
|
|
PulseHealth:
|
|
type: application
|
|
platform: iOS
|
|
sources: PulseHealth
|
|
entitlements:
|
|
path: PulseHealth/PulseHealth.entitlements
|
|
dependencies:
|
|
- target: PulseWidgetExtension
|
|
settings:
|
|
base:
|
|
PRODUCT_BUNDLE_IDENTIFIER: com.daniil.pulsehealth
|
|
SWIFT_VERSION: 5.9
|
|
INFOPLIST_FILE: PulseHealth/Info.plist
|
|
CODE_SIGN_STYLE: Automatic
|
|
CODE_SIGN_ENTITLEMENTS: PulseHealth/PulseHealth.entitlements
|
|
DEVELOPMENT_TEAM: V9AG8JTFLC
|
|
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
|
capabilities:
|
|
BackgroundModes:
|
|
modes:
|
|
- processing
|
|
|
|
PulseWidgetExtension:
|
|
type: app-extension
|
|
platform: iOS
|
|
sources: PulseWidget
|
|
settings:
|
|
base:
|
|
PRODUCT_BUNDLE_IDENTIFIER: com.daniil.pulsehealth.widget
|
|
SWIFT_VERSION: 5.9
|
|
CODE_SIGN_STYLE: Automatic
|
|
DEVELOPMENT_TEAM: V9AG8JTFLC
|
|
GENERATE_INFOPLIST_FILE: YES
|
|
INFOPLIST_KEY_CFBundleDisplayName: Pulse Widget
|
|
INFOPLIST_KEY_NSExtension_NSExtensionPointIdentifier: com.apple.widgetkit-extension
|