ionic-team / capacitor

Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️
https://capacitorjs.com
MIT License
11.31k stars 962 forks source link

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

Open jcesarmobile opened 2 weeks ago

jcesarmobile commented 2 weeks ago

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.