
I recently forked BWToolKit to make it conform with the Mac App Store guidelines. The current version comes with an element called BWTokenField, which uses NSTokenAttachmentCell and this is private API. In other words: using BWToolKit in your App will result in MAS rejections. Since I decided to use BWToolKit in Ascension (a great enrichment), I created a variant without private API.
Here’s a link to my repository of AutoHyperlinks, a Cocoa Framework that handles URL detection. This is my personal fork, aimed to be an Intel 32/64-bit lightweight variant with an improved codebase and Garbage Collection. I initially forked AutoHyperlinks from the Adium project to bundle a contemporary optimized version of this great framework with my app Ascension. There is a Clang / LLVM compiled binary available in the downloads section of the repository. Not a big deal, but somehow cool enough to share. It’s possible to use it in Mac App Store projects, no conflict with Apple’s guidelines.