Skip to content

Commit 736d6bd

Browse files
authored
Update Package.swift
1 parent 81f9bc3 commit 736d6bd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Package.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,11 +1415,8 @@ func grpcDependency() -> Package.Dependency {
14151415
if Context.environment["FIREBASE_SOURCE_FIRESTORE"] != nil {
14161416
packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.69.0" ..< "1.70.0")
14171417
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")
14211418
}
1422-
1419+
return .package(url: "https://github.com/google/grpc-binary.git", branch: "ncooke3-patch-3")
14231420
}
14241421

14251422
func firestoreWrapperTarget() -> Target {

0 commit comments

Comments
 (0)