3

I'm thinking about using the AquaticPrime licensing system for my new mac app. Is the framework popular? What apps are using it?

Matt S.
  • 13,305
  • 15
  • 73
  • 129

2 Answers2

2

It's used by a lot of applications. Make sure you get the latest version of the source from its new home:

http://github.com/bdrister/AquaticPrime

The latest version fixes several bugs that are still in the version that's hosted at aquaticmac.com.

You should use the CoreFoundation version of Aquatic Prime, the Objective-C code is very easy to bypass. In fact, you shouldn't really use Objective-C for any registration-related code.

Rob Keniger
  • 45,830
  • 6
  • 101
  • 134
1

I know that Pukka, a desktop bookmarks posting client for del.icio.us, uses AquaticPrime.

Christian Stade-Schuldt
  • 4,671
  • 7
  • 35
  • 30