Skip to content

Commit bb9ba50

Browse files
committed
feat(ios, sdks): bump firebase-ios-sdk to 8.9.0
- also includes a test bump to react-native 0.67.0-rc.2 but no one sees that outside of the repo...
1 parent 514e6bd commit bb9ba50

File tree

4 files changed

+163
-161
lines changed

4 files changed

+163
-161
lines changed

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"sdkVersions": {
6767
"ios": {
68-
"firebase": "8.8.0"
68+
"firebase": "8.9.0"
6969
},
7070
"android": {
7171
"minSdk": 16,

tests/ios/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,7 @@ target 'testing' do
5656
end
5757
aggregate_target.user_project.save
5858
end
59+
60+
__apply_Xcode_12_5_M1_post_install_workaround(installer)
5961
end
6062
end

0 commit comments

Comments
 (0)