Files
SwiftLint/tools/info-macos.json.template
T
JP Simard fc3b143973 Rename script directory to tools (#4141)
And move the Danger bazel config there
2022-08-29 01:16:20 -04:00

16 lines
397 B
Plaintext

{
"schemaVersion": "1.0",
"artifacts": {
"swiftlint": {
"version": "__VERSION__",
"type": "executable",
"variants": [
{
"path": "swiftlint-__VERSION__-macos/bin/swiftlint",
"supportedTriples": ["x86_64-apple-macosx", "arm64-apple-macosx"]
}
]
}
}
}