Sha256: b4ca9aeaca2af56846f03d59274cff8de15e25f9d94dcbf1cfee9998f46146c6
Contents?: true
Size: 485 Bytes
Versions: 1
Compression:
Stored size: 485 Bytes
Contents
{ "configurations": [ { "name": "Debug CocoaPods Binary", "showDebuggerOutput": true, "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", "--verbose"] } ] }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-binaryhqp-0.4.9 | .vscode/launch.json |