Hello 👋
Did anyone found a good approach to share multiple variants of a common lib to iOS teams using SPM ?
Our library is used by multiple final iOS apps. So we are looking for a way to deliver multiple XCFramework with different scopes to limit the size of apps that only use few features. For example we are trying to ship one framework with features and one with features + Compose multiplatform screens.
We could use different "output" repositories, branches or version number. But I'm curious if there is another convenient approach.