Sha256: d77668cd3245881be7f3a933057ec6e19c66e64ab4d282691e3a867a6214bbad
Contents?: true
Size: 532 Bytes
Versions: 2
Compression:
Stored size: 532 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-binary-bel-0.5.4 | .vscode/launch.json |
cocoapods-binary-bel-0.5.1 | .vscode/launch.json |