-
Notifications
You must be signed in to change notification settings - Fork 873
Expand file tree
/
Copy pathproject.yml
More file actions
68 lines (68 loc) · 1.55 KB
/
project.yml
File metadata and controls
68 lines (68 loc) · 1.55 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
name: SPM
packages:
Codability:
url: https://github.com/yonaskolb/Codability
majorVersion: 0.2.1
SwiftRoaring:
url: https://github.com/piotte13/SwiftRoaring
majorVersion: 1.0.4
Prefire:
url: https://github.com/BarredEwe/Prefire
majorVersion: 1.4.1
SwiftLocation:
url: https://github.com/malcommac/SwiftLocation
exactVersion: 6.0
XcodeGen:
path: ../../.. #XcodeGen itself
group: SPM
FooFeature:
path: FooFeature
aggregateTargets:
AggTarget:
buildToolPlugins:
- plugin: PrefirePlaybookPlugin
package: Prefire
targets:
App:
type: application
platform: iOS
sources: [SPM]
scheme:
testTargets:
- package: XcodeGen/XcodeGenKitTests
- Tests
buildToolPlugins:
- plugin: PrefirePlaybookPlugin
package: Prefire
dependencies:
- package: Codability
weak: true
- package: SwiftRoaring
product: SwiftRoaringDynamic
embed: true
- target: StaticLibrary
- package: XcodeGen
- package: SwiftLocation
- package: FooFeature
products:
- FooDomain
- FooUI
Tests:
type: bundle.unit-test
platform: iOS
sources: [SPMTests]
dependencies:
- target: App
StaticLibrary:
type: library.static
platform: iOS
sources: StaticLibrary
dependencies:
- package: Codability
- package: SwiftRoaring
product: SwiftRoaringDynamic
- package: XcodeGen
- package: FooFeature
products:
- FooDomain
- FooUI