Sha256: f000e3b25bf27c74a750640d39a4898cdb516aceb38e58268595ed41590b54f7
Contents?: true
Size: 502 Bytes
Versions: 2
Compression:
Stored size: 502 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"]// `pod` 命令的参数 "args": ["install", "--verbose"] // "args": ["install","--hsource", "--verbose"] // "args":["install", "--help"] } ] }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-binaryhqp-0.5.4 | .vscode/launch.json |
cocoapods-binaryhqp-0.5.3 | .vscode/launch.json |