Obfuscate Objective-C code for reusable iOS package

Possible Duplicate:
Objective-C Code Obfuscation

I am trying to build an iOS package that can be reused in multiple applications. I would like to be able to link it for others to easily insert and use, and I would like to confuse the code so that no one can read it.

What would you recommend between creating a framework, a static library, or another solution for this, and why?

+2
source share
2 answers

- Cocoa . , - Objective-C. , , , , , .

, -, -. , .

+1

iOS, :

, , №2 - , .

№ 1, . , .. C- (.. Objective-C), , otool, .

:

, "" . , , .a , .

+6

All Articles