Skip to content

Commit

Permalink
[Firestore] Update Firestore SPM binary to fix spm-binary workflow (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Aug 12, 2024
1 parent 021cb5e commit 7ad3a23
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 @@ -1510,8 +1510,8 @@ func firestoreTargets() -> [Target] {
} else {
return .binaryTarget(
name: "FirebaseFirestoreInternal",
url: "https://dl.google.com/firebase/ios/bin/firestore/11.0.0/rc2/FirebaseFirestoreInternal.zip",
checksum: "3787634efd3d4e0aec5fac929dcc77c54d9b3765103bfe3d861da3b2315243b7"
url: "https://dl.google.com/firebase/ios/bin/firestore/11.1.0/pre_rc0/FirebaseFirestoreInternal.zip",
checksum: "acd39abe17bdf465bc42f9cee055ef18cfa36df33ee2e5a87bac2c4a23cef89e"
)
}
}()
Expand Down

0 comments on commit 7ad3a23

Please sign in to comment.