Subito-it / PodBuilder

A tool to precompile CocoaPods pods
Other
284 stars 28 forks source link

Fix default switching #48

Closed tcamin closed 2 years ago

tcamin commented 2 years ago

PodBuilder adds several prebuilt entries in the app Podfile to ensure all required dependencies are integrated as expected. It is normal to end up with multiple entries when it is a dependency of other pods.

In this scenario the previous implementation of the default switch was failing to change all entries.