In-App Purchase capability automatically added after adding FirebaseAnalytics dependency

Question or problem

When implementing Tuist to our existing app, I noticed when adding FirebaseAnalytics dependency through Tuist, it automatically creates the in-app purchase capability on the generated Xcode even if the app doesn’t declare it, i am not sure if this will cause issues on App-Store review (afraid to merge changes to our main branch, then block an app release to production), is there a way to fix that?

Expectation

  • Can we generate the project without having that capability added?

Context

  • Tuist version: 4.37.0

Reproduction (mandatory for problems)

I shared a sample project in this github comment

Responded on GitHub: Adding FirebaseAnalytics to my project automatically adds in the IAP capability · Issue #6788 · tuist/tuist · GitHub

Let’s keep the context there.