mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
19 lines
No EOL
486 B
JSON
19 lines
No EOL
486 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "sweetpad",
|
|
"action": "launch",
|
|
"problemMatcher": [
|
|
"$sweetpad-watch", // ! Required for debugging
|
|
"$sweetpad-xcodebuild-default",
|
|
"$sweetpad-xcbeautify-errors",
|
|
"$sweetpad-xcbeautify-warnings"
|
|
],
|
|
"label": "sweetpad: launch",
|
|
"detail": "Build and Launch the app",
|
|
"isBackground": true // ! Required for debugging
|
|
}
|
|
]
|
|
}
|
|
|