-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.yml
38 lines (38 loc) · 922 Bytes
/
project.yml
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
# This is the base yml for project.yml and project_production.yml
name: PlaybookShowcase
options:
indentWidth: 2
groupOrdering:
- order: []
deploymentTarget:
iOS: 15.0
macOS: 12.0
packages:
Playbook:
path: ./
targets:
Playbook-iOS:
type: application
platform: iOS
sources: [Shared]
dependencies:
- package: PlaybookSwift
settings:
base:
GENERATE_INFOPLIST_FILE: false
PRODUCT_BUNDLE_IDENTIFIER: com.powerhrg.PlaybookShowcase
CURRENT_PROJECT_VERSION: 1
MARKETING_VERSION: "6.6.0"
Playbook-macOS:
type: application
platform: macOS
sources: [Shared, macOS]
scheme: {}
dependencies:
- package: PlaybookSwift
settings:
base:
GENERATE_INFOPLIST_FILE: false
PRODUCT_BUNDLE_IDENTIFIER: com.powerhrg.PlaybookShowcase
CURRENT_PROJECT_VERSION: 1
MARKETING_VERSION: "6.6.0"