You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update iOS dependencies - Tue May 31 2022
### iOS
- Firebase/Analytics → 9.1.0
- Firebase/Auth → 9.1.0
- Firebase/Core → 9.1.0
- Firebase/Crashlytics → 9.1.0
- Firebase/Database → 9.1.0
- Firebase/DynamicLinks → 9.1.0
- Firebase/Firestore → 9.1.0
- Firebase/Functions → 9.1.0
- Firebase/Installations → 9.1.0
- Firebase/Messaging → 9.1.0
- Firebase/RemoteConfig → 9.1.0
- Firebase/Storage → 9.1.0
> Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/2416912624).
* CMakeLists.txt: set(RE2_BUILD_TESTING OFF CACHE BOOL "")
This fixes the following build error:
```
The following tests FAILED:
1 - charclass_test (Not Run)
2 - compile_test (Not Run)
3 - filtered_re2_test (Not Run)
4 - mimics_pcre_test (Not Run)
...
```
e.g. https://github.com/firebase/firebase-cpp-sdk/runs/6676610733
This is caused by the addition of re2 to the firebase-ios-sdk in firebase/firebase-ios-sdk#9488.
I'm not sure _why_ these tests can't be found; but they're superfluous anyways. So just disable them.
* value_util.cc: Fix MaxValue() to no longer use designated initialization.
This ports firebase/firebase-ios-sdk#9868 to the firebase-cpp-sdk repository by patching the firebase-ios-sdk when it is cloned.
Once the dependency on the firebase-ios-sdk is updated to a version that already includes firebase/firebase-ios-sdk#9868 then this commit should be reverted.
Co-authored-by: firebase-workflow-trigger-bot <[email protected]>
Co-authored-by: Denver Coneybeare <[email protected]>
0 commit comments