-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Messaging FIRApp Class Category #1666
Conversation
Merge the config setup to FIRMessaging rather than a FIRApp class category.
@@ -65,6 +65,10 @@ | |||
/* End PBXAggregateTarget section */ | |||
|
|||
/* Begin PBXBuildFile section */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Run pod deintegrate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh, thanks! I was wondering if this was expected or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a nice cleanup! Thanks. LGTM but please wait for @chliangGoogle's approval.
@@ -6631,12 +6631,12 @@ | |||
BUNDLE_LOADER = "$(TEST_HOST)"; | |||
CLANG_ANALYZER_NONNULL = YES; | |||
CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | |||
DEBUG_INFORMATION_FORMAT = dwarf; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you revert the project file and do those in a separate commit? They should be changed but no reason to be part of this PR :)
Please remember to squash and merge unless you're merging a long-lived high-value branch (like a release branch). |
Ah yes, sorry about that. I'll make sure to do so in the future. |
Merge the config setup to FIRMessaging rather than a FIRApp class category.