In my app I am using objc-appscript framework. What is the real difference between compiling it, linking to it and then copying inside app as private framework, or just adding all its code to project and compiling to one binary? Or shorter: what do I get by using private framework instead of compiling its code into my binary?