Files
SwiftLint/tools/info.json.template
2024-11-27 21:30:22 +00:00

20 lines
580 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"]
},
{
"path": "swiftlint-__VERSION__-linux-gnu/bin/swiftlint",
"supportedTriples": ["x86_64-unknown-linux-gnu"]
}
]
}
}
}