-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
28 lines (28 loc) · 877 Bytes
/
project.yml
File metadata and controls
28 lines (28 loc) · 877 Bytes
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
name: BioTracker
options:
bundleIdPrefix: com.jordanfrancis
deploymentTarget:
iOS: "26.0"
settings:
base:
SWIFT_VERSION: "6.0"
TARGETED_DEVICE_FAMILY: "1"
INFOPLIST_KEY_UILaunchScreen_Generation: "YES"
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone: "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"
targets:
BioTracker:
type: application
platform: iOS
sources:
- BioTracker
resources:
- path: BioTracker/Resources
type: folder
settings:
base:
CODE_SIGN_ENTITLEMENTS: BioTracker/BioTracker.entitlements
PRODUCT_BUNDLE_IDENTIFIER: com.jordanfrancis.BioTracker
GENERATE_INFOPLIST_FILE: "YES"
INFOPLIST_KEY_CFBundleDisplayName: BioTracker
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: "1"