feat: Initial iOS Health Dashboard app (Swift + SwiftUI)
This commit is contained in:
19
project.yml
Normal file
19
project.yml
Normal 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
|
||||
Reference in New Issue
Block a user