-
Notifications
You must be signed in to change notification settings - Fork 4
/
project.yml
61 lines (61 loc) · 1.79 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name: ThenGeneratorApp
options:
bundleIdPrefix: dev.kanz
deploymentTarget:
macOS: '11.0'
usesTabs: true
indentWidth: 4
tabWidth: 4
generateEmptyDirectories: true
createIntermediateGroups: true
targets:
ThenGeneratorApp:
platform: macOS
type: application
deploymentTarget: '11.0'
entitilements:
path: ThenGeneratorApp/Supporting Files/ThenGeneratorApp.entitlements
sources:
- path: 'ThenGeneratorApp/Sources'
type: group
- path: 'ThenGeneratorApp/Supporting Files'
type: group
- path: 'ThenGeneratorApp/Resources'
type: group
- path: 'ThenGenerator/Sources/Core'
type: group
- path: 'ThenGeneratorApp/Shared'
type: group
- path: 'ThenGeneratorApp/Sources/Models'
type: group
- path: 'ThenGeneratorApp/Sources/Views/ComponentViews'
type: group
settings:
INFOPLIST_FILE: ThenGeneratorApp/Supporting Files/Info.plist
DEVELOPMENT_TEAM: R46Q3HW9V3
ThenGenerator:
platform: macOS
type: xcode-extension
deploymentTarget: '11.0'
entitilements:
path: ThenGenerator/Supporting Files/ThenGenerator.entitlements
sources:
- path: 'ThenGenerator/Sources'
type: group
- path: 'ThenGenerator/Sources/Core'
type: group
- path: 'ThenGenerator/Supporting Files'
type: group
- path: 'ThenGeneratorApp/Shared'
type: group
- path: 'ThenGeneratorApp/Sources/Models'
type: group
- path: 'ThenGeneratorApp/Sources/Views/ComponentViews'
type: group
- path: 'ThenGeneratorApp/Sources/ViewModels'
type: group
settings:
INFOPLIST_FILE: ThenGenerator/Supporting Files/Info.plist
DEVELOPMENT_TEAM: R46Q3HW9V3
dependencies:
- target: ThenGeneratorApp