-
Notifications
You must be signed in to change notification settings - Fork 4k
[cloud_functions] Add macOS support #1707
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
[cloud_functions] Add macOS support #1707
Conversation
Sure, will do that. Do you have any idea how we should handle tests for the macOS plugins? |
I believe you can write XCTests, but they won't be run on the CI. Is this correct @collinjackson? |
6bc4bcf
to
4d67686
Compare
@franciscojma86 rebased and shared the implementation as proposed. Still missing tests. |
XCTests are still not supported for macOS, so as long as the PR passes the integration tests, you should be good to land this |
Tests seem to fail for unrelated issues. @franciscojma86 can you restart them for me? |
Description
Add macOS support.
Related Issues
#1653
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
). This will ensure a smooth and quick review process.///
).flutter analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?