Dynamic Libs?
Opened this issue · 1 comments
scisci commented
Now that it is possible to bundle dynamic libraries with ios, would it be possible to build .dylibs instead of .a files? What would that involve/would it be better?
below commented
"Would it be better?" is the key question here I guess, and I don't have an answer.
Some think that a dylib would help with LGPL licensing issues, but others have argued that because the dylib is still code signed, it would not.
I would be happy if someone which a legal background could give me more details