-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathproject.yml
More file actions
116 lines (106 loc) · 3.15 KB
/
project.yml
File metadata and controls
116 lines (106 loc) · 3.15 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
include:
- path: targets/template.yml
relativePaths: true
# Название проекта
name: ReactiveDataDisplayManagerExample
options:
# Версия Xcode
xcodeVersion: 13.4.1
# Создание пустых директорий
generateEmptyDirectories: true
# Создание групп
createIntermediateGroups: true
settings:
DEVELOPMENT_TEAM: EFAAG9GXN4
packages:
Vapor:
github: vapor/vapor
from: 4.0.0
targets:
ReactiveServer_macOS:
type: tool
platform: macOS
deploymentTarget: 12.0
sources: ReactiveServer/Sources
dependencies:
- package: Vapor
settings:
base:
CODE_SIGN_IDENTITY:
CODE_SIGNING_REQUIRED: NO
CODE_SIGN_ENTITLEMENTS:
CODE_SIGNING_ALLOWED: NO
templates:
- BaseSettings
templateAttributes:
bundle_id: ru.surfstudio.rddm.server
ReactiveChat_iOS:
platform: iOS
deploymentTarget: 13.0
sources:
- path: ReactiveChat
- path: ReactiveServer/Sources/Model
dependencies:
- target: ReactiveDataDisplayManager_iOS
- target: ReactiveDataComponents_iOS
info:
path: ReactiveChat/Application/Info.plist
templates:
- BaseApp
- BaseSettings
templateAttributes:
bundle_id: ru.surfstudio.rddm.chat
bundle_name: ReactiveChatExample
ReactiveDataDisplayManagerExample_iOS:
platform: iOS
deploymentTarget: 11.0
scheme:
configVariants: all
testTargets:
- ReactiveDataDisplayManagerExampleUITests
gatherCoverageData: true
sources:
- path: ReactiveDataDisplayManager
dependencies:
- target: ReactiveDataDisplayManager_iOS
- target: ReactiveDataComponents_iOS
info:
path: ReactiveDataDisplayManager/Application/Info.plist
templates:
- BaseApp
- BaseSettings
templateAttributes:
bundle_id: ru.surfstudio.rddm.example
bundle_name: ReactiveDataDisplayManagerExample
ReactiveDataDisplayManagerExample_tvOS:
platform: tvOS
deploymentTarget: 13.0
sources:
- path: ReactiveDataDisplayManagerExampleTv
dependencies:
- target: ReactiveDataDisplayManager_tvOS
- target: ReactiveDataComponents_tvOS
info:
path: ReactiveDataDisplayManagerExampleTv/Application/Info.plist
templates:
- BaseApp
- BaseSettings
templateAttributes:
bundle_id: ru.surfstudio.rddm.tv_example
bundle_name: ReactiveDataDisplayManagerExampleTv
ReactiveDataDisplayManagerExampleUITests:
templates:
- BaseUITest
- BaseSettings
templateAttributes:
bundle_id: ru.surfstudio.rddm.tv_example.tests
dependencies:
- target: ReactiveDataDisplayManagerExample_iOS
sources: [ReactiveDataDisplayManagerExampleUITests]
info:
path: ReactiveDataDisplayManagerExampleUITests/Info.plist
properties: []
settings:
configs:
Debug:
TEST_TARGET_NAME: ReactiveDataDisplayManagerExample_iOS