Hi all,
I need to create a Mac version of our libraries for one of our customers. I am not so familiar with dynamic libraries on Mac, but from what I understand, I have 2 options: .dylib or frameworks. What would be the best option? Why?
Few related questions:
- If I understand well, .dylib have to be installed in one of the stnadard UNIX directories such as /usr/lib, etc. Hence using a .dylib should make my customer's installer much more complex, since they'll probably need to request permission to write something in a system folder?
- Can frameworks be private and embedded within my customer's bundle? So noone else can see/use them?
Any constructive criticisms/comments/ideas more than welcome. Thanks in advance.
Alex