-
Notifications
You must be signed in to change notification settings - Fork 59
Adding MulticastAppDelegate #68
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
Conversation
Coverage Report 1Affected ProductsNo changes between base commit (b3bb0c5) and merge commit (1158a7d).Test Logs |
paulb777
left a comment
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.
Do you plan to add unit tests and CI?
GoogleMulticastAppDelegate/Apps/SwiftUISample/SwiftUISample/MulticastAppDelegate.swift
Outdated
Show resolved
Hide resolved
GoogleMulticastAppDelegate/Sources/Public/GoogleUtilities/GULMulticastAppDelegate.h
Outdated
Show resolved
Hide resolved
ncooke3
left a comment
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.
Nice! Leaving some questions and suggestions:
GoogleMulticastAppDelegate/Tests/Unit/GULMulticastAppDelegateTest.m
Outdated
Show resolved
Hide resolved
GoogleMulticastAppDelegate/Sources/Public/GoogleUtilities/GULMulticastAppDelegate.h
Show resolved
Hide resolved
GoogleMulticastAppDelegate/Sources/Public/GoogleUtilities/GULMulticastAppDelegate.h
Outdated
Show resolved
Hide resolved
paulb777
left a comment
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.
Perhaps, this should be merged to a branch instead of main.
I see at least four outstanding issues
- Still needs a Package.swift update
- Multi-platform support
- Integration testing from a podspec deployed to SpecsTesting
- test specs
|
Yep, will do a series of more PRs to the feature branch so this one won't get large. |
This will be a feature branch after this PR approval, this PR just mimics the oiginal implementation: #50.
I will check out subbranch from here to continue work on SceneDelegate support for auth and UNUserNotificationCenterDelegate for messaging