Skip to content

Commit 5680fc2

Browse files
wilhuffa-maurice
authored andcommitted
Bump required firebase-ios-sdk version to include #5027
PiperOrigin-RevId: 299228432
1 parent b1b5b03 commit 5680fc2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

cmake/external/firestore.cmake

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ if(TARGET firestore)
1818
return()
1919
endif()
2020

21-
# Pin to the first revision that including
22-
# https://github.com/firebase/firebase-ios-sdk/pull/4984, that contains all the
23-
# fixes required to operate as an external build from within this repo.
24-
set(version d4e86ba091b0aeccfcdcf9d344338564f45c21c1)
21+
# Pin to the first revision that includes these changes:
22+
# https://github.com/firebase/firebase-ios-sdk/pull/4984
23+
# https://github.com/firebase/firebase-ios-sdk/pull/5027
24+
#
25+
# These changes are required for the firebase-ios-sdk build to interoperate
26+
# well with a wrapper build. Once M67 iOS releases this should point to the
27+
# Firestore release tag.
28+
set(version fb0fc07609a55cd2e5acf47fe034bf0c8e8419ad)
2529

2630
ExternalProject_Add(
2731
firestore

0 commit comments

Comments
 (0)