Commit 3fc756b
fix(app, ios): adopt firebase-ios-sdk 10.22.0 (invertase#7668)
* fix(app, ios): bump iOS SDK to v10.22.0
this should fix a compile issue with the new Xcode and the storage module
* test(ios): delete Podfile.lock on pod install
in practice this file is out of date and causes failures more often
than having it survive the install is useful.
github actions cache will still pull from the secondary key and get
reasonable caching behavior even if the lockfile hash changes
---------
Co-authored-by: Mike Hardy <[email protected]>1 parent fc2c857 commit 3fc756b
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments