forked from thanvanthanh/base-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
66 lines (57 loc) · 1.39 KB
/
project.yml
File metadata and controls
66 lines (57 loc) · 1.39 KB
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
name: Base-ios
configs:
Debug: debug
Release: release
Adhoc: release
Beta: release
configFiles:
Debug: config/iOS/xcconfig/Debug.xcconfig
Release: config/iOS/xcconfig/Release.xcconfig
Adhoc: config/iOS/xcconfig/Adhoc.xcconfig
Beta: config/iOS/xcconfig/Beta.xcconfig
############
# Options
############
options:
createIntermediateGroups: true
groupSortPosition: top
generateEmptyDirectories: true
indentWidth: 4
tabWidth: 4
bundleIdPrefix: "com.thanhthan"
############
# Settings
############
settings:
PRODUCT_BUNDLE_IDENTIFIER: $(AS_BUNDLE_IDENTIFIER)
############
# Include
############
targets:
Base-ios:
type: application
platform: iOS
deploymentTarget: "13.0"
sources:
- Sources
attributes:
SystemCapabilities:
com.apple.Push:
enabled: 1
configFiles:
Debug: config/iOS/xcconfig/Debug.xcconfig
Release: config/iOS/xcconfig/Release.xcconfig
Adhoc: config/iOS/xcconfig/Adhoc.xcconfig
Beta: config/iOS/xcconfig/Beta.xcconfig
settings:
ASSETCATALOG_COMPILER_APPICON_NAME: $(AS_APP_ICON)
SWIFT_VERSION: "5.0"
CODE_SIGN_STYLE: "Manual"
TARGETED_DEVICE_FAMILY: 1
scheme:
environmentVariables:
ENABLE_SIGNPOST: YES
#postCompileScripts:
# swiftlint
#- name: ⚠️ Swiftlint
# script: mint run swiftlint swiftlint --config .swiftlint.yml