This repository was archived by the owner on Jan 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathproject.yml
73 lines (73 loc) · 1.82 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
62
63
64
65
66
67
68
69
70
71
72
73
name: BitriseClient
options:
minimumXcodeGenVersion: 2.10.1
configFiles:
Debug: configs/Debug.xcconfig
Release: configs/Release.xcconfig
packages:
BitriseSwift:
url: https://github.com/noppefoxwolf/Bitrise-Swift
from: 0.0.5
targets:
BitriseClient:
platform: iOS
type: application
sources:
- BitriseClient
- RxProperty/Sources/RxProperty/RxProperty.swift
configFiles:
Debug: configs/BitriseClient-Debug.xcconfig
Release: configs/BitriseClient-Release.xcconfig
dependencies:
- target: ActionPopoverButton
- target: Core
- package: BitriseSwift
- carthage: APIKit
- carthage: DeepDiff
- carthage: DifferenceKit
- carthage: Highlightr
- carthage: Realm
- carthage: RealmSwift
- carthage: RxCocoa
- carthage: RxRelay
- carthage: RxSwift
- carthage: TKKeyboardControl
scheme:
environmentVariables:
ENABLE_SIGNPOST: YES
BitriseClientTests:
platform: iOS
type: bundle.unit-test
configFiles:
Debug: configs/BitriseClientTests-Debug.xcconfig
sources:
- Tests/
dependencies:
- target: BitriseClient
- target: Core
- carthage: RxSwift
- carthage: RxTest
scheme:
testTargets:
- BitriseClientTests
gatherCoverageData: true
Core:
platform: iOS
type: framework
sources:
- Core/
dependencies:
- carthage: APIKit
- carthage: RxSwift
- package: BitriseSwift
configFiles:
Debug: configs/Core.xcconfig
Release: configs/Core.xcconfig
ActionPopoverButton:
platform: iOS
type: framework
sources:
- ActionPopoverButton/ActionPopoverButton
configFiles:
Debug: configs/ActionPopoverButton-Debug.xcconfig
Release: configs/ActionPopoverButton-Release.xcconfig