22 lines
796 B
JSON
22 lines
796 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:ibook}/ipad_app",
|
|
"name": "Debug IpadReaderCLI (ipad_app)",
|
|
"program": "${workspaceFolder:ibook}/ipad_app/.build/debug/IpadReaderCLI",
|
|
"preLaunchTask": "swift: Build Debug IpadReaderCLI (ipad_app)"
|
|
},
|
|
{
|
|
"type": "swift",
|
|
"request": "launch",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder:ibook}/ipad_app",
|
|
"name": "Release IpadReaderCLI (ipad_app)",
|
|
"program": "${workspaceFolder:ibook}/ipad_app/.build/release/IpadReaderCLI",
|
|
"preLaunchTask": "swift: Build Release IpadReaderCLI (ipad_app)"
|
|
}
|
|
]
|
|
} |