-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
33 lines (33 loc) · 971 Bytes
/
Copy pathproject.yml
File metadata and controls
33 lines (33 loc) · 971 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
29
30
31
32
33
name: ColdVault
options:
bundleIdPrefix: com.coldvault
settings:
base:
SWIFT_VERSION: 5.0
IPHONEOS_DEPLOYMENT_TARGET: 16.0
targets:
ColdVault:
type: application
platform: iOS
deploymentTarget: "16.0"
sources:
- path: ColdVault
info:
path: ColdVault/Resources/Info.plist
properties:
CFBundleDisplayName: ColdVault
NSFaceIDUsageDescription: ColdVault uses Face ID or Touch ID to protect wallet access.
NSCameraUsageDescription: ColdVault uses camera to scan QR codes for offline data transfer.
UILaunchScreen:
UIColorName: ""
UIApplicationSceneManifest:
UIApplicationSupportsMultipleScenes: false
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.coldvault.app
TARGETED_DEVICE_FAMILY: 1
GENERATE_INFOPLIST_FILE: NO
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
DEVELOPMENT_TEAM: ""
scheme:
testTargets: []