Skip to content

Commit

Permalink
Update Firestore binary for 11.6.0 (#14184)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Nov 28, 2024
1 parent 2176e99 commit a2f04f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1505,8 +1505,8 @@ func firestoreTargets() -> [Target] {
} else {
return .binaryTarget(
name: "FirebaseFirestoreInternal",
url: "https://dl.google.com/firebase/ios/bin/firestore/11.5.0/rc0/FirebaseFirestoreInternal.zip",
checksum: "32df6c2cfce97249ad4c333bade9af5c2301a2b35c285980355320a3398d5aef"
url: "https://dl.google.com/firebase/ios/bin/firestore/11.6.0/rc0/FirebaseFirestoreInternal.zip",
checksum: "ad9d6cf31120ba0a91dbb9ccbe7ad08276a88565f6c79216929ec93a7d436459"
)
}
}()
Expand Down

0 comments on commit a2f04f4

Please sign in to comment.