.vscode/launch.json in pod-builder-0.3.0 vs .vscode/launch.json in pod-builder-0.3.1
- old
+ new
@@ -6,11 +6,11 @@
"configurations": [
{
"name": "No Command",
"type": "Ruby",
"request": "launch",
- "cwd": "/Users/tomas/Documents/Xcode/Subito-iOS",
+ "cwd": "/Users/tomas/Documents/Development/willhaben-ios/willhaben",
"useBundler": true,
"program": "${workspaceRoot}/exe/pod_builder",
"showDebuggerOutput": true,
"pathToRDebugIDE": "/usr/bin/rdebug-ide",
"args": [
@@ -45,18 +45,18 @@
},
{
"name": "Build",
"type": "Ruby",
"request": "launch",
- "cwd": "/Users/tomas/Documents/Xcode/Subito-iOS",
+ "cwd": "/Users/tomas/Documents/Development/willhaben-ios/willhaben",
"useBundler": true,
"program": "${workspaceRoot}/exe/pod_builder",
"showDebuggerOutput": true,
"pathToRDebugIDE": "/usr/bin/rdebug-ide",
"args": [
"build",
"-d",
- "SBTAdvertising"
+ "TOCropViewController"
]
},
{
"name": "Build All",
"type": "Ruby",
\ No newline at end of file