feat: Initial iOS Health Dashboard app (Swift + SwiftUI)

This commit is contained in:
Cosmo
2026-03-25 10:38:58 +00:00
commit 7cda5deaab
14 changed files with 443 additions and 0 deletions

19
project.yml Normal file
View File

@@ -0,0 +1,19 @@
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