@@ -1322,13 +1322,13 @@ func abseilDependency() -> Package.Dependency {
1322
1322
// as the headers in the binary version of abseil are unusable.
1323
1323
if ProcessInfo . processInfo. environment [ " FIREBASE_SOURCE_FIRESTORE " ] != nil {
1324
1324
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"
1327
1327
)
1328
1328
} else {
1329
1329
packageInfo = (
1330
1330
" https://github.com/google/abseil-cpp-binary.git " ,
1331
- " 1.2022062300 .0 " ..< " 1.2022062400 .0 "
1331
+ " 1.2021110200 .0 " ..< " 1.2021110300 .0 "
1332
1332
)
1333
1333
}
1334
1334
@@ -1341,9 +1341,9 @@ func grpcDependency() -> Package.Dependency {
1341
1341
// If building Firestore from source, abseil will need to be built as source
1342
1342
// as the headers in the binary version of abseil are unusable.
1343
1343
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 " )
1345
1345
} 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 " )
1347
1347
}
1348
1348
1349
1349
return . package ( url: packageInfo. url, packageInfo. range)
@@ -1461,8 +1461,8 @@ func firestoreTarget() -> Target {
1461
1461
1462
1462
return . binaryTarget(
1463
1463
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 "
1466
1466
)
1467
1467
}
1468
1468
0 commit comments