mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 06:05:52 -06:00
Co-authored-by: Joni Van Roost <joni.VR@hotmail.com> Co-authored-by: Rayan Khan <rayankhan04@iCloud.com> Co-authored-by: Guillaume B <the0neyouseek@users.noreply.github.com>
35 lines
661 B
TOML
35 lines
661 B
TOML
[update]
|
|
tasks = ["interfaces", "code", "normalize"]
|
|
|
|
[update.interfaces]
|
|
paths = ["."]
|
|
defaultToBase = true
|
|
ignoreEmptyStrings = true
|
|
unstripped = true
|
|
|
|
[update.code]
|
|
codePaths = ["./MonitorControl"]
|
|
localizablePaths = ["."]
|
|
defaultToKeys = true
|
|
additive = true
|
|
unstripped = true
|
|
plistArguments = true
|
|
|
|
[update.transform]
|
|
codePaths = ["./MonitorControl"]
|
|
localizablePaths = ["."]
|
|
transformer = "foundation"
|
|
supportedLanguageEnumPath = "."
|
|
typeName = "BartyCrouch"
|
|
translateMethodName = "translate"
|
|
|
|
[update.normalize]
|
|
paths = ["."]
|
|
sourceLocale = "en"
|
|
harmonizeWithSource = true
|
|
sortByKeys = true
|
|
|
|
[lint]
|
|
paths = ["."]
|
|
duplicateKeys = true
|
|
emptyValues = false
|