native first

This commit is contained in:
Илья Глазунов
2026-09-05 02:20:11 +03:00
parent 219f35cc04
commit 8beccdf101
40 changed files with 3495 additions and 327 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"configurations": [
{
"type": "swift",
"request": "launch",
"args": [],
"cwd": "${workspaceFolder:cheating-daddy}/native/MastermindPOC",
"name": "Debug MastermindPOC (native/MastermindPOC)",
"target": "MastermindPOC",
"configuration": "debug",
"preLaunchTask": "swift: Build Debug MastermindPOC (native/MastermindPOC)"
},
{
"type": "swift",
"request": "launch",
"args": [],
"cwd": "${workspaceFolder:cheating-daddy}/native/MastermindPOC",
"name": "Release MastermindPOC (native/MastermindPOC)",
"target": "MastermindPOC",
"configuration": "release",
"preLaunchTask": "swift: Build Release MastermindPOC (native/MastermindPOC)"
}
]
}