File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,14 @@ if(TARGET firestore)
18
18
return ()
19
19
endif ()
20
20
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 )
25
29
26
30
ExternalProject_Add (
27
31
firestore
You can’t perform that action at this time.
0 commit comments