Sha256: 162ec6daa9a673ffe1c2eae5c758b4954d225ec3253fa0c06cc5fc147c7d60a4
Contents?: true
Size: 564 Bytes
Versions: 1
Compression:
Stored size: 564 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"] // "args": ["install","--hsource"] "args":["install", "--help"] } ] }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-binaryhqp-0.5.0 | .vscode/launch.json |