Skip to content
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

fix(cli): Avoid duplicate entries in packageClassList #7470

Merged
merged 4 commits into from
Jun 10, 2024

Conversation

jcesarmobile
Copy link
Member

When a plugin has both .m and .swift classes with the same plugin name they get duplicated in the packageClassList.
Check if the array already includes the class before adding it to avoid duplication.

@jcesarmobile jcesarmobile merged commit cca0b80 into main Jun 10, 2024
6 checks passed
@jcesarmobile jcesarmobile deleted the fix-duplicated branch June 10, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants