forked from abema/abema-ios-tutorial-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.yml
33 lines (31 loc) · 754 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
name: AbemaTutorial
options:
bundleIdPrefix: tv.abema
targets:
AbemaTutorial:
type: application
platform: iOS
deploymentTarget: "11.0"
sources: [AbemaTutorial]
schemes:
AbemaTutorial:
testTargetName: AbemaTutorialTests
dependencies:
- carthage: RxCocoa
- carthage: RxRelay
- carthage: RxSwift
- carthage: Action
- carthage: RxOptional
- carthage: Unio
preBuildScripts:
- path: ./scripts/before-compile.sh
name: before-compile
shell: "/bin/bash"
AbemaTutorialTests:
type: bundle.unit-test
platform: iOS
deploymentTarget: "11.0"
sources: [AbemaTutorialTests]
dependencies:
- target: AbemaTutorial
- carthage: RxTest