IOS Framework, implement another structure or library?

So, in Xcode 6, we finally have the ability to create and distribute our own libraries as Framework (unlike static libraries before).

Question: is it possible to "embed" another infrastructure or library directly into the structure, and not request a link from the end user?

The reason is this: Creating and distributing frameworks for other people often requires that they manually add some kind of structure that we associate with. This is great when these libraries are standard, which can be added directly from Xcode, but when we need to link them with other government agencies. One example would be if the structure uses AWS as a backend, it is a bit overloaded to ask developers to also download a specific version of their SDK and a link to specific bits that are required. And this becomes more redundant when we need others to record performance or more.

OSX has the ability to use the Umbrella Framework, but it is not documented on iOS.

Thank.

+4
source share
1

iOS, , - , .

( ).

. , , , . .

, , Xcode/iOS, .

+3

All Articles