On 08/03/2010, at 11:50 AM, Rainer Brockerhoff wrote: > AquaticPrime seems to be very easy to hack
It can be, but only if you use the Objective-C framework. This is because: a) Objective-C is inherently easy to reverse engineer at runtime b) A dynamically linked framework can easily be replaced by a cracked version If you use the Core Foundation version of the Aquatic Prime code and statically link it in your app then it's absolutely fine. You should use the latest version, which is hosted here: http://github.com/bdrister/AquaticPrime -- Rob Keniger
