Skip to content

Commit 0d885d2

Browse files
authored
[Release] Update Firestore binary for 11.7.0 (#14319)
1 parent f94a964 commit 0d885d2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/firestore.yml

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
- 'FirebaseFirestoreInternal.podspec'
5959
- 'FirebaseFirestore.podspec'
6060
61+
# Package.swift
62+
- 'Package.swift'
63+
6164
# CMake
6265
- '**CMakeLists.txt'
6366
- 'cmake/**'

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1505,8 +1505,8 @@ func firestoreTargets() -> [Target] {
15051505
} else {
15061506
return .binaryTarget(
15071507
name: "FirebaseFirestoreInternal",
1508-
url: "https://dl.google.com/firebase/ios/bin/firestore/11.6.0/rc0/FirebaseFirestoreInternal.zip",
1509-
checksum: "ad9d6cf31120ba0a91dbb9ccbe7ad08276a88565f6c79216929ec93a7d436459"
1508+
url: "https://dl.google.com/firebase/ios/bin/firestore/11.7.0/rc0/FirebaseFirestoreInternal.zip",
1509+
checksum: "08dd8be97322a1c35bdde315376921d145b5c9dd9bb91bbdbb933380556f24f9"
15101510
)
15111511
}
15121512
}()

0 commit comments

Comments
 (0)