-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.yml
45 lines (44 loc) · 1.21 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
name: RIBsGithub
options:
minimumXcodeGenVersion: 2.14.0
bundleIdPrefix: com.kanghoon.RIBsGithub
defaultConfig: Release
createIntermediateGroups: true
settingPresets: none
tabWidth: 2
indentWidth: 2
configs:
Debug: debug
Profile: debug
Release: release
configFiles:
Debug: ConfigurationSettings/Project-Debug.xcconfig
Profile: ConfigurationSettings/Project-Profile.xcconfig
Release: ConfigurationSettings/Project-Release.xcconfig
fileGroups:
- ConfigurationSettings/Project-Shared.xcconfig
- ConfigurationSettings/RIBsGithub-Shared.xcconfig
- ConfigurationSettings/RIBsGithubTests-Shared.xcconfig
- Projects/RIBsGithub/Supporting Files/RIBsGithub-Info.plist
- Projects/RIBsGithub/Supporting Files/RIBsGithubTests-Info.plist
schemes:
AllTests:
build:
targets:
RIBsGithub: test
Logging: test
TestFoundation: test
test:
gatherCoverageData: true
environmentVariables:
OS_ACTIVITY_MODE: disable
TEST: 1
targets:
- RIBsGithubTests
- LoggingTests
- TestFoundationTests
include:
- Projects/templates.yml
- Projects/RIBsGithub/project.yml
- Projects/Logging/project.yml
- Projects/TestFoundation/project.yml