googlesamples / unity-jar-resolver

Unity plugin which resolves Android & iOS dependencies and performs version management
Other
1.21k stars 337 forks source link

Add flag for "use_modular_headers!" Podfile setting #633

Open yanmasharski opened 10 months ago

TheoSabattie commented 7 months ago

@a-maurice / @stewartmiles / @chkuang-g / (...) Can you review/validate this MR please?

Applovin requires to disable static-framework.
By disabling this option, firebase does not work anymore until this flag is added to the podfile.
I'll be benefit to add this option to resolve the issue directly from unity-jar-resolver instead of making workaround.

Thanks in advance.

Théo