f48c739a9c
improve iOS & iPadOS UI
24 lines
826 B
JSON
24 lines
826 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:punktfunk}/clients/apple",
|
|
"name": "Debug PunktfunkClient (clients/apple)",
|
|
"target": "PunktfunkClient",
|
|
"configuration": "debug",
|
|
"preLaunchTask": "swift: Build Debug PunktfunkClient (clients/apple)"
|
|
},
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:punktfunk}/clients/apple",
|
|
"name": "Release PunktfunkClient (clients/apple)",
|
|
"target": "PunktfunkClient",
|
|
"configuration": "release",
|
|
"preLaunchTask": "swift: Build Release PunktfunkClient (clients/apple)"
|
|
}
|
|
]
|
|
} |