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