- Add missing try to makeRequest call on retry path (line 54) - Remove HealthKit from xcodegen capabilities (adds Verifiable Health Records which personal teams don't support). HealthKit works via entitlements file. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
26 lines
678 B
YAML
26 lines
678 B
YAML
name: PulseHealth
|
|
options:
|
|
bundleIdPrefix: com.daniil
|
|
deploymentTarget:
|
|
iOS: "17.0"
|
|
targets:
|
|
PulseHealth:
|
|
type: application
|
|
platform: iOS
|
|
sources: PulseHealth
|
|
entitlements:
|
|
path: PulseHealth/PulseHealth.entitlements
|
|
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
|