mirror of
https://git.tonybark.com/tonytins/swiftlyfox.git
synced 2026-05-12 06:43:30 -04:00
20 lines
No EOL
489 B
JSON
20 lines
No EOL
489 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "swift: Build swiftlyfox",
|
|
"type": "shell",
|
|
"command": "swift",
|
|
"args": [
|
|
"build",
|
|
"--swift-sdk",
|
|
"swift-6.3.1-RELEASE_wasm",
|
|
"--product",
|
|
"swiftlyfox"
|
|
],
|
|
"group": "build",
|
|
"problemMatcher": [],
|
|
"detail": "Custom build for WASM target"
|
|
}
|
|
]
|
|
} |