You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flutter#5873 removed a plugin-level
workaround for a `podspec-lint` issue, under the incorrect belief that
it was no longer necessary. Rather than re-add that, which degrades the
experience for plugin clients who are targeting iOS 13+ with their apps,
this adds a hack in the CI tooling itself to modify the podspec to
require iOS 13 before linting.
This could in theory cause false-positive lints about deprecated APIs,
but currently doesn't, and that could be addressed in the unlikely event
that it comes up.
See flutter/flutter#94491
0 commit comments