22 lines
516 B
YAML
22 lines
516 B
YAML
name: PulseHealth
|
|
options:
|
|
bundleIdPrefix: com.daniil
|
|
deploymentTarget:
|
|
iOS: "17.0"
|
|
targets:
|
|
PulseHealth:
|
|
type: application
|
|
platform: iOS
|
|
sources: PulseHealth
|
|
settings:
|
|
base:
|
|
PRODUCT_BUNDLE_IDENTIFIER: com.daniil.pulsehealth
|
|
SWIFT_VERSION: 5.9
|
|
INFOPLIST_FILE: PulseHealth/Info.plist
|
|
CODE_SIGN_STYLE: Automatic
|
|
DEVELOPMENT_TEAM: ""
|
|
entitlements:
|
|
path: PulseHealth/PulseHealth.entitlements
|
|
capabilities:
|
|
- com.apple.HealthKit
|