-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.yml
54 lines (51 loc) · 1.44 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
name: BitriseClient
include:
- xcodegen_ng_templates.yml
projectReferences:
ApplicationDetails:
path: Modules/ApplicationDetails/ApplicationDetails.xcodeproj
ApplicationsList:
path: Modules/ApplicationsList/ApplicationsList.xcodeproj
BitriseAuthentication:
path: Modules/BitriseAuthentication/BitriseAuthentication.xcodeproj
BuildsList:
path: Modules/BuildsList/BuildsList.xcodeproj
Common:
path: Modules/Common/Common.xcodeproj
CommonUI:
path: Modules/CommonUI/CommonUI.xcodeproj
GeneralScreens:
path: Modules/GeneralScreens/GeneralScreens.xcodeproj
Networking:
path: Modules/Networking/Networking.xcodeproj
StartBuild:
path: Modules/StartBuild/StartBuild.xcodeproj
targets:
BitriseClient:
templates:
- application
sources:
- App
scheme:
testTargets:
- BitriseClientTests
dependencies:
- target: ApplicationDetails/ApplicationDetails
- target: ApplicationsList/ApplicationsList
- target: BitriseAuthentication/BitriseAuthentication
- target: BuildsList/BuildsList
- target: Common/Common
- target: CommonUI/CommonUI
- target: GeneralScreens/GeneralScreens
- target: Networking/Networking
- target: StartBuild/StartBuild
info:
properties:
UILaunchStoryboardName: LaunchView
BitriseClientTests:
templates:
- test
sources:
- AppTests
dependencies:
- target: BitriseClient