-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
63 lines (61 loc) · 1.98 KB
/
Copy pathproject.yml
File metadata and controls
63 lines (61 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name: HealthOS
options:
bundleIdPrefix: com.healthos
deploymentTarget:
iOS: "17.0"
watchOS: "10.0"
xcodeVersion: "16.0"
generateEmptyDirectories: true
settings:
base:
MARKETING_VERSION: "1.0"
CURRENT_PROJECT_VERSION: "1"
SWIFT_VERSION: "5.9"
DEVELOPMENT_TEAM: FLF59NSA8T
CODE_SIGN_STYLE: Automatic
CODE_SIGN_IDENTITY: "Apple Development"
targets:
HealthOS:
type: application
platform: iOS
sources:
- path: HealthOS
settings:
base:
INFOPLIST_FILE: HealthOS/Info.plist
PRODUCT_BUNDLE_IDENTIFIER: com.healthos.app
TARGETED_DEVICE_FAMILY: "1,2"
DEVELOPMENT_TEAM: FLF59NSA8T
CODE_SIGN_STYLE: Automatic
CODE_SIGN_IDENTITY: "Apple Development"
info:
path: HealthOS/Info.plist
properties:
NSCameraUsageDescription: "HealthOS needs camera access to scan your health reports"
NSPhotoLibraryUsageDescription: "HealthOS needs photo library access to upload your health reports"
NSHealthShareUsageDescription: "HealthOS reads your health data to display vitals and track progress"
NSHealthUpdateUsageDescription: "HealthOS writes health readings like blood pressure and blood sugar"
UILaunchScreen: {}
HealthOSWatch:
type: application
platform: watchOS
sources:
- path: HealthOSWatch
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.healthos.app.watchkitapp
DEVELOPMENT_TEAM: FLF59NSA8T
CODE_SIGN_STYLE: Automatic
CODE_SIGN_IDENTITY: "Apple Development"
WATCHOS_DEPLOYMENT_TARGET: "10.0"
info:
path: HealthOSWatch/Info.plist
properties:
CFBundleDisplayName: HealthOS
WKApplication: true
NSHealthShareUsageDescription: "HealthOS reads your health data to display vitals on your watch"
NSHealthUpdateUsageDescription: "HealthOS writes health readings from your watch"
dependencies:
- target: HealthOS
embed: false
link: false