-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.yml
More file actions
61 lines (61 loc) · 1.61 KB
/
Copy pathproject.yml
File metadata and controls
61 lines (61 loc) · 1.61 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
name: bonsai
options:
bundleIdPrefix: com.bonsai
targets:
bonsai:
type: application
platform: iOS
deploymentTarget: "15.0"
sources: bonsai
info:
path: bonsai/Info.plist
properties:
UISupportedInterfaceOrientations: [UIInterfaceOrientationPortrait]
UILaunchStoryboardName: LaunchScreen
UIUserInterfaceStyle: Dark
UIBackgroundModes: [remote-notification]
UIRequiresFullScreen: YES
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.bonsai.tree.app
MARKETING_VERSION: 1.0
CURRENT_PROJECT_VERSION: 1
entitlements:
path: bonsai/bonsai.entitlements
properties:
aps-environment: development
com.apple.developer.icloud-container-identifiers: [iCloud.com.bonsai.tree.app]
com.apple.developer.icloud-services: [CloudKit]
attributes:
SystemCapabilities:
com.apple.Push:
enabled: 1
dependencies:
- package: swift-collections
product: OrderedCollections
- package: purchases-ios
product: RevenueCat
scheme:
bonsai:
- bonsai
BudgetServiceTests:
platform: iOS
type: bundle.unit-test
sources:
- BudgetServiceTests/
dependencies:
- target: bonsai
scheme:
testTargets:
- BudgetServiceTests
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.bonsai.tree.app
GENERATE_INFOPLIST_FILE: YES
packages:
swift-collections:
url: https://github.com/apple/swift-collections
from: 1.0.0
purchases-ios:
url: https://github.com/RevenueCat/purchases-ios
from: 4.0.0