Hi everyone, I have to encapsulate some frameworks in one for distributing purpose. So, let suppose that we have the following frameworks Framework1, Framework2, ..., FrameworkN, and we have to distribute all in one - FrameworkAll, that is/contains a common wrapper over all those frameworks, wrapper that should be the FrameworkAll public api .
- What is the recommended & correct way to do this?
- How about nested frameworks in app store review?
- Should I consider to build Frameworks$[1..n] as a statics libraries?
Any hint or advice would be welcome, thanks an advance.