fix build

improve iOS & iPadOS UI
This commit is contained in:
2026-06-19 15:49:48 +02:00
parent 9d6ff77a02
commit f48c739a9c
13 changed files with 192 additions and 19 deletions
+24
View File
@@ -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)"
}
]
}