Skip to content

Commit

Permalink
Firestore 10.20.0 binary and changelog update (#12260)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Jan 10, 2024
1 parent a8d753b commit b880ec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FirebaseCore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased
# Firebase 10.20.0
- The following change only applies to those using a binary distribution of
a Firebase SDK(s). In preparation for supporting Privacy Manifests, each
a Firebase SDK(s): In preparation for supporting Privacy Manifests, each
platform framework directory within a static xcframewok no longer contains
an `Info.plist` file (#12243).

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1480,8 +1480,8 @@ func firestoreTargets() -> [Target] {
} else {
return .binaryTarget(
name: "FirebaseFirestoreInternal",
url: "https://dl.google.com/firebase/ios/bin/firestore/10.19.0/FirebaseFirestoreInternal.zip",
checksum: "1096ff78a24822bb0218120dfd11859b3b661eb81fc525c9b2cfc044b59804c9"
url: "https://dl.google.com/firebase/ios/bin/firestore/10.20.0/FirebaseFirestoreInternal.zip",
checksum: "7fe8f913d35e257979eddc8e2df0fedd3b89735c7030494307079747f03279c7"
)
}
}()
Expand Down

0 comments on commit b880ec8

Please sign in to comment.