-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bartycrouch.toml
More file actions
35 lines (30 loc) · 828 Bytes
/
.bartycrouch.toml
File metadata and controls
35 lines (30 loc) · 828 Bytes
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
[update]
tasks = ["interfaces"]
[update.interfaces]
paths = ["QRCodeGen", "QRCodeGen Extension"]
defaultToBase = true
ignoreEmptyStrings = true
unstripped = false
[update.code]
codePaths = ["QRCodeGen", "QRCodeGen Extension"]
localizablePaths = ["QRCodeGen", "QRCodeGen Extension"]
defaultToKeys = true
additive = true
unstripped = false
plistArguments = true
[update.transform]
codePaths = ["QRCodeGen", "QRCodeGen Extension"]
localizablePaths = ["QRCodeGen", "QRCodeGen Extension"]
transformer = "foundation"
supportedLanguageEnumPath = "."
typeName = "BartyCrouch"
translateMethodName = "translate"
[update.normalize]
paths = ["QRCodeGen", "QRCodeGen Extension"]
sourceLocale = "en"
harmonizeWithSource = true
sortByKeys = true
[lint]
paths = ["QRCodeGen", "QRCodeGen Extension"]
duplicateKeys = true
emptyValues = true