Files
bulkhealth/project.yml

54 lines
1.5 KiB
YAML

name: BulkHealth
options:
deploymentTarget:
iOS: 26.0
settings:
base:
DEVELOPMENT_TEAM: NG5W75WE8U
PRODUCT_BUNDLE_IDENTIFIER: de.felixfoertsch.bulkhealth
SWIFT_VERSION: 6.0
MARKETING_VERSION: 2026.02.18
CURRENT_PROJECT_VERSION: 1
CODE_SIGN_STYLE: Automatic
packages: {}
targets:
BulkHealth:
type: application
platform: iOS
sources:
- BulkHealthApp
info:
path: BulkHealthApp/Info.plist
properties:
UILaunchScreen: {}
UIApplicationSceneManifest:
UIApplicationSupportsMultipleScenes: false
NSHealthShareUsageDescription: This app reads and previews your selected mental state records for import review.
NSHealthUpdateUsageDescription: This app writes imported mental state records to Apple Health after you confirm.
settings:
base:
TARGETED_DEVICE_FAMILY: 1
INFOPLIST_KEY_CFBundleDisplayName: BulkHealth
ENABLE_PREVIEWS: YES
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
CODE_SIGN_ENTITLEMENTS: BulkHealthApp/BulkHealth.entitlements
entitlements:
path: BulkHealthApp/BulkHealth.entitlements
properties:
com.apple.developer.healthkit: true
dependencies: []
scheme:
testTargets:
- BulkHealthTests
BulkHealthTests:
type: bundle.unit-test
platform: iOS
sources:
- BulkHealthTests
settings:
base:
GENERATE_INFOPLIST_FILE: YES
dependencies:
- target: BulkHealth