-
Notifications
You must be signed in to change notification settings - Fork 0
/
xcodegen_ng_templates.yml
49 lines (45 loc) · 1.11 KB
/
xcodegen_ng_templates.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
configs:
Debug: debug
Staging: release
Production: release
configFiles:
Debug: Configurations/Debug.xcconfig
Staging: Configurations/Staging.xcconfig
Production: Configurations/Production.xcconfig
fileGroups:
- Resources
- Configurations
options:
minimumXcodeGenVersion: 2.29.0
targetTemplates:
common:
info:
path: "Resources/Plists/${target_name}-Info.plist"
properties:
CFBundleVersion: $(PRODUCT_BUNDLE_VERSION)
postCompileScripts:
- script: Pods/SwiftLint/swiftlint
name: Swiftlint
configFiles:
Debug: Configurations/${target_name}/${target_name}-Debug.xcconfig
Staging: Configurations/${target_name}/${target_name}-Staging.xcconfig
Production: Configurations/${target_name}/${target_name}-Production.xcconfig
application:
templates:
- common
platform: iOS
type: application
scheme:
gatherCoverageData: true
test:
templates:
- common
platform: iOS
type: bundle.unit-test
scheme:
gatherCoverageData: true
framework:
templates:
- common
platform: iOS
type: framework