Skip to content

Commit

Permalink
[Release] Update Package.swift with 10.15.0 RC0 Firestore binary link
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Sep 6, 2023
1 parent 065a5bb commit 383f41b
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 @@ -1459,8 +1459,8 @@ func firestoreTarget() -> Target {

return .binaryTarget(
name: "FirebaseFirestore",
url: "https://dl.google.com/firebase/ios/bin/firestore/10.14.0/FirebaseFirestore.zip",
checksum: "c35d3c6dbb4cd16ea8bcb49b980578ccdd56ecb2e4835356d8cd1f52cb4cbd4d"
url: "https://dl.google.com/firebase/ios/bin/firestore/10.15.0/FirebaseFirestore.zip",
checksum: "67cffbd90c1c2a4bba40e1b8ded5f0d8cf530aebc4c0321406d616d3ac6d9865"
)
}

Expand Down

0 comments on commit 383f41b

Please sign in to comment.