This project was originally written before ARC was introduced, and uses manual retain-release code. Moving to ARC allows for eliminating that code, which improves maintainability. In addition, code that currently deals with CoreFoundation types can (in most places) use CFBridgingRelease to transfer ownership to ARC and simplify that as well.