Skip to content

Commit 21c38d4

Browse files
authored
[Release] Update Package.swift with 10.16.0 RC0 Firestore binaryTarget (#11856)
1 parent 91a6974 commit 21c38d4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Package.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,13 +1322,13 @@ func abseilDependency() -> Package.Dependency {
13221322
// as the headers in the binary version of abseil are unusable.
13231323
if ProcessInfo.processInfo.environment["FIREBASE_SOURCE_FIRESTORE"] != nil {
13241324
packageInfo = (
1325-
"https://github.com/firebase/abseil-cpp-SwiftPM.git",
1326-
"0.20220623.0" ..< "0.20220624.0"
1325+
"https://github.com/abseil/abseil-cpp.git",
1326+
"20211102.0" ..< "20211103.0"
13271327
)
13281328
} else {
13291329
packageInfo = (
13301330
"https://github.com/google/abseil-cpp-binary.git",
1331-
"1.2022062300.0" ..< "1.2022062400.0"
1331+
"1.2021110200.0" ..< "1.2021110300.0"
13321332
)
13331333
}
13341334

@@ -1341,9 +1341,9 @@ func grpcDependency() -> Package.Dependency {
13411341
// If building Firestore from source, abseil will need to be built as source
13421342
// as the headers in the binary version of abseil are unusable.
13431343
if ProcessInfo.processInfo.environment["FIREBASE_SOURCE_FIRESTORE"] != nil {
1344-
packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.50.1" ..< "1.51.0")
1344+
packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.44.0" ..< "1.45.0")
13451345
} else {
1346-
packageInfo = ("https://github.com/google/grpc-binary.git", "1.50.1" ..< "1.51.0")
1346+
packageInfo = ("https://github.com/google/grpc-binary.git", "1.44.0" ..< "1.45.0")
13471347
}
13481348

13491349
return .package(url: packageInfo.url, packageInfo.range)
@@ -1461,8 +1461,8 @@ func firestoreTarget() -> Target {
14611461

14621462
return .binaryTarget(
14631463
name: "FirebaseFirestore",
1464-
url: "https://dl.google.com/firebase/ios/bin/firestore/10.15.0/FirebaseFirestore.zip",
1465-
checksum: "67cffbd90c1c2a4bba40e1b8ded5f0d8cf530aebc4c0321406d616d3ac6d9865"
1464+
url: "https://dl.google.com/firebase/ios/bin/firestore/10.16.0/FirebaseFirestore.zip",
1465+
checksum: "58c2cee5e004240a21b174358dbf371bfebc3ce24c2d71d7518d0e6a0487dcd6"
14661466
)
14671467
}
14681468

0 commit comments

Comments
 (0)