hello, I am trying to hide my source codes in iphone projects. however I didnt understand the static library concept. Most of the tutorials about static library points out that including the whole .xcodeproj . can anybody point out a direction to me please. thanks
A:
Take a look at this tutorial. It's quite informative, and should get you most, if not all, of the way.
Ben Gottlieb
2010-08-24 04:06:37
A:
What do you mean by hide? Who are you hiding them from? The User? Other developers?
Kendall Helmstetter Gelner
2010-08-24 06:40:17
A static library is a common way for developers to distribute or sell routines, classes, or even 99.99% of a complete app, minus, say, the artwork, to another developer, completely separate from the rights to the source code.
hotpaw2
2010-08-24 07:19:23