-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.yml
38 lines (38 loc) · 876 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
name: Marvel
options:
bundleIdPrefix: com.test.marvel
createIntermediateGroups: true
deploymentTarget:
iOS: 13.0
targets:
Marvel:
type: application
platform: iOS
sources:
- path: Marvel
dependencies:
- package: Kingfisher
- package: JSONDecoder-Keypath
scheme:
testTargets:
- MarvelTests
configFiles:
Debug: Marvel/Config.xcconfig
Release: Marvel/Config.xcconfig
MarvelTests:
type: bundle.unit-test
platform: iOS
sources:
- path: MarvelTests
dependencies:
- target: Marvel
configFiles:
Debug: Marvel/Config.xcconfig
Release: Marvel/Config.xcconfig
packages:
Kingfisher:
url: https://github.com/onevcat/Kingfisher.git
majorVersion: 7.0.0
JSONDecoder-Keypath:
url: https://github.com/0111b/JSONDecoder-Keypath.git
majorVersion: 0.1.0