forked from cx-org/CombineX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.yml
39 lines (38 loc) · 888 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
39
name: CombineX-Carthage
options:
bundleIdPrefix: com.github.cx-org
deploymentTarget:
iOS: 8.0
macOS: !!str '10.10'
tvOS: 9.0
watchOS: 2.0
targets:
CXLibc:
templates: [Framework]
CXUtility:
templates: [Framework]
CXNamespace:
templates: [Framework]
CombineX:
templates: [Framework]
dependencies:
- target: CXLibc_${platform}
- target: CXUtility_${platform}
- target: CXNamespace_${platform}
CXFoundation:
templates: [Framework]
dependencies:
- target: CXUtility_${platform}
- target: CXNamespace_${platform}
- target: CombineX_${platform}
targetTemplates:
Framework:
type: framework
platform: [iOS, macOS, tvOS, watchOS]
scheme: {}
settings:
APPLICATION_EXTENSION_API_ONLY: true
info:
path: Info-carthage.plist
sources:
- Sources/${target_name}