-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProject_Presentations.yml
More file actions
33 lines (33 loc) · 878 Bytes
/
Copy pathProject_Presentations.yml
File metadata and controls
33 lines (33 loc) · 878 Bytes
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
name: Presentations
targets:
Presentations:
type: framework
platform: iOS
sources:
- Presentations/Source
- Presentations/Supporting Files
dependencies:
- target: RxExtensions
- carthage: RxSwift
- carthage: RxCocoa
- carthage: Action
scheme:
testTargets:
- PresentationsTests
gatherCoverageData: true
prebuildScripts:
- path: Shared/Scripts/swiftlint-check.sh
name: Swift Lint Check
PresentationsTests:
platform: iOS
type: bundle.unit-test
sources:
- Presentations/Tests
dependencies:
- target: Presentations
- carthage: Quick
- carthage: Nimble
- carthage: RxTest
- carthage: RxBlocking
settings:
LD_RUNPATH_SEARCH_PATHS: $(inherited) @executable_path/Frameworks @loader_path/Frameworks $(FRAMEWORK_SEARCH_PATHS)