-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[google_sign_in_web] Add empty podspec to plugin. #2316
Conversation
|
Is there a tracking issue for not breaking iOS compilation when plugins don't have a Podspec? |
@hterkelsen I thought this wasn't needed anymore. I am not aware of a tracking issue. Looking at this, it seems that maybe there's extra work that needs to be done in addition to adding a fake podspec in the plugin? /cc @mklim |
I'm not up to date with this, sorry. @jmagman, do you know? |
|
|
|
Was this merged before all the presubmit checks passed? Or was lint_darwin_plugins actually passing? @ditman |
|
@jmagman it was indeed merged before the lint passed, my bad! I found out about the check after clicking merge :/ |
|
@ditman Can you add it to the list in the script in a new PR? You can test it by changing something in that plugin and running the script locally. The next person who edits this plugin will fail that lint. |
|
@jmagman on it, thanks! |
Add an empty podspec file, so this plugin doesn't break compilation on IOS. This should fix flutter/flutter#45571
Description
Add an empty podspec file, so this plugin doesn't break compilation on IOS.
Similar to this.
Related Issues
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?