We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d9ccd commit 567f8b3Copy full SHA for 567f8b3
Package.swift
@@ -30,7 +30,8 @@ let products: [Product] = [
30
31
let dependencies: [Package.Dependency] = [
32
.package(
33
- path: "/Users/georgebarnett/workspace/scratch/grpc-swift-project/grpc-swift"
+ url: "https://github.com/grpc/grpc-swift.git",
34
+ branch: "main"
35
),
36
37
url: "https://github.com/apple/swift-protobuf.git",
0 commit comments