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 81f9bc3 commit 736d6bdCopy full SHA for 736d6bd
Package.swift
@@ -1415,11 +1415,8 @@ func grpcDependency() -> Package.Dependency {
1415
if Context.environment["FIREBASE_SOURCE_FIRESTORE"] != nil {
1416
packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.69.0" ..< "1.70.0")
1417
return .package(url: packageInfo.url, packageInfo.range)
1418
- } else {
1419
- packageInfo = ("https://github.com/google/grpc-binary.git", "1.69.0" ..< "1.70.0")
1420
- return .package(url: "https://github.com/google/grpc-binary.git", branch: "ncooke3-patch-3")
1421
}
1422
-
+ return .package(url: "https://github.com/google/grpc-binary.git", branch: "ncooke3-patch-3")
1423
1424
1425
func firestoreWrapperTarget() -> Target {
0 commit comments