|
|
|
|
|
by Reason077
1111 days ago
|
|
> "It also seems that this new library format ... bumps up the number of library types that developers need to onboard and possibly support." No, a mergeable library is just a special type of dynamic library, which adds some additional features and metadata. I can't imagine why you'd distribute both mergeable and non-mergeable dylibs? In fact, rather than having to support more library types, developers may actually have to support less - because it may eliminate the need to ship both a static lib and a .dylib with your framework? |
|