-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
62 lines (59 loc) · 2.02 KB
/
project.yml
File metadata and controls
62 lines (59 loc) · 2.02 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
name: DucodeApp
options:
bundleIdPrefix: com.ducode
deploymentTarget:
iOS: "26.0"
xcodeVersion: "26.0"
configFiles:
Debug: Secrets.xcconfig
Release: Secrets.xcconfig
settings:
base:
SWIFT_VERSION: "5.9"
TARGETED_DEVICE_FAMILY: "1"
INFOPLIST_FILE: DucodeApp/Info.plist
DEVELOPMENT_TEAM: "9WJGR2VP8X"
CODE_SIGN_STYLE: Automatic
targets:
DucodeApp:
type: application
platform: iOS
sources:
- path: DucodeApp
excludes:
- "*.plist"
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.ducode.app
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: "2"
GENERATE_INFOPLIST_FILE: NO
INFOPLIST_FILE: DucodeApp/Info.plist
CODE_SIGN_ENTITLEMENTS: DucodeApp/DucodeApp.entitlements
info:
path: DucodeApp/Info.plist
properties:
CFBundleURLTypes:
- CFBundleTypeRole: Editor
CFBundleURLName: com.ducode.app
CFBundleURLSchemes:
- ducode
UILaunchStoryboardName: LaunchScreen
UISupportedInterfaceOrientations:
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
UISupportedInterfaceOrientations~ipad:
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
WHOOP_CLIENT_ID: $(WHOOP_CLIENT_ID)
WHOOP_CLIENT_SECRET: $(WHOOP_CLIENT_SECRET)
NSHealthShareUsageDescription: "Ducode usa tus datos de salud (peso, pasos, sueño y entrenamientos) para personalizar tus planes de comida según tu estado físico real."
NSHealthUpdateUsageDescription: "Ducode guarda las comidas que registres en Apple Health para que tu información nutricional esté centralizada."
UIBackgroundModes:
- fetch
- processing
BGTaskSchedulerPermittedIdentifiers:
- com.ducode.app.whoop.sync