Files
pulse-mobile/project.yml
Daniil Klimov d7d3eec2e5 fix: missing try on makeRequest, remove HealthKit capability from project.yml
- 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>
2026-04-06 14:12:43 +03:00

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