Files
SwiftLint/script/info-macos.json.template
T
2022-03-31 09:52:22 -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"]
}
]
}
}
}