.vscode/launch.json in cocoapods-binaryhqp-0.4.8 vs .vscode/launch.json in cocoapods-binaryhqp-0.4.9

- old
+ new

@@ -6,10 +6,10 @@ "type": "Ruby", "request": "launch", "useBundler": true, "cwd": "${workspaceRoot}/demo", // pod 命令执行的路径 "program": "/usr/local/bin/pod", - "args": ["update", "--verbose","--sources=http://gitlab.9tong.com/ios-group/HQPFoundation/hqpspecs.git"], // `pod` 命令的参数 - // "args": ["install"] + // "args": ["update", "--verbose","--sources=http://gitlab.9tong.com/ios-group/HQPFoundation/hqpspecs.git"], // `pod` 命令的参数 + "args": ["install", "--verbose"] } ] } \ No newline at end of file