How is it possible to hide some framework usage (let's call it HideFramework), so it will not be exposed in IPA file?
I was trying to wrap code of that framework inside my own framework, but it still require dynamic linking my app with HideFramework.
Even if I embed HideFramework in my own framework
What I want to achieve: I want to hide any signs of HideFramework usage from IPA file