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