Commit cb7ed0e
committed
fix(deps, ios): FirebaseCoreExtension is not always versioned
for the 10.23.1 patch release, only a few podspecs were versioned
upstream, and FirebaseCoreExtension was not one of them, it remained
on 10.23.0
If we let that dependency version resolve via semantic specifiers from
FirebaseCore's podspec it will get `~> 10` which is adequate for our purposes
and is in fact how they reference this pod upstream, so the fix is to just
remove the version here and let other specifiers drive the version1 parent 2cee824 commit cb7ed0e
File tree
2 files changed
+2
-2
lines changed- packages
- crashlytics
- messaging
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments