forked from uhooi/iOSDC2020-Talk-Sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.yml
75 lines (69 loc) · 1.59 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
name: UhooiPicBook
options:
bundleIdPrefix: com.example
deploymentTarget:
iOS: 13.0
developmentLanguage: ja
xcodeVersion: "11.6"
carthageExecutablePath: unset SDKROOT && mint run Carthage/Carthage carthage
targets:
UhooiPicBook:
type: application
platform: iOS
sources:
- UhooiPicBook
settings:
base:
MARKETING_VERSION: 0.1.0
CURRENT_PROJECT_VERSION: 1
# DEVELOPMENT_TEAM: XXXXXXXXXX
INFOPLIST_FILE: UhooiPicBook/Info.plist
DEVELOPMENT_LANGUAGE: jp
dependencies:
- carthage: Alamofire
UhooiPicBookTests:
type: bundle.unit-test
platform: iOS
sources:
- UhooiPicBookTests
settings:
base:
INFOPLIST_FILE: UhooiPicBookTests/Info.plist
dependencies:
- target: UhooiPicBook
- carthage: OHHTTPStubs
UhooiPicBookUITests:
type: bundle.ui-testing
platform: iOS
sources:
- UhooiPicBookUITests
settings:
base:
INFOPLIST_FILE: UhooiPicBookUITests/Info.plist
dependencies:
- target: UhooiPicBook
schemes:
UhooiPicBook:
build:
targets:
UhooiPicBook: all
run:
config: Debug
test:
config: Debug
gatherCoverageData: true
coverageTargets:
- UhooiPicBook
targets:
- name: UhooiPicBookTests
# parallelizable: true
randomExecutionOrder: true
- name: UhooiPicBookUITests
# parallelizable: true
randomExecutionOrder: true
profile:
config: Release
analyze:
config: Debug
archive:
config: Release