It's not using ARC. Is this legacy code, or couldn't they get equivalent performance with ARC enabled?
Hello. Mallory Paine here. I wrote FIC. This is not legacy code...it should be trivial to convert it to ARC and performance should be unaffected. I'm a bit old school myself so I chose to write it with manual retains. Does this approach make the code more difficult for you to use within an ARC project?
One trouble now is you never know if a library or whatnot will be ARC so it fragments things somewhat.