Revert ios build workaround for Firebase packages#1388
Conversation
PIG208
left a comment
There was a problem hiding this comment.
Thanks! Looks like I missed this in my review list. I wasn't able to test this manually; from reading the changes and the linked context, this LGTM. Marking this for Greg's review.
gnprice
left a comment
There was a problem hiding this comment.
Thanks for cleaning this up!
Let's keep around the Zulip.xcconfig file and the bits of config that wire it up — it'll just become empty except for the general comment at top.
That way the next time there's some Xcode config we want to add, we have all the infrastructure in place to just drop it in that file and have it get applied. Effectively we'll get to re-use the work that we did in #958 to figure those details out.
7e64e82 to
623b8f1
Compare
|
Thanks for the review @gnprice! Pushed a new revision, PTAL. |
This reverts part of commit a9b2016 (zulip#958), keeping the `Zulip.xcconfig` file and its references. The fix was released in version `3.6.0` of `package:firebase_core` and version `15.1.3` of `package:firebase_messaging`: firebase/flutterfire@d7d2d4b We have since then updated Firebase dependencies 3 times: zulip@24215f6 zulip@1abb0a0 zulip@3ba9985
|
Thanks! Looks good; merging, with a few commit-message tweaks: (In particular, 'Revert "ios: …"' is no longer accurate because it's not reverting that whole commit.) |
623b8f1 to
e3b274a
Compare
This reverts commit a9b2016.