Moving to ARC
Status: Beta
Brought to you by:
jengelhart
Hi, I'm wondering if you will move the implementation of regexkitlite to an ARC compatible version ?
Here's how I do to use RegexKitLite in an ARC capable application in Xcode (Click Project > Target > Build Phases > Compile sources > select RegexKitLite.m and set compiler flag to -fno-objc-arc) this will tell the compiler that this file uses manual reference counting and will not produce error compiling the project with ARC flag.