fix build
improve iOS & iPadOS UI
This commit is contained in:
Vendored
+24
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user