Skip to content

Commit

Permalink
[Release] Update Firestore binary for 11.7.0 (#14319)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Jan 8, 2025
1 parent f94a964 commit 0d885d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
- 'FirebaseFirestoreInternal.podspec'
- 'FirebaseFirestore.podspec'
# Package.swift
- 'Package.swift'
# CMake
- '**CMakeLists.txt'
- 'cmake/**'
Expand Down
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.6.0/rc0/FirebaseFirestoreInternal.zip",
checksum: "ad9d6cf31120ba0a91dbb9ccbe7ad08276a88565f6c79216929ec93a7d436459"
url: "https://dl.google.com/firebase/ios/bin/firestore/11.7.0/rc0/FirebaseFirestoreInternal.zip",
checksum: "08dd8be97322a1c35bdde315376921d145b5c9dd9bb91bbdbb933380556f24f9"
)
}
}()
Expand Down

0 comments on commit 0d885d2

Please sign in to comment.