mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
44 lines
1.6 KiB
JSON
44 lines
1.6 KiB
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:telegram-ios}",
|
|
"name": "Debug Telegram",
|
|
"program": "${workspaceFolder:telegram-ios}/.build/debug/Telegram",
|
|
"preLaunchTask": "swift: Build Debug Telegram"
|
|
},
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:telegram-ios}",
|
|
"name": "Release Telegram",
|
|
"program": "${workspaceFolder:telegram-ios}/.build/release/Telegram",
|
|
"preLaunchTask": "swift: Build Release Telegram"
|
|
},
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:telegram-ios}",
|
|
"name": "Debug telegram-ios",
|
|
"program": "${workspaceFolder:telegram-ios}/.build/debug/telegram-ios",
|
|
"preLaunchTask": "swift: Build Debug telegram-ios"
|
|
},
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:telegram-ios}",
|
|
"name": "Release telegram-ios",
|
|
"program": "${workspaceFolder:telegram-ios}/.build/release/telegram-ios",
|
|
"preLaunchTask": "swift: Build Release telegram-ios"
|
|
}
|
|
]
|
|
} |