Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[tool] Check for search paths in Swift plugins #6954

Merged

Conversation

stuartmorgan
Copy link
Contributor

Adds a new check to our podspec validation that ensures that iOS plugins containing swift set search paths, to avoid problems like flutter/flutter#118418 from happening again as we migrate other plugins to Swift.

This way we aren't reliant on having Obj-C examples to catch the problem, and failures will provide a clear error message with instructions instead of a failure that's mysterious to anyone who hasn't already debugged this problem before.

Since the scope of the command was changing to be more than just a pod lint step, I also renamed the command to match our other checks (license-check, readme-check, pubspec-check). The old name still works as an alias.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the relevant style guides and ran the auto-formatter. (Unlike the flutter/flutter repo, the flutter/plugins repo does use dart format.)
  • I signed the CLA.
  • The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. [shared_preferences]
  • I listed at least one issue that this PR fixes in the description above.
  • I updated pubspec.yaml with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.
  • I updated CHANGELOG.md to add a description of the change, following repository CHANGELOG style.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

Copy link
Member

@jmagman jmagman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for doing this!

@stuartmorgan stuartmorgan added the autosubmit Merge PR when tree becomes green via auto submit App label Jan 13, 2023
@auto-submit auto-submit bot merged commit e2d174c into flutter:main Jan 13, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 16, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 16, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 17, 2023
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Jan 17, 2023
* d607cd910 Roll Flutter from 0d91c03 to 2201698 (28 revisions) (flutter/plugins#6953)

* e2d174ca1 [tool] Check for search paths in Swift plugins (flutter/plugins#6954)

* f80aabf03 [shared_preferences] Revert recent iOS example changes (flutter/plugins#6955)

* f36fa6407 [android_webview_controller] Fixes bug where an `AndroidController` couldn't be reused (flutter/plugins#6910)

* b751ff166 [webview_flutter_android] Fixes crash when the Java `InstanceManager` was used after plugin was removed from engine (flutter/plugins#6943)

* 1efd51837 Roll Flutter from 2201698 to 68dd63d (9 revisions) (flutter/plugins#6956)

* eda98cddb Roll Flutter from 68dd63d to 1220245 (4 revisions) (flutter/plugins#6957)

* 4e5cf2d2d Roll Flutter from 1220245 to 8c2fdb8 (2 revisions) (flutter/plugins#6979)
gspencergoog pushed a commit to gspencergoog/flutter that referenced this pull request Jan 19, 2023
…#118624)

* d607cd910 Roll Flutter from 0d91c03 to 2201698 (28 revisions) (flutter/plugins#6953)

* e2d174ca1 [tool] Check for search paths in Swift plugins (flutter/plugins#6954)

* f80aabf03 [shared_preferences] Revert recent iOS example changes (flutter/plugins#6955)

* f36fa6407 [android_webview_controller] Fixes bug where an `AndroidController` couldn't be reused (flutter/plugins#6910)

* b751ff166 [webview_flutter_android] Fixes crash when the Java `InstanceManager` was used after plugin was removed from engine (flutter/plugins#6943)

* 1efd51837 Roll Flutter from 2201698 to 68dd63d (9 revisions) (flutter/plugins#6956)

* eda98cddb Roll Flutter from 68dd63d to 1220245 (4 revisions) (flutter/plugins#6957)

* 4e5cf2d2d Roll Flutter from 1220245 to 8c2fdb8 (2 revisions) (flutter/plugins#6979)
mauricioluz pushed a commit to mauricioluz/plugins that referenced this pull request Jan 26, 2023
* Rename command, bump version

* Update tests to write actual podspecs

* Add new check

* Analyzer fix

* Unhdo file move
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosubmit Merge PR when tree becomes green via auto submit App
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants