Sha256: 3db9278cf62bbbafd2de1ceb49e03d0f9da9306494f0992e0fd16542d8452b25

Contents?: true

Size: 472 Bytes

Versions: 1

Compression:

Stored size: 472 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"]
      }
    ]
  }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cocoapods-binaryhqp-0.4.8 .vscode/launch.json