-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.yml
More file actions
72 lines (67 loc) · 2.14 KB
/
project.yml
File metadata and controls
72 lines (67 loc) · 2.14 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
64
65
66
67
68
69
70
71
name: SmartCard
options:
bundleIdPrefix: com.smartcard
deploymentTarget:
iOS: "17.0"
xcodeVersion: "16.0"
settings:
base:
SWIFT_VERSION: "5.9"
DEVELOPMENT_TEAM: ""
packages:
Firebase:
url: https://github.com/firebase/firebase-ios-sdk
from: "11.0.0"
PlaidLink:
url: https://github.com/plaid/plaid-link-ios
from: "5.6.0"
targets:
SmartCard:
type: application
platform: iOS
sources:
- path: SmartCard
excludes:
- "**/.DS_Store"
settings:
base:
INFOPLIST_GENERATION_MODE: GeneratedFile
PRODUCT_BUNDLE_IDENTIFIER: com.smartcard.app
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: "1"
GENERATE_INFOPLIST_FILE: YES
INFOPLIST_KEY_UIApplicationSceneManifest_Generation: YES
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents: YES
INFOPLIST_KEY_UILaunchScreen_Generation: YES
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone: "UIInterfaceOrientationPortrait"
INFOPLIST_KEY_NSCameraUsageDescription: "SmartCard uses the camera to scan receipts for quick transaction entry."
INFOPLIST_KEY_NSPhotoLibraryUsageDescription: "SmartCard accesses your photo library to import receipt images."
INFOPLIST_KEY_CFBundleDisplayName: "SmartCard"
INFOPLIST_KEY_LSApplicationCategoryType: "public.app-category.finance"
resources:
- path: SmartCard/Resources/Assets.xcassets
- path: SmartCard/Resources/Preview Content
- path: SmartCard/GoogleService-Info.plist
dependencies:
- package: Firebase
product: FirebaseAuth
- package: Firebase
product: FirebaseFirestore
- package: PlaidLink
product: LinkKit
entitlements:
path: SmartCard/SmartCard.entitlements
properties:
com.apple.security.application-groups:
- group.com.smartcard.app
SmartCardTests:
type: bundle.unit-test
platform: iOS
sources:
- path: SmartCardTests
dependencies:
- target: SmartCard
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.smartcard.app.tests
GENERATE_INFOPLIST_FILE: YES