Skip to content

Migrate to ARC #8

@quinntaylor

Description

@quinntaylor

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions